v4.1.2
版本发布时间: 2022-10-09 13:48:24
pmndrs/zustand最新发布版本:v5.0.0-rc.2(2024-09-15 11:17:18)
This includes some fixes for edge cases. Most notably, supporting old TypeScript versions.
What's Changed
- fix(context): store property missing from
useStoreApi
by @exuanbo in https://github.com/pmndrs/zustand/pull/1258 - fix: should use Object.is to compare two value by @hchlq in https://github.com/pmndrs/zustand/pull/1314
- Rewrite
TakeTwo
,SkipTwo
andMutate
to make them work for older ts versions too by @devanshj in https://github.com/pmndrs/zustand/pull/1348
New Contributors
- @chrisk-7777 made their first contribution in https://github.com/pmndrs/zustand/pull/1222
- @timarney made their first contribution in https://github.com/pmndrs/zustand/pull/1223
- @radaelilucca made their first contribution in https://github.com/pmndrs/zustand/pull/1230
- @Exalted100 made their first contribution in https://github.com/pmndrs/zustand/pull/1231
- @dbritto-dev made their first contribution in https://github.com/pmndrs/zustand/pull/1236
- @guymoon made their first contribution in https://github.com/pmndrs/zustand/pull/1267
- @Cuppachino made their first contribution in https://github.com/pmndrs/zustand/pull/1291
- @mugi-uno made their first contribution in https://github.com/pmndrs/zustand/pull/1303
- @hchlq made their first contribution in https://github.com/pmndrs/zustand/pull/1315
- @DiemasMichiels made their first contribution in https://github.com/pmndrs/zustand/pull/1325
- @FKSI made their first contribution in https://github.com/pmndrs/zustand/pull/1326
- @Rec0iL99 made their first contribution in https://github.com/pmndrs/zustand/pull/1344
- @kpue made their first contribution in https://github.com/pmndrs/zustand/pull/1346
- @exuanbo made their first contribution in https://github.com/pmndrs/zustand/pull/1258
Full Changelog: https://github.com/pmndrs/zustand/compare/v4.1.1...v4.1.2