Never miss a release that matters
AI-powered summaries of every GitHub release.
AI Summaries
Changelogs condensed into clear, actionable insights.
Always Free
Track up to 5 packages at no cost, forever.
Weekly Digest
A curated summary of every release, delivered weekly.
TL;DR
Jotai now correctly notifies subscribers after nested state updates and subscriptions, resolving a recent regression.
Fixes Worth Knowing
A bug where subscribers weren’t reliably updated after specific nested state changes has been fixed. This ensures components using Jotai (a state management library) react as expected to data modifications.
TL;DR
Jotai’s developer tools have been moved to a separate package, jotai-devtools, to prepare for a future v2 API.
Breaking
- The
jotai/react/devtoolsentry point is removed. (Previous access point for devtools) jotai/devtoolsis deprecated; usejotai-devtoolsinstead. (Separate package for devtools)
Fixes Worth Knowing
- Fixed an issue reading async atoms (data sources) twice. (Improves performance)
Before You Upgrade
Install the jotai-devtools package: npm install jotai-devtools or yarn add jotai-devtools.