Skip to content

Releases: innocces/taro-hooks

taro-hooks v1.5.5

22 Mar 01:21
Compare
Choose a tag to compare

Bug Fixes

  • deps: replace deps import error (c42d839)

taro-hooks v1.5.4

21 Mar 15:01
Compare
Choose a tag to compare

Bug Fixes

  • useimage: fix compressor track due to toBlob error #20 (f320557)

Features

  • usetoast: useToast add error type & update qr (13df359)

taro-hooks v1.5.3

12 Feb 15:17
Compare
Choose a tag to compare

Bug Fixes

  • #17: fix useEvent return type error (e3e7a8c)
  • env_type: fix useEnv ENV_TYPE error (cb1f8d1)

Performance Improvements

  • bump version: bump taro version to 3.3.14 & remove runtime + build privite packages (f7c183d)

taro-hooks v1.5.2

09 Feb 14:44
Compare
Choose a tag to compare

Features

  • uselatest & useunmount: remove deps ahooks, add useLatest & useUnmount (32708ff)

taro-hooks v1.5.1

26 Dec 14:23
Compare
Choose a tag to compare

Bug Fixes

  • lodash: use lodash-wechat instand lodash for globalThis error #15 (58dea32)

Features

  • usethrottle & usedebounce: add useThrottle & useDebounce hooks & demo (d4cbeda)

taro-hooks v1.5.0

01 Nov 15:56
Compare
Choose a tag to compare

Features

  • useble: add useBLE (9d60c08)
  • useble: add useEffect code for useBLE (615a23a)
  • usebluetooth: add doc and type for useBluetooth (7f1b80b)
  • usebluetooth: add useBluetooth (931d7f4)
  • usefrom: add useFrom hook (248157d)
  • userouter: add from info for useRouter (c2631f6)

taro-hooks v1.4.8

14 Oct 15:04
Compare
Choose a tag to compare

Bug Fixes

  • hook type: fix default value of some hook instance (28b96f8)
  • usemenubuttonboundingclientrect: fix typeof useMenuButtonBoundingClientRect result (a25d76c)
  • usesysteminfo: fix typeof useSystemInfo result (db30a1b)
  • useupdatemanager: fix return instance of useUpdateManager (92d99ca)

Performance Improvements

  • share & default: add share func for request feature & fix some default of hooks (879ca4b)

taro-hooks v1.4.7

06 Oct 05:28
Compare
Choose a tag to compare

Bug Fixes

  • usemodal: fix useModal callback type (d1e14a7)

taro-hooks v1.4.6

29 Sep 17:30
Compare
Choose a tag to compare

Features

  • faq & useapp: add useApp hooks & faq of useSelectorQuery (3e0ebea)
  • usepage: add usePage hook & useSelectorQuery method scope optional (35b8ab7)

taro-hooks v1.4.5

28 Sep 17:15
Compare
Choose a tag to compare

Bug Fixes

  • useimage: fix useImage choose function params partial (cf7be5f)