v1.5.1
This fixes some issues in splitAtom
and atomWithStorage
in jotai/utils
. Also, adds UMD and SystemJS builds for CDN.
What's Changed
- fix(utils): big refactor on splitAtom to handle stale atoms (no more warning, throwing only if unrecoverable) by @Aslemammad in #925
- fix(utils): support RESET for atomWithStorage and atomWithHash by @dai-shi in #934
- fix(build): Generate umd and system files by @romulo94 in #941
New Contributors
- @justjake made their first contribution in #919
- @Awilum made their first contribution in #924
- @romulo94 made their first contribution in #941
Full Changelog: v1.5.0...v1.5.1