This fixes some bugs, one of which was critical for jotai-effect
. It also adds a new internal capability that may help extensions such as jotai-scope
.
What's Changed
- feat(vanilla): prefer using
this
for atom config by @dai-shi in #2186 - fix(vanilla): avoid re-computing unmounted derived atoms in an edge case by @eryue0220 in #2197
- fix(vanilla): deal with promise resolving race condition by @dmaskasky in #2199
- refactor(vanilla): simplify conditions by @dai-shi in #2202
New Contributors
- @ilyasmez made their first contribution in #2159
- @NaamuKim made their first contribution in #2161
- @dmaskasky made their first contribution in #2163
- @joetis06 made their first contribution in #2183
- @ocavue made their first contribution in #2190
- @eryue0220 made their first contribution in #2197
Full Changelog: v2.4.3...v2.5.0