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
- refactor: buildingBlocks to storeState by @dmaskasky in https://github.com/pmndrs/jotai/pull/3105
- allow atom with default update function to return reset and add tests by @scamden in https://github.com/pmndrs/jotai/pull/3137
New Contributors
- @peterpme made their first contribution in https://github.com/pmndrs/jotai/pull/3132
- @01-binary made their first contribution in https://github.com/pmndrs/jotai/pull/3138
- @scamden made their first contribution in https://github.com/pmndrs/jotai/pull/3137
Full Changelog: https://github.com/pmndrs/jotai/compare/v2.13.1...v2.14.0