pmndrs/jotai
 Watch   
 Star   
 Fork   
2 days ago
jotai

v3.0.0-alpha.1

Includes v2.20.3 changes.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v3.0.0-alpha.0...v3.0.0-alpha.1

2 days ago
jotai

v2.20.3

A fix in a util.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.20.2...v2.20.3

2026-07-20 20:23:50
jotai

v3.0.0-alpha.0

https://github.com/pmndrs/jotai/blob/v3/docs/guides/migrating-to-v3.mdx

What's Changed

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.20.2...v3.0.0-alpha.0

2026-07-14 21:48:11
jotai

v2.20.2

This release fixes a regression in some edge case introduced in v2.18.1.

What's Changed

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.20.1...v2.20.2

2026-06-11 14:24:15
jotai

v2.20.1

This release includes a few small fixes.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.20.0...v2.20.1

2026-05-06 09:03:52
jotai

v2.20.0

This release improves performance in high-throughput scenarios. Huge kudos to @dmaskasky!

What's Changed

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

2026-04-07 22:26:11
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

2026-03-24 16:08:19
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