Jotai v2.18.0

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
New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.17.1...v2.18.0

View original

Upgraded? How did it go?

Discussion