This version includes some refactors and improvements to the v2 API pre-release. If you are still new to the v2 API, please check it out. https://jotai.org/docs/guides/migrating-to-v2-api
What's Changed
- refactor(vanilla): simplify store impl (v2 API) by @dai-shi in #1624
- fix(vanilla/utils): re-implement unwrap util (v2 API) by @dai-shi in #1628
- refactor(vanilla/utils): avoid refAtom in selectAtom (v2 API) by @dai-shi in #1629
- refactor(vanilla/utils): avoid refAtom in splitAtom (v2 API) by @dai-shi in #1630
New Contributors
- @segamiken made their first contribution in #1622
- @marksy made their first contribution in #1625
Full Changelog: v1.11.1...v1.11.2