Skip to content

Releases: pmndrs/zustand

v5.0.0-rc.2

15 Sep 03:17
Compare
Choose a tag to compare
v5.0.0-rc.2 Pre-release
Pre-release

Hopefully, this will be the last RC, unless we have serious bug reports in #2741.

What's Changed

New Contributors

Full Changelog: v5.0.0-rc.1...v5.0.0-rc.2

v5.0.0-rc.1

27 Aug 01:23
Compare
Choose a tag to compare
v5.0.0-rc.1 Pre-release
Pre-release

This version includes some minor changes. Please report any issues if you find.

What's Changed

New Contributors

Full Changelog: v5.0.0-rc.0...v5.0.0-rc.1

v5.0.0-rc.0

16 Aug 01:15
Compare
Choose a tag to compare
v5.0.0-rc.0 Pre-release
Pre-release

Please see the migration guide and share your feedback.

What's Changed

image

New Contributors

Full Changelog: v4.5.5...v5.0.0-rc.0

v4.5.5

15 Aug 02:31
Compare
Choose a tag to compare

This improves the persist middleware behavior for an edge case.

What's Changed

New Contributors

Full Changelog: v4.5.4...v4.5.5

v4.5.4

26 Jun 12:36
Compare
Choose a tag to compare

There was an issue in v4.5.3 with some bundlers.

What's Changed

Full Changelog: v4.5.3...v4.5.4

v4.5.3

26 Jun 03:45
Compare
Choose a tag to compare

It comes with a minor fix in types, but also some changes in configs.

What's Changed

New Contributors

Full Changelog: v4.5.2...v4.5.3

v4.5.2

02 Mar 02:45
Compare
Choose a tag to compare

It should improve the compatibility with old browsers.

What's Changed

New Contributors

Full Changelog: v4.5.1...v4.5.2

v4.5.1

17 Feb 02:13
Compare
Choose a tag to compare

People might have misunderstood with useStore deprecation message. Hope this mitigates it.

What's Changed

New Contributors

Full Changelog: v4.5.0...v4.5.1

v4.5.0

20 Jan 01:32
Compare
Choose a tag to compare

This version adds a new capability for SSR/Hydration.

What's Changed

  • feat: getInitialState by @TkDodo in #2277
  • fix: Add deprecation notice for getServerState() in WithReact type by @charkour in #2266

New Contributors

Full Changelog: v4.4.7...v4.5.0

v4.4.7

28 Nov 00:30
Compare
Choose a tag to compare

There's a small fix for a use case with an non-object value in store.

What's Changed

  • fix(vanilla): unexpected null state update behavior by @wulimao49 in #2213

New Contributors

Full Changelog: v4.4.6...v4.4.7