what stackpulse tracks
Jotai releases from GitHub
StackPulse watches Jotai release notes and keeps the original source link close to every summary.
Primitive and flexible state management for React StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches Jotai release notes and keeps the original source link close to every summary.
upgrade risk
Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.
migration notes
Migration steps and recommended actions are only shown when the upstream release notes support them.
This release includes minor fixes, such as applying a reviver when parsing subscription updates and throwing stack overflow errors synchronously.
Users relying on atomWithStorage or encountering stack overflow errors may be affected.
Update to version 2.20.1 to benefit from the fixes.
This release focuses on performance improvements in high-throughput scenarios and includes internal refactoring for better type narrowing and lazy hooks.
Developers relying on internal functions like `getInternalBuildingBlock` may need to adjust their code.
Review internal implementations and update any code relying on `getInternalBuildingBlock`.
This release focuses on performance improvements through internal refactoring and optimizations, particularly in atom dependency handling and mount processing.
Developers using Jotai may experience improved performance due to reduced overhead in atom dependency handling and mount processing.
Update to the latest version to benefit from performance improvements.
This release focuses on performance improvements, particularly through atom caching and enhanced store.get efficiency for non-mutated atoms.
Developers using Jotai may experience performance improvements, especially in scenarios involving non-mutated atoms.
Review and update any usage of the deprecated delay option in react.
This release fixes a regression introduced in v2.12.1 that affected an uncommon edge case, and includes minor improvements to type support and optional chaining.
Users experiencing issues with derived read calls or 'Symbol.observable' type support may be affected.
Update to v2.18.1 if you encounter issues with derived read calls or 'Symbol.observable' type support.