-
-
Notifications
You must be signed in to change notification settings - Fork 695
Comparing changes
Open a pull request
base repository: pmndrs/jotai
base: v2.12.1
head repository: pmndrs/jotai
compare: v2.12.2
- 17 commits
- 97 files changed
- 12 contributors
Commits on Feb 18, 2025
-
docs: update jotai-effect docs for sync effect (#2983)
Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9490a24 - Browse repository at this point
Copy the full SHA 9490a24View commit details
Commits on Feb 19, 2025
-
chore(package.json): update fix script to run sequentially (#2994)
* chore(package.json): update fix script to run sequentially * chore(package.json): reorder the fix-related scripts
Configuration menu - View commit details
-
Copy full SHA for b29a0fb - Browse repository at this point
Copy the full SHA b29a0fbView commit details
Commits on Feb 20, 2025
-
Chore/enhance prettier config (#2990)
* chore: enhance prettier config * chore: fix prettier issues --------- Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9d46ca2 - Browse repository at this point
Copy the full SHA 9d46ca2View commit details
Commits on Feb 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for df53eb2 - Browse repository at this point
Copy the full SHA df53eb2View commit details
Commits on Feb 22, 2025
-
fix(atomWithRefresh): non-writable refreshables throw an error if imp…
…licitly passed an argument (#2996) * docs(atomWithRefresh): doesn't refresh with arguments passed * fix(#2995): error instead of noop when fetch-only refreshable atom's setter is called with args * Update tests/vanilla/utils/atomWithRefresh.test.ts * Update test-multiple-builds.yml * Update test-multiple-builds.yml * Update test-multiple-builds.yml --------- Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bc39611 - Browse repository at this point
Copy the full SHA bc39611View commit details
Commits on Feb 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 996d4f9 - Browse repository at this point
Copy the full SHA 996d4f9View commit details
Commits on Feb 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 34f0db6 - Browse repository at this point
Copy the full SHA 34f0db6View commit details
Commits on Feb 26, 2025
-
refactor(vanilla, react): change exported functions to 'function decl…
…arations' and non-exported ones to 'arrow functions' (#3002) * refactor(react): change all exported functions to 'function declarations' * refactor(vanilla): change all exported functions to 'function declarations' * refactor(vanilla): change all non-exported functions to 'arrow functions'
Configuration menu - View commit details
-
Copy full SHA for 268ab95 - Browse repository at this point
Copy the full SHA 268ab95View commit details
Commits on Feb 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ee7d3cf - Browse repository at this point
Copy the full SHA ee7d3cfView commit details
Commits on Feb 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 64b4e2a - Browse repository at this point
Copy the full SHA 64b4e2aView commit details
Commits on Mar 8, 2025
-
fix: examples/mega-form remove itemAtom; (#3017)
* fix: examples/mega-form remove itemAtom; * chore: rname remove to dispatch; --------- Co-authored-by: 哗哗哗 <zakudriver@huahuahuadeMacBook-Pro.local>
Configuration menu - View commit details
-
Copy full SHA for dd6625d - Browse repository at this point
Copy the full SHA dd6625dView commit details
Commits on Mar 10, 2025
-
fix(core): improve error handling with multiple errors in flashCallba…
…cks (#3011) * feat(flushCallbacks): improve error handling with multiple errors Previously, only the first error was thrown and subsequent errors were ignored. Now all errors are collected and: - If there's only one error, throw it directly - If there are multiple errors, throw them as AggregateError This change improves debugging by preserving all error information during callback execution. Co-authored-by: daishi <daishi@axlight.com> * Update src/vanilla/internals.ts --------- Co-authored-by: daishi <daishi@axlight.com> Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d06e958 - Browse repository at this point
Copy the full SHA d06e958View commit details -
fix(utils): atomWithObservable option for React 19 behavior (#3016)
* fix: micro-suspenses * hack atomWithObservable not useAtomValue * change test * fix typo --------- Co-authored-by: Tiến Nguyễn Khắc <tien.nguyenkhac@icloud.com>
Configuration menu - View commit details
-
Copy full SHA for 5f42e12 - Browse repository at this point
Copy the full SHA 5f42e12View commit details -
fix(utils): Fix deepFreeze fails for boolean, number, string (#3018)
* Fix deepFreeze fails for boolean, number, string * Update src/vanilla/utils/freezeAtom.ts * Update src/vanilla/utils/freezeAtom.ts * fix format --------- Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com> Co-authored-by: daishi <daishi@axlight.com>
Configuration menu - View commit details
-
Copy full SHA for e0289af - Browse repository at this point
Copy the full SHA e0289afView commit details -
refactor(core): avoid onCancel hack (#3019)
* wip: refactor: avoid onCancel hack * fix typo * fix useAtomValue * refactor internals * refactor agian to keep the behavior * small refactor * refactor a bit * recover a line * another refactor
Configuration menu - View commit details
-
Copy full SHA for 6f2ae77 - Browse repository at this point
Copy the full SHA 6f2ae77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ee412a - Browse repository at this point
Copy the full SHA 5ee412aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a38128d - Browse repository at this point
Copy the full SHA a38128dView 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.12.1...v2.12.2