v1.8.2
There was some regressions in atomWithStorage
and atomWithHash
in jotai/utils
, which should be fixed. (Feel free to report issues.) Also, this version follows the type changes in urql v6, and it's TypeScript-only breaking for jotai/urql
users.
What's Changed
- refactor(devtools): use useAtomsSnapshot in useAtomsDevtools by @Aslemammad in #1360
- fix(utils/atomWithStorage): Prevent createJSONStorage from adding subscribe method when window.addEventListener is not defined by @mkossoris in #1375
- fix(utils/atomWithHash): do not cause error when location is not available by @dai-shi in #1378
- breaking(types,urql): update @urql/core v6 by @dai-shi in #1382
New Contributors
Full Changelog: v1.8.1...v1.8.2