Skip to content

Releases: alibaba/hooks

v1.8.1

30 Mar 12:51
Compare
Choose a tag to compare
  • 🐛 fix antdTypes error for antd v4 #323

v1.8.0

17 Mar 13:10
Compare
Choose a tag to compare
  • 📝 migrate to dumi #281
  • ✨add useCounter #283
  • ✨add useMount #286
  • ✨add useUpdate #297
  • ✨add useDrag & useDrop #292
  • 💄useSelections add defaultSelected #287
  • 🐛fix generator runtime bug #285
  • 🐛useFormTable support refreshDeps #288

v1.7.1

12 Mar 16:20
Compare
Choose a tag to compare
  • 🐛useRequest requestMethod params same to service #290
  • 🐛fix ReferenceError: regeneratorRuntime is not defined error #285

v1.7.0

03 Mar 06:39
Compare
Choose a tag to compare
  • ✨add useUnmount #249
  • ✨add useSet #257
  • ✨add useMap #264
  • ✨add usePersistFn #265
  • ✨add useCreation #272
  • 🐛useStorageState key change, set undefined #262
  • 📝add getting started and faq #268

v1.6.2

20 Feb 11:44
Compare
Choose a tag to compare
  • 💄useRequest run only return promise
  • 💄useRequest refresh return promise
  • 💄useRequest loadMore set default fetchKey
  • 🐞useRequest fix requestMetod to requestMethod

v1.6.1

16 Feb 12:10
Compare
Choose a tag to compare
  • 💄useRequest add defaultLoading

v1.6.0

09 Feb 14:49
Compare
Choose a tag to compare
  • 🎉add useRequest
  • 🎉add useFormTable, support antd3 and antd4
  • 🎉change doc to father-doc

v1.5.4

23 Jan 08:11
Compare
Choose a tag to compare
  • 🎉add useHover #235

v1.5.3

13 Jan 14:28
Compare
Choose a tag to compare
  • 💄remove antd as peer dependency #222
  • 🎉useLocalStorageValue/useSessionStorageValue support function updater just like useState #217 #224
  • 🎉add useEventListener #213
  • 🐞fix useScroll with document as input #190

v1.5.2

29 Dec 03:24
Compare
Choose a tag to compare
  • 🐞useAsync doc autoCancel default value change to true #203
  • 🐞 usdLoadMore noMore should be true when no data #195
  • 🐞 useAntdTable support [email protected] form(temp) #200