github pmndrs/jotai v1.6.0

latest releases: v2.10.0, v2.9.3, v2.9.2...
2 years ago

This release includes a long-awaited feature unstable_createStore. Although it's an experimental feature, it opens up possibilities for more use cases. Please feel free to experiment with it. Another change is to have useAtomValue and useSetAtom in core, which is just additional APIs, and we keep previous APIs in jotai/utils. UMD/SystemJS bundles are improved. See details below.

What's Changed

  • breaking(core,utils): remove some deprecated features by @dai-shi in #979
  • feat(build): use __DEV__ to control development mode by @dai-shi in #968
  • feat(core): unstable_createStore by @dai-shi in #922
  • feat(utils/atomWithStorage): Add subscribe to storage events in defaultStorage by @Thisen in #1004
  • feat(core): Move useAtomValue and useSetAtom to core by @Thisen in #989

New Contributors

Full Changelog: v1.5.3...v1.6.0

Don't miss a new jotai release

NewReleases is sending notifications on new releases.