v4.5.5
版本发布时间: 2024-08-15 10:31:47
pmndrs/zustand最新发布版本:v5.0.0-rc.2(2024-09-15 11:17:18)
This improves the persist
middleware behavior for an edge case.
:warning: We thought this was fixing a bug, but it actually introduced a behavioral breaking change. Please use v4.5.4 if the change is troublesome. See: #2763
What's Changed
- fix(storage): avoid calling setItem with the state just retrieved by @double-thinker in https://github.com/pmndrs/zustand/pull/2678
- chore(deps): update dependencies by @dai-shi in https://github.com/pmndrs/zustand/pull/2680
New Contributors
- @alwalxed made their first contribution in https://github.com/pmndrs/zustand/pull/2634
- @YashChauhan858 made their first contribution in https://github.com/pmndrs/zustand/pull/2636
- @donutcube made their first contribution in https://github.com/pmndrs/zustand/pull/2650
- @vorant94 made their first contribution in https://github.com/pmndrs/zustand/pull/2661
- @jeppester made their first contribution in https://github.com/pmndrs/zustand/pull/2667
- @ryota-murakami made their first contribution in https://github.com/pmndrs/zustand/pull/2668
- @double-thinker made their first contribution in https://github.com/pmndrs/zustand/pull/2678
Full Changelog: https://github.com/pmndrs/zustand/compare/v4.5.4...v4.5.5