v2.18.0
Changed 1
- Simplify promise handling
Fixed 1
- Keep reactivity if get is called in a different atom
Deprecated 1
- Deprecate jotai/babel in favor of jotai-babel
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
- refactor(internals): simplify promise handing by @dai-shi in https://github.com/pmndrs/jotai/pull/3232
- feat: deprecate jotai/babel in favor of jotai-babel by @dai-shi in https://github.com/pmndrs/jotai/pull/3236
- fix: keep reactivity if get is called in a different atom by @dai-shi in https://github.com/pmndrs/jotai/pull/3241
New Contributors
- @pavan-sh made their first contribution in https://github.com/pmndrs/jotai/pull/3238
Full Changelog: https://github.com/pmndrs/jotai/compare/v2.17.1...v2.18.0