v4.3.0
版本发布时间: 2023-01-10 18:45:28
pmndrs/zustand最新发布版本:v5.0.0-rc.2(2024-09-15 11:17:18)
Throughout past years of development, we've learned the (mis)usage of the library. One of our goal is to provide smallest possible APIs. To go further, this version deprecates some features. They are still usable (with warnings), but will be removed in the future.
What's Changed
- feat: deprecate some APIs toward v5 by @dai-shi in https://github.com/pmndrs/zustand/pull/1403
- feat: deprecate default export by @dai-shi in https://github.com/pmndrs/zustand/pull/1514
- fix(middleware/persist): hydrate in sync (new impl with storage option) by @dai-shi in https://github.com/pmndrs/zustand/pull/1518
New Contributors
- @adil62 made their first contribution in https://github.com/pmndrs/zustand/pull/1502
- @wcastand made their first contribution in https://github.com/pmndrs/zustand/pull/1512
Full Changelog: https://github.com/pmndrs/zustand/compare/v4.2.0...v4.3.0