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