pmndrs/jotai
 Watch   
 Star   
 Fork   
18 days ago
jotai

v2.13.1

This version fixes some types in utils.

What's Changed

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

25 days ago
jotai

v2.13.0

This removes the deprecated devstore. Be sure to use the latest jotai-devtools.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.12.5...v2.13.0

2025-05-27 15:16:44
jotai

v2.12.5

An improvement for some edge cases.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.12.4...v2.12.5

2025-05-06 20:32:37
jotai

v2.12.4

We deprecate devstore capability, which will be dropped in the next minor version. Please use the latest jotai-devtools library.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.12.3...v2.12.4

2025-04-14 08:01:35
jotai

v2.12.3

This introduces an internal capability for jotai-devtools.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.12.2...v2.12.3

2025-03-10 23:03:55
jotai

v2.12.2

It includes some refactors and some minor fixes.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.12.1...v2.12.2

2025-02-17 20:32:46
jotai

v2.12.1

This fixes an internal behavior necessary for some Jotai ecosystem libraries.

What's Changed

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.12.0...v2.12.1

2025-02-11 13:37:10
jotai

v2.12.0

This introduces a significant change in the history of Jotai development. The Jotai core aims to remain minimal while supporting the growth of the ecosystem. It now exposes some internal functions for the ecosystem.

For library authors, please make sure to pin the jotai package version if you rely on these internal functions.

Huge thanks to @dmaskasky for helping finalize the API.

What's Changed

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.11.3...v2.12.0

2025-02-01 10:34:25
jotai

v2.11.3

Unfortunately, we encountered another regression with the v2.11 rearchitecture. We hope there are no more issues, but we can't be sure if it's stable unless no more are reported. Please give it a try and let us know if you find anything!

What's Changed

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.11.2...v2.11.3

2025-01-31 08:48:19
jotai

v2.11.2

There was a regression in v2.11.1, which is fixed in this patch.

What's Changed

  • fix(core): derived atom is not re-evaluated if it read between multiple set by @dai-shi in

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.11.1...v2.11.2