Releases: alibaba/hooks
v1.5.0
Major changes:
💄 docs and demos rewrite
🎉 9 new hooks released: useMouse, useDebounce, useDebounceFn, useThrottle, useThrottleFn, usePrevious, useClickAway, useSessioonStorageState and useScroll.
Other changes
🐞fix state type of useLocalStorageState #123
💄enhance useLocalStorageState #146
v1.3.3
v1.3.2
v1.3.1
- 🐞fix eslint auto add deps bug
v1.3.0
v1.2.0
v1.1.1
- 🐞fix useAntdTable async function deps cannt work bug
v1.1.0
v1.0.1
v1.0.0
2019-09-06
In 1.0.0, we released 8 new hooks that helps you build tables and forms, which are two major senarios in enterprise applications. A month from the 0.1.0 version was released, now it is ready for production.
Unlike other basic hooks libraries such as react-use and Rehooks, @umijs/hooks is specificly aiming at enterprise applications. It is highly integrated with Ant-Design UI library, and offers the whole logics you might need when building a form or table. That's the main differences between @umijs/hooks and others. We're building our hooks on top of them.
Major Changes
- ⚡️refactor useLoadMore to use useAsync #52
- 🌟useAntdTable now also cache the value even if the filter have not been searched yet #53
- 💄useAPI default method setter renamed to
configRequest
#56 - 💄add test cases for useAntdTable, useLoadMore and useAsync #54, #55
Bug fixes
- 🐞useAntdTable initialValue not set correctly #53