v4.3.7
版本发布时间: 2023-03-31 23:16:39
pmndrs/zustand最新发布版本:v5.0.0-rc.2(2024-09-15 11:17:18)
This includes a couple of improvements in persist
middleware.
What's Changed
- feat(middleware/persist): add skip hydration option #405 by @gmanninglive in https://github.com/pmndrs/zustand/pull/1647
- fix(middleware/persist): ensure
persist
does not drop updates inonRehydrateStorage
when using a synchronous storage API by @coffeebeats in https://github.com/pmndrs/zustand/pull/1689 - fix(middleware/persist): ensure argument for
onRehydrateStorage
andonHydrate
is defined on first hydration by @coffeebeats in https://github.com/pmndrs/zustand/pull/1692
New Contributors
- @hi-otto made their first contribution in https://github.com/pmndrs/zustand/pull/1687
- @pastelmind made their first contribution in https://github.com/pmndrs/zustand/pull/1707
- @gmanninglive made their first contribution in https://github.com/pmndrs/zustand/pull/1647
- @coffeebeats made their first contribution in https://github.com/pmndrs/zustand/pull/1689
Full Changelog: https://github.com/pmndrs/zustand/compare/v4.3.6...v4.3.7