pmndrs/jotai
 Watch   
 Star   
 Fork   
5 days ago
jotai

v2.19.1

This release includes several small refactors to improve performance.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.19.0...v2.19.1

20 days ago
jotai

v2.19.0

We improved the core to enable atom caching for performance for some cases.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.18.1...v2.19.0

2026-03-09 22:29:57
jotai

v2.18.1

This release fixes a regression introduced in v2.12.1, which affects an uncommon edge case.

What's Changed

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.18.0...v2.18.1

2026-02-19 09:02:22
jotai

v2.18.0

We moved jotai/babel to jotai-babel.

Migration Guide

If you use the preset:

  {
-   "presets": ["jotai/babel/preset"]
+   "presets": ["jotai-babel/preset"]
  }

If you use a plugin:

  {
-   "plugins": ["jotai/babel/plugin-debug-label"]
+   "plugins": ["jotai-babel/plugin-debug-label"]
  }

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.17.1...v2.18.0

2026-02-04 11:03:29
jotai

v2.17.1

Small typing improvements. If you are using v2.16 or earlier, we recommend upgrading to the latest version.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.17.0...v2.17.1

2026-01-28 10:01:47
jotai

v2.17.0

This release deprecates some features, which will be dropped in v3.

What's Changed

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.16.2...v2.17.0

2026-01-13 20:35:32
jotai

v2.16.2

Fixes unwrap and loadable, resolving a regression introduced in v2.15.2.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.16.1...v2.16.2

2025-12-26 11:20:16
jotai

v2.16.1

This fixes an internal API issue that affects ecosystem libraries.

What's Changed

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.16.0...v2.16.1

2025-12-09 20:51:35
jotai

v2.16.0

This version deprecates atomFamily in jotai/utils in favor of jotai-family, and includes some internal changes.

What's Changed

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.15.2...v2.16.0

2025-12-01 20:08:57
jotai

v2.15.2

This release introduces some internal changes. In particular, it adds a warning when unsupported store mutations (side effects) are detected.

What's Changed

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.15.1...v2.15.2