Skip to content

Releases: innocces/taro-hooks

taro-hooks v1.1.0

19 Aug 16:49
Compare
Choose a tag to compare

(:з」∠) improvment change are ignore by changelog~ manual generate~

  • usestorage update useStorage to sync(6c08d96)
  • update async update useSystemInfo and useLaunchOptions(4c309e2)

taro-hooks v1.0.2

16 Aug 14:48
Compare
Choose a tag to compare

Bug Fixes

  • usebattery: fix useBattery ios level async problem (5c3d937)
  • usevibrate: fix useVibrate interval to auto close (8e4808e)

taro-hooks v1.0.1

15 Aug 17:47
Compare
Choose a tag to compare

😅

just fix npm publish error

taro-hooks v1.0.0

14 Aug 17:31
Compare
Choose a tag to compare

taro-hooks v1.0.0 版本发布了!!😸😁

更新内容如下:

Bug Fixes

  • base64 demo: fix base64 demo input error (7ef432c)
  • h5 complier: fix h5 build problem (17dcc4e)
  • import useimage: taro api import type error (7fbbb10)
  • polyfill: replace set to lodash.uniq (616854b)
  • radio: fix systemInfo demo value bug (4be73ba)
  • readme: fix readme header title (fa6e354)
  • tip: fix question tip (4185e6c)
  • usecamera docs: fix useCamera docs mistake (7a1c1c4)
  • uselocation type: fix type error for build (79a209b)

Features

  • add personal taro-runtime: fix runtime lifestyle error (fb0a21f)
  • feedback: add feedback hooks: useModal useToast useLoading useActionSheet (2f02bb4)
  • systeminfo & demo: add feat useSystemInfo; change markdown (de980a4)
  • template: add issue template (8ac412c)
  • useaudio: add useAudio hook (0ba3185)
  • usebase64toarraybuffer: add useBase64ToArrayBuffer hook and demo (8b75b3d)
  • usebattery: add useBattery hook (08596d3)
  • usebrightness: add useBrightness hook (3c8a6b6)
  • usecamera: add useCamera hook (e6fbe56)
  • useclipboard & useroute: add useClipboardData and useRouter, add tabbar about (3b0f442)
  • useenv: 增加 useEnv, 初始化首页 demo 样式 (ae5ed80)
  • useevent & useupdatemanager: add useEvent and useUpdateManager (27240fd)
  • useevent: make add and clear action ok (57e0537)
  • usefile: add useFile hooks (774458a)
  • usefile: useFile docs (3fe8b5f)
  • useimage: add useImage hook (53b5dfd)
  • uselaunchoptions: add useLaunchOptions hooks (13c4051)
  • uselocation: add useLocation hook (509acb1)
  • usemap: add useMap hooks and doc (9b71ea3)
  • usemotion & version: 1. add useMotion hook; 2. update taro to 3.3.1 (cccfd44)
  • usenavigationbar: add useNavigationBar hook (c23a408)
  • usenetwork/useonline/usevisible: add useNetworkType useOnline useVisible hooks (f58e54e)
  • userecord & useaudio: translate useAudio to useRecord, add new useAudio hook (09b8cf7)
  • useselectorquery: add useSelectorQuery hook (8621183)
  • usestorage: add useStorage hook (df904e0)
  • useupdatemanager: improve iconfont, add useUpdateManager hook (4402282)
  • usevibrate: add useVibrate hook (512d159)
  • usevideo: add useVideo hook (585e18b)
  • weapp: 增加 demo 整体样式,贴合 taro-ui (04bf72b)

Reverts

  • Revert "chore(release): publish v1.0.0" (cc3eca8)

  • Revert "chore(release): publish %s" (642f275)

  • feat(systeminfo & demo): add feat useSystemInfo; change markdown (de980a4)

  • feat(useclipboard & useroute): add useClipboardData and useRouter, add tabbar about (3b0f442)

  • feat(useevent & useupdatemanager): add useEvent and useUpdateManager (27240fd)

  • feat(usemotion & version): 1. add useMotion hook; 2. update taro to 3.3.1 (cccfd44)

  • improvement(alias & demos): add alias @components and add useRequest demos (0cc49de)

  • improvement(import & setting): fix import circle and replace build step (1834c29)

  • improvement(userequest & useselectquery): complete useRequest and useSelectorQuery (8bd3076)

  • Initial commit (dbbe0a6)

  • docs(add netily): add setting for build (e3be214)

  • docs(app): 增加 app 结构.同步输出小程序页面 (035f818)

  • docs(docs): 增加首页和快速开始 (6bb7a10)

  • docs(image): 增加小程序样例图片 (b57716a)

  • docs(pagination): add usePagination demos (5175427)

  • docs(readme): add runtime description (cc4dcdb)

  • docs(readme): fix readme method of contribute (374403b)

  • docs(readme): fix readme url and image (132f953)

  • docs(readme): update readme image href (3d27266)

  • docs(readme): 修改 readme 部分链接 (b6129cc)

  • docs(readme): 更新 readme 中样例图片 (2ce0eb3)

  • docs(request demo): add concurrent ready demo of useRequest (97f6d0d)

  • docs(site qrcode): 增加网站二维码 (2bf15bd)

  • docs(useimage): add feedback for useImage save action (5ddfcac)

  • docs(useimage): update useImage docs (9deb795)

  • docs(useloadmore): add docs for useloadmore (a716ba4)

  • docs(useloadmore): complete usePagination demos , add loadmoe demos (3a56b65)

  • docs(userequest demos): add demos of useRequest (909c3ca)

  • docs(userequest): add custom request to docs (2ed7f05)

  • ci(config): fix some config of editor (858fa52)

  • ci(editor setting): 增加编辑器配置 (62e963e)

  • ci(gh-pages): add gh-pages setting (9a3d1be)

  • ci(gitpod config): change gitpod task command (1712d31)

  • ci(gitpod): add gitpod support (622e386)

  • feat(add personal taro-runtime): fix runtime lifestyle error (fb0a21f)

  • feat(feedback): add feedback hooks: useModal useToast useLoad...

Read more