Skip to content

Releases: pmndrs/zustand

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

v4.4.6

03 Nov 00:02
Compare
Choose a tag to compare

v4.4.5 has an issue with some TypeScript configs about module resolution. It should be fixed now. Thanks for the patience.

What's Changed

New Contributors

Full Changelog: v4.4.5...v4.4.6

v4.4.5

31 Oct 14:30
Compare
Choose a tag to compare

Hopefully, it should fix some issues with Node.js environment including Next.js.

What's Changed

New Contributors

Full Changelog: v4.4.4...v4.4.5

v4.4.4

21 Oct 14:05
Compare
Choose a tag to compare

There was a tiny issue in v4.4.3, which broke with some bundlers, which this version fixes.

What's Changed

  • fix(build): patch entry points zustand/shallow for CJS by @dai-shi in #2128

Full Changelog: v4.4.3...v4.4.4

v4.4.3

05 Oct 14:27
Compare
Choose a tag to compare

The changes in v4.4.2 were troublesome for some users. This version should fix/mitigate such cases.

What's Changed

Full Changelog: v4.4.2...v4.4.3

v4.4.2

02 Oct 14:14
Compare
Choose a tag to compare

This adds useShallow hook to cover some use cases that are deprecated with v4.4.0 change. Check out the guide.

Migration Guide

#1991 requires something like below if you are using the devtools middleware and TypeScript.

  import { devtools } from 'zustand/middleware'
+ import type {} from '@redux-devtools/extension'

What's Changed

New Contributors

Full Changelog: v4.4.1...v4.4.2

v4.4.1

06 Aug 23:46
Compare
Choose a tag to compare

Fixes some issues reported with the deprecated feature in v4.4.0.

What's Changed

  • fix(types): accept undefined equalityFn for the deprecated useStore by @dai-shi in #1972
  • fix: improve warning for deprecated equalityFn by @dai-shi in #1976

New Contributors

Full Changelog: v4.4.0...v4.4.1