Skip to content

Releases: alibaba/hooks

v3.6.2

28 Jul 02:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.2...v3.6.2

v3.5.2

03 Jul 07:30
Compare
Choose a tag to compare

What's Changed

  • 🐛 fix: node.getRootNode incompatibility in lower version browsers by @brickspert in #1731

Full Changelog: v3.5.1...v3.5.2

v3.5.1

30 Jun 11:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.0...v3.5.1

v3.5.0

17 Jun 02:12
Compare
Choose a tag to compare
  • ✨ Feat: useRequest support set the error retry times of polling #1657
  • 📚 Doc:add some new badges to the document #1651
  • ⬆️ Chore:lerna is upgraded to pnpm workspace #1656 #1670
  • ✅ Test:useFocusWithin、useFusionTable、useDrag、useDrop are added test cases #1665 #1672 #1659 #1660

v3.4.1

04 Jun 10:56
Compare
Choose a tag to compare
  • ✨ Feat: useLongPress support move threshold #1559
  • ✨ Feat: support the return function of clear timer in timeout and interval #1615
  • 📚 Doc: input text is not visible in dark mode
  • 🐛 Fix: let user decide if useStorage can be undefined and fix demos

v3.4.0

24 May 05:30
Compare
Choose a tag to compare
  • ✨ Feat: add useDeepCompareLayoutEffect #1599
  • 🐛 Fix: remove useInterval&useTimeout warn #1639

v3.3.13

21 May 10:09
Compare
Choose a tag to compare
  • 🐛 Fix: ssr error in useMouse #1636

v3.3.12

16 May 03:07
Compare
Choose a tag to compare
  • 🐛 Fix: typeof temporary dead zone #1631

v3.3.11

15 May 09:14
Compare
Choose a tag to compare
  • 🐎 Perf: useAsyncEffect support dependent parameter is optional #1595
  • 🐎 Perf: useControllableValue use hasOwnProperty instead of in #1587
  • 🐛 Fix: useAntdTable change default dataSource to stable #1579
  • 🐛 Fix: useStorage return T always can be undefined #1586
  • 🐛 Fix: usePrevious use Object.is to compare whether the two values have changed #1593

v3.3.10

27 Apr 09:02
Compare
Choose a tag to compare
  • 🐛 Fix: useInfiniteScroll add noMore judgment before loadMore and loadMoreAsync