pmndrs/jotai
 Watch   
 Star   
 Fork   
8 days ago
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

23 days ago
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

2025-11-01 14:29:06
jotai

v2.15.1

A minor but important fix in utils.

What's Changed

New Contributors

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

2025-09-25 23:23:42
jotai

v2.15.0

This is another change in the internal functions of the core, to help Jotai ecosystem libraries.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.14.0...v2.15.0

2025-09-08 13:35:26
jotai

v2.14.0

This version changes the internal functions of the core. Libraries that depend on them, such as jotai-devtools, need to be updated correspondingly.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.13.1...v2.14.0