v5.0.11
This release includes small improvements in middleware thanks to contributors.
What's Changed
- chore: improve typing in devtools middleware by @grigoriy-reshetniak in https://github.com/pmndrs/zustand/pull/3362
- fix(persist): avoid relying on global localStorage by @honuuk in https://github.com/pmndrs/zustand/pull/3367
- fix(immer): Proper typing for immer middleware in combination with slices by @wheerd in https://github.com/pmndrs/zustand/pull/3371
New Contributors
- @SeongYongLee made their first contribution in https://github.com/pmndrs/zustand/pull/3355
- @grigoriy-reshetniak made their first contribution in https://github.com/pmndrs/zustand/pull/3351
- @DormancyWang made their first contribution in https://github.com/pmndrs/zustand/pull/3363
- @Ea-st-ring made their first contribution in https://github.com/pmndrs/zustand/pull/3369
- @winner07 made their first contribution in https://github.com/pmndrs/zustand/pull/3373
- @honuuk made their first contribution in https://github.com/pmndrs/zustand/pull/3367
- @wheerd made their first contribution in https://github.com/pmndrs/zustand/pull/3371
Full Changelog: https://github.com/pmndrs/zustand/compare/v5.0.10...v5.0.11