It includes some refactors and some minor fixes.
What's Changed
- refactor(vanilla, react): change exported functions to 'function declarations' and non-exported ones to 'arrow functions' by @sukvvon in #3002
- fix(core): improve error handling with multiple errors in flashCallbacks by @nightohl in #3011
- fix(utils): atomWithObservable option for React 19 behavior by @dai-shi in #3016
- fix(utils): Fix deepFreeze fails for boolean, number, string by @devuxer in #3018
- refactor(core): avoid onCancel hack by @dai-shi in #3019
New Contributors
- @Muneeb-juttt made their first contribution in #2997
- @a10nik made their first contribution in #2996
- @zakudriver made their first contribution in #3017
- @nightohl made their first contribution in #3011
- @devuxer made their first contribution in #3018
Full Changelog: v2.12.1...v2.12.2