Skip to content

Releases: alibaba/hooks

v2.10.8

11 Jul 05:00
Compare
Choose a tag to compare
  • 🐛 Fix: useRequest ts optimization, change url to optional #c2b4cc
  • 🐛 Fix: useUnmountedRef on concurrent mode bug #1022

v2.10.7

07 Jul 06:26
Compare
Choose a tag to compare
  • 🐛 Fix: useRequest ts optimization #1011
  • 🐛 Fix: useVirtualList state is not recalculated when the list changes #1008
  • 🐛 Fix: useDrag add getPropsWithKey props #1004

v2.10.6

10 Jun 09:58
Compare
Choose a tag to compare
  • 🐛 Fix: useStorage ts overload #969

v2.10.5

01 Jun 08:23
Compare
Choose a tag to compare
  • 🐛 Fix: useSafeState return add useCallback #965
  • 🐛 Fix: useUrlState support react 17 #964

v2.10.4

17 May 03:57
Compare
Choose a tag to compare

🐛 Fix: useFusionTable reset to defaultValue #951

v2.10.3

08 May 08:15
Compare
Choose a tag to compare
  • 🐛 Fix: useDocumentVisiblility support ssr #935
  • 🐛 Fix: useRequest refreshOnWindowFocus should not work on manual mode #936
  • 🐛 Fix: useRequest support hrm #943

v2.10.2

26 Apr 06:16
Compare
Choose a tag to compare
  • 🐛 Fix: prevent useRequest run.then when canceled #919
  • 🐛 Fix: useDynamic resetList reserve counter #920

v2.10.1

20 Apr 12:56
Compare
Choose a tag to compare
  • 🐛 Fix: delete not working with the reactive data from useReactive #904
  • 🐛 Fix: Fix the peer dependency version mismatch warning with react v17
  • 💄 Optimize: improve type inference for useControllableValue #916

v2.10.0

19 Mar 08:57
Compare
Choose a tag to compare
  • ✨ Feat: Add useSafeState #826
  • 🐛 Fix: Fix the behavior of useControllableValue with chinese input method #858
  • 🐛 Fix: Fix the ssr compatibility issues of storage related hooks #860
  • 🐛 Fix: Fix the peer dependency version mismatch warning with react v17 #871
  • 🐛 Fix: Prevent memory leaking in the debounced related hooks #891
  • 💄 Optimize: Update the type declaration of useEventListener #741

v2.9.6

01 Feb 11:42
Compare
Choose a tag to compare
  • 💄 feat: useExternal add an attribute (option.type) to specify the type of external resource #828
  • 🐛 fix: useReactive prevent duplicate proxy #842