Jotai Versions Save

👻 Primitive and flexible state management for React

v2.5.1

5 months ago

This fixes some small issues in jotai/utils.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.5.0...v2.5.1

v2.5.0

6 months ago

This fixes some bugs, one of which was critical for jotai-effect. It also adds a new internal capability that may help extensions such as jotai-scope.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.4.3...v2.5.0

v2.4.3

7 months ago

This fixes a regression in an edge case, which has existed since v2.1.1.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.4.2...v2.4.3

v2.4.2

7 months ago

There was a bug in v2.4.0 (and v2.4.1) in an edge case, which is now fixed.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.4.1...v2.4.2

v2.4.1

8 months ago

There was a regression in v2.3.0, which is fixed.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.4.0...v2.4.1

v2.4.0

8 months ago

This version fixes an edge case in core that has existed since v2.0.0.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.3.1...v2.4.0

v2.3.1

8 months ago

There was a bug in #2061, which is fixed. It's about a dev-only warning.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.3.0...v2.3.1

v2.3.0

8 months ago

Jotai v2's store API is framework-agnostic. The primary use case is for React, but the store can be used for other frameworks. One of the difficulties was handling promises, and there has been unstable_unwrap util since Jotai v2.0.0. Now, it's considered stable and becomes unwrap util (see docs for details).

What's Changed

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.2.3...v2.3.0

v2.2.3

9 months ago

This comes with some small improvements.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.2.2...v2.2.3

v2.2.2

9 months ago

This includes some fixes for edge cases.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.2.1...v2.2.2