-
-
Notifications
You must be signed in to change notification settings - Fork 700
Comparing changes
Open a pull request
base repository: pmndrs/jotai
base: v2.15.2
head repository: pmndrs/jotai
compare: v2.16.0
- 9 commits
- 36 files changed
- 4 contributors
Commits on Dec 9, 2025
-
docs(react/Provider): clarify TODO comment related with useRef usage (#…
…3191) * docs(react/Provider): clarify why 'useRef' is used instead of 'useState' * Update src/react/Provider.ts Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com> * chore: empty commit --------- Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 753ec74 - Browse repository at this point
Copy the full SHA 753ec74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d8a6a2 - Browse repository at this point
Copy the full SHA 3d8a6a2View commit details -
fix(internals): Minor tweaks to store internals (#3186)
* add storehooks.i * refactor types * remove callbacks from storeHooks * all const is type object * improve perf on notify.add * fire storehooks as late as possible, after mutating internal data structures but before calling external callbacks * fix type * remove [Symbol.iterator](): IterableIterator<T> * add back [Symbol.iterator](): IterableIterator<T> --------- Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 26f4739 - Browse repository at this point
Copy the full SHA 26f4739View commit details -
feat(utils): deprecate atomFamily in
jotai/utils(migrate to `jotai……-family`) (#3187) * deprecate atomFamily * fix issues with atomFamily docs * add runtime deprecation notice for jotai-fmaily * remove references to pnpm --------- Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 184b51a - Browse repository at this point
Copy the full SHA 184b51aView commit details -
fix(internals): only mounted dependents can be added to mounted.t (#3189
Configuration menu - View commit details
-
Copy full SHA for 68e8eb7 - Browse repository at this point
Copy the full SHA 68e8eb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for baaa702 - Browse repository at this point
Copy the full SHA baaa702View commit details -
test: extract 'sleep' and 'useCommitCount' to 'test-utils' (#3188)
Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cd8ba03 - Browse repository at this point
Copy the full SHA cd8ba03View commit details -
chore(deps): update dev dependencies (#3194)
* chore(deps): update dev dependencies * use the older one
Configuration menu - View commit details
-
Copy full SHA for 6cce4dd - Browse repository at this point
Copy the full SHA 6cce4ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0feb7f - Browse repository at this point
Copy the full SHA c0feb7fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.15.2...v2.16.0