Skip to content

v1.4.3

Compare
Choose a tag to compare
@dai-shi dai-shi released this 07 Nov 12:54
· 803 commits to main since this release

Now, useAtomDevtools in jotai/devtools supports read-only atoms. You can only see the read-only atom values in Redux DevTools Extention (you can't change the value, like with time-traveling.)

What's Changed

  • feat(devtools): read-only atom support in useAtomDevtools by @Aslemammad in #817
  • fix(core): interruptable promise handling by @dai-shi in #820
  • refactor(core): improve invalidated revision by @dai-shi in #821

New Contributors

Full Changelog: v1.4.2...v1.4.3