Sourced from jotai's releases.
v2.9.1
This patch version includes various fixes. Huge thanks to contributors!
What's Changed
- refactor(core): follow naming convention by
@dai-shi
in pmndrs/jotai#2662- refactor(core): store with Object.assign by
@dai-shi
in pmndrs/jotai#2663- fix(core): atom toString includes debugLabel in dev mode by
@dmaskasky
in pmndrs/jotai#2659- fix(core): Unmount an atom that is no longer dependent within a derived atom by
@nogaten
in pmndrs/jotai#2660- fix(types): add undefined initial value to Atom definition by
@rtritto
in pmndrs/jotai#2668New Contributors
@rtritto
made their first contribution in pmndrs/jotai#2668Full Changelog: https://github.com/pmndrs/jotai/compare/v2.9.0...v2.9.1
aeeb479
2.9.161af13a
chore(deps): update dev dependencies (#2670)2fbcc4d
fix: add undefined initial value to primitive Atom definition (#2668)98e23c9
fix(core): Unmount an atom that is no longer dependent within a derived
atom ...27117bf
atom toString includes debugLabel in dev mode (#2659)628aa3e
chore: enable verbatimModuleSyntax in tsconfig (#2664)debff8b
refactor(core): store with Object.assign (#2663)ba9e8fe
refactor(core): follow naming convention (#2662)