Skip to content

v1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Aug 02:42
· 98 commits to main since this release

   🚀 Features

  • Add new Hook useQuery renamed from useRequest  -  by @vikiboss (11f65)

  • Add internal Hooks useTrackedRefState & useVersionedAction  -  by @vikiboss (783fa)

  • Add new Hook useFirstRender to check whether it's the first render.  -  by @vikiboss (aee59)

  • useAsyncFn:

    • Rewrite to use auto-tracked state to improve performance  -  by @vikiboss (3ec25)
  • useClipboard:

  • useClipboardItems:

  • useLatest:

  • useLoadingSlowFn:

    • Rewrite to use auto-tracked state to improve performance  -  by @vikiboss (97226)
  • usePagination:

    • Support return sliced list directly (pass list in options), add indexStart, indexEnd in returns  -  by @vikiboss (2ed32)
  • usePerformanceObserver:

  • usePrevious:

  • useQuery:

  • useRequest:

    • Deprecated useRequest, please use useQuery instead.  -  by @vikiboss (26c51)
  • useWebObserver:

    • Support additional supported check for specific observer  -  by @vikiboss (d30a9)

   🐞 Bug Fixes

    View changes on GitHub

🚀 功能

🐞 修复

在 GitHub 上查看更改