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
- @nabigraphics made their first contribution in #985
- @tim-smart made their first contribution in #986
- @ankitchouhan1020 made their first contribution in #991
- @justinhandley made their first contribution in #980
- @elliotwaite made their first contribution in #1001
Full Changelog: v1.5.3...v1.6.0