There are no public API changes, but some internal behaviors have been improved. Now, atom updates are batched in a single write, which might provide a performance benefit in certain edge cases. This feature has been requested actually for a long time, and it's finally implemented. See also #2782.
What's Changed
- refactor(store): rename pending to batch by @dai-shi in #2868
- lazy recomputeDependents by @dmaskasky in #2827
- fix(store): robust flush batch by @dmaskasky in #2871
- fix(store): refactor batch priority by @dmaskasky in #2875
- feat: dev store with unstable_derive by @dai-shi in #2852
New Contributors
- @rainagalbiati-turngate made their first contribution in #2882
- @leweyse made their first contribution in #2883
Full Changelog: v2.10.4...v2.11.0