Skip to content

v1.8.2

Compare
Choose a tag to compare
@dai-shi dai-shi released this 30 Aug 05:17
· 655 commits to main since this release

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

  • @marsidev made their first contribution in #1374
  • @mkossoris made their first contribution in #1375

Full Changelog: v1.8.1...v1.8.2