-
-
Notifications
You must be signed in to change notification settings - Fork 644
Comparing changes
Open a pull request
base repository: pmndrs/jotai
base: v2.8.3
head repository: pmndrs/jotai
compare: main
Commits on Jun 5, 2024
-
chore: fix some comments (#2602)
Signed-off-by: tcpdumppy <847462026@qq.com>
Configuration menu - View commit details
-
Copy full SHA for b5b9b77 - Browse repository at this point
Copy the full SHA b5b9b77View commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 26b99a4 - Browse repository at this point
Copy the full SHA 26b99a4View commit details
Commits on Jun 18, 2024
-
* Update family.mdx English improvements for clarity. * Update concepts.mdx Typos and derivated to derived. reference: https://word.tips/spelling/derived-vs-derivated/
Configuration menu - View commit details
-
Copy full SHA for 7613f8a - Browse repository at this point
Copy the full SHA 7613f8aView commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8f2f97d - Browse repository at this point
Copy the full SHA 8f2f97dView commit details
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb877f2 - Browse repository at this point
Copy the full SHA cb877f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb836e3 - Browse repository at this point
Copy the full SHA bb836e3View commit details
Commits on Jun 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 663e054 - Browse repository at this point
Copy the full SHA 663e054View commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2c3c658 - Browse repository at this point
Copy the full SHA 2c3c658View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5051409 - Browse repository at this point
Copy the full SHA 5051409View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcef1e4 - Browse repository at this point
Copy the full SHA fcef1e4View commit details -
chore(tests, docs): prefer user-event (#2638)
* chore(tests): prefer user-event * revert some changes * revert async2 test completely * async and async2 * fix async * update docs too * revert docs for RN
Configuration menu - View commit details
-
Copy full SHA for 2c021f9 - Browse repository at this point
Copy the full SHA 2c021f9View commit details
Commits on Jul 9, 2024
-
* ci: fix pnpm setup * ci: update * ci: update
Configuration menu - View commit details
-
Copy full SHA for 4db874c - Browse repository at this point
Copy the full SHA 4db874cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a40452 - Browse repository at this point
Copy the full SHA 1a40452View commit details -
chore(deps): update dev dependencies (#2651)
* chore(deps): update dev dependencies * fix types * fix for older ts
Configuration menu - View commit details
-
Copy full SHA for 3a9d701 - Browse repository at this point
Copy the full SHA 3a9d701View commit details -
Configuration menu - View commit details
-
Copy full SHA for 904cb39 - Browse repository at this point
Copy the full SHA 904cb39View commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba9e8fe - Browse repository at this point
Copy the full SHA ba9e8feView commit details
Commits on Jul 17, 2024
-
refactor(core): store with Object.assign (#2663)
* refactor(core): store with Object.assign * fix a gh action
Configuration menu - View commit details
-
Copy full SHA for debff8b - Browse repository at this point
Copy the full SHA debff8bView commit details
Commits on Jul 20, 2024
-
chore: enable verbatimModuleSyntax in tsconfig (#2664)
* chore: enable verbatimModuleSyntax in tsconfig * fix a workflow * fix title
Configuration menu - View commit details
-
Copy full SHA for 628aa3e - Browse repository at this point
Copy the full SHA 628aa3eView commit details
Commits on Jul 23, 2024
-
atom toString includes debugLabel in dev mode (#2659)
Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 27117bf - Browse repository at this point
Copy the full SHA 27117bfView commit details -
fix(core): Unmount an atom that is no longer dependent within a deriv…
Configuration menu - View commit details
-
Copy full SHA for 98e23c9 - Browse repository at this point
Copy the full SHA 98e23c9View commit details -
fix: add undefined initial value to primitive Atom definition (#2668)
Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2fbcc4d - Browse repository at this point
Copy the full SHA 2fbcc4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61af13a - Browse repository at this point
Copy the full SHA 61af13aView commit details -
Configuration menu - View commit details
-
Copy full SHA for aeeb479 - Browse repository at this point
Copy the full SHA aeeb479View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c76b224 - Browse repository at this point
Copy the full SHA c76b224View commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9228a88 - Browse repository at this point
Copy the full SHA 9228a88View commit details
Commits on Aug 7, 2024
-
feat(utils): atomFamily supports getParams and unstable_listen api (#…
…2685) * feat(atomFamily): support getParams and unstable_listen api * Update tests/vanilla/utils/atomFamily.test.ts * Update src/vanilla/utils/atomFamily.ts Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com> * call notifyListeners after adding to set * add jsdoc comment for CreatedAt --------- Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b4565cb - Browse repository at this point
Copy the full SHA b4565cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 785d14a - Browse repository at this point
Copy the full SHA 785d14aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20e0cde - Browse repository at this point
Copy the full SHA 20e0cdeView commit details
Commits on Aug 8, 2024
-
chore: update typescript-eslint (#2698)
* wip: update typescript-eslint * do not run lint on json files and add exceptions * avoid no-unused-expressions * use project level config override * remove unused rule
Configuration menu - View commit details
-
Copy full SHA for 7d4da51 - Browse repository at this point
Copy the full SHA 7d4da51View commit details
Commits on Aug 12, 2024
-
fix(store): derived atom not updating when its value changes if anoth…
…er atom is read it conditionally (#2700) * add a failing test * fix miss detection of epoch change that updated indirectly * refactor --------- Co-authored-by: daishi <daishi@axlight.com>
Configuration menu - View commit details
-
Copy full SHA for 41158e6 - Browse repository at this point
Copy the full SHA 41158e6View commit details
Commits on Aug 13, 2024
-
experimental(core): expose unstable_derive (#2652)
* experimental(core): expose unstable_derive instead of unstable_is * chore: remove empty line * chore types * follow resolveAtom in #2609 * store test from #2609 * adjust store.test.tsx for unstable_derive * limit atom state map type * add test with atom state map * update test using unstable_derive * drop resolveAtom, add derive atom test * simplify unstable_derive * wip: this works but i do not like it * separate atomstate and atomcontext * for old ts * fix * fix 2 * simplify a bit with dev breaking changes * revert to bd9c6c0, except for new test * refactor (skipping the new test for now) * refactor 2 * revert those refactors :-p * wip: hm, how is bundle size? * fix tests * add test for unstable_derive (#2665) * add a failing test * wip: failed attempt * split unstable_derive test * wip: failed attempt 2 * revert failing tests * empty commit * restore unstable_is of now (we will remove it in the later version.) --------- Co-authored-by: David Maskasky <dmaskasky@gmail.com> Co-authored-by: David Maskasky <dmaskasky@otter.ai>
Configuration menu - View commit details
-
Copy full SHA for 6b91571 - Browse repository at this point
Copy the full SHA 6b91571View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64012da - Browse repository at this point
Copy the full SHA 64012daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 148d876 - Browse repository at this point
Copy the full SHA 148d876View commit details
Commits on Aug 18, 2024
-
Update split.mdx with keyExtractor info (#2653)
* Update split.mdx with keyExtractor info * run prettier --------- 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 c36f242 - Browse repository at this point
Copy the full SHA c36f242View commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7ca4b27 - Browse repository at this point
Copy the full SHA 7ca4b27View commit details
Commits on Aug 28, 2024
-
docs(atom-with-broadcast): update example code to work with TypeScript (
#2716) * docs(atom-with-broadcast): update example code to work with TypeScript * chore: run prettier * refactor(atom-with-broadcast): some types stuff * refactor(atom-with-broadcast): put types in update
Configuration menu - View commit details
-
Copy full SHA for 1deb5e0 - Browse repository at this point
Copy the full SHA 1deb5e0View commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f2c4db - Browse repository at this point
Copy the full SHA 5f2c4dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7757552 - Browse repository at this point
Copy the full SHA 7757552View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cbbe4a0 - Browse repository at this point
Copy the full SHA cbbe4a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce9f820 - Browse repository at this point
Copy the full SHA ce9f820View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdc2225 - Browse repository at this point
Copy the full SHA cdc2225View commit details
Commits on Sep 8, 2024
-
Mention connections to functional programming in README and docs (#2726)
* docs: add docs page "Functional programming and Jotai" * Briefly mention monads in README * pnpm run prettier
3Configuration menu - View commit details
-
Copy full SHA for 34794c0 - Browse repository at this point
Copy the full SHA 34794c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74b3803 - Browse repository at this point
Copy the full SHA 74b3803View commit details
Commits on Sep 11, 2024
-
docs(functional): cover sequence (#2729)
* docs(functional): cover sequence * docs(functional): add notes section
Configuration menu - View commit details
-
Copy full SHA for 9b83585 - Browse repository at this point
Copy the full SHA 9b83585View commit details
Commits on Sep 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab68d4d - Browse repository at this point
Copy the full SHA ab68d4dView commit details -
chore: enable isolatedDeclarations (#2687)
* experimental: enable isolatedDeclarations * update typescript
Configuration menu - View commit details
-
Copy full SHA for a26203e - Browse repository at this point
Copy the full SHA a26203eView commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9699c17 - Browse repository at this point
Copy the full SHA 9699c17View commit details -
feat(docs): update docs for jotai-effect (#2735)
David Maskasky authoredSep 16, 2024 Configuration menu - View commit details
-
Copy full SHA for b415826 - Browse repository at this point
Copy the full SHA b415826View commit details
Commits on Sep 20, 2024
-
breaking(core): avoid continuable promise in store api (#2695)
* add failing test for #2682 * wip: continuable promise in useAtomValue * wip: abortable promise * wip fix store test * wip: fix dependency test * wip: fix continuable promise * fix unwrap test * fix loadable tes * fix with attachPromiseMeta * refactor * eliminate abort controller for promise * small refactor * refactor * minor refactor * improvement: cancel handler receives next value
Configuration menu - View commit details
-
Copy full SHA for e777f46 - Browse repository at this point
Copy the full SHA e777f46View commit details -
chore(deps): update dev dependencies (#2743)
* chore(deps): update dev dependencies * patch for old ts * remove unused deps
Configuration menu - View commit details
-
Copy full SHA for 09b08a5 - Browse repository at this point
Copy the full SHA 09b08a5View commit details
There are no files selected for viewing
This file was deleted.