1236 Commits

Author SHA1 Message Date
Mohammad Bagher Abiyat
382eeaca0a
chore: pkg.pr.new (#2904)
* init

* add a new line

---------

Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
2024-12-16 16:25:30 +09:00
Wonsuk Choi
52eae2b874
chore(.eslintrc.json): remove unnecessary elements from the plugins, add react/jsx-runtime (#2902) 2024-12-16 09:35:34 +09:00
Wonsuk Choi
459d789bf6
chore(.eslintrc.json): modifying eslint-plugin-react-compiler to react-compiler in the plugins array (#2899) 2024-12-14 11:09:42 +09:00
Wonsuk Choi
429cb7ec53
chore(.eslintrc.json): remove prettier in extends (#2898) 2024-12-13 22:39:28 +09:00
Wonsuk Choi
fb6fb3595e
chore(.github/workflows): unify format style (#2894) 2024-12-13 11:56:49 +09:00
Wonsuk Choi
afe9c6161a
chore(.github/workflows): update actions/setup-node's node-version 18 to 20 (#2893) 2024-12-12 21:17:54 +09:00
𝑾𝒖𝒙𝒉
a958de910f
docs: typo & improve (#2891)
* chore: typo

* docs: update
2024-12-10 08:48:39 -05:00
Wonsuk Choi
3fdf3c9b20
docs(CONTRIBUTING.md): change 'pnpm' to 'pnpm install' for installing dependencies (#2890) 2024-12-09 21:13:42 -05:00
Atticus White
19cb8797bd
Update devtools.md (#2883) 2024-12-06 14:53:22 +09:00
Danilo Britto
5a4d771272
feat(vitest): update vitest config (#2881) 2024-12-06 13:18:45 +09:00
daishi
2b7b09e2f9 5.0.2 v5.0.2 2024-12-05 00:02:29 +09:00
Daishi Kato
d4549134e3
chore(deps): update dev dependencies (#2880) 2024-12-04 23:55:19 +09:00
Danilo Britto
9bae06922a
fix(persist): fix async migrate on persist middleware (#2877)
* fix(perist): add support for async migrate on persist middleware

* feat(vitest): rename vitest.config.ts to vitest.config.mts

* fix: fix minor issues

* fix: fix minor issues

* feat: minor changes

* feat: revert vitest changes

---------

Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
2024-12-04 22:06:36 +09:00
Andy Zhou
af7ff21190
fix(middleware): devtools type error #2700 (#2875)
* fix: add an inferred generic U to CreateStoreImpl

* fix: add inferred generic U variables to both Devtools and DevtoolsImpl

* test: add tests for issue #2700

* revert impl types

* code styling

---------

Co-authored-by: daishi <daishi@axlight.com>
2024-12-04 22:00:01 +09:00
daishi
5ed67ec1a9 chore: remove single quote 2024-11-29 22:26:26 +09:00
marcomendoza
3a7a7fb221
Fix migrating to v5 doc (#2874)
Replace middlware with middleware in md file
2024-11-29 10:49:39 +09:00
Alexander Mordvinov
9281ec1990
fix hydrateRoot args order (#2869) 2024-11-26 16:45:35 -05:00
Facundo J Gonzalez
f540ca8294
chore(docs): Fix the link to devtools (#2861) 2024-11-21 09:14:02 +09:00
Charles Kornoelje
7980a7b9cb
match the typescript docs (#2856) 2024-11-18 08:28:55 +09:00
Marcin Kulpa
5a8842fbc3
test: add jest-dom matchers and eslint plugin (#2850) 2024-11-13 11:06:56 +09:00
Minsup Lee
15eaeb7aad
chore(docs): fix typo (#2847) 2024-11-10 10:42:32 -05:00
Marcin Kulpa
8b9c374565
test: use @vitest/eslint-plugin (#2845) 2024-11-10 10:27:01 +09:00
Marcin Kulpa
f689d78a31
test: incorporate eslint-plugin-testing-library and fix reported issues (#2844) 2024-11-09 09:46:15 +09:00
ytraddan
9782058029
docs: fix typo in tutorial-tic-tac-toe.md (#2836) 2024-11-05 11:30:26 -05:00
ennjin
7fcd59b10d
chore: update third-party-libraries.md (#2834) 2024-11-05 16:46:01 +09:00
Danilo Britto
795528efb5
fix(doc): update tutorial guide and fix doc build (#2835)
* fix(doc): update tutorial guide

* fix(doc): update tutorial guide
2024-11-04 19:43:35 -05:00
Danilo Britto
bf4bcf20c5
chore(docs): update docs content (#2831)
* chore(docs): update docs content

* chore(docs): update types

* chore: update import types
2024-11-05 09:27:34 +09:00
Marcin Kulpa
dcc4c098ab
test: use screen exposed by React Testing Library (#2832) 2024-11-04 13:17:52 +09:00
daishi
c87a5d69ad 5.0.1 v5.0.1 2024-10-30 19:59:43 +08:00
Daishi Kato
1068ff9d7f
chore(deps): update dev dependencies (#2826) 2024-10-30 20:58:49 +09:00
Daishi Kato
9525f9264d
fix(shallow): iterable-like insensitive keys order comparison (alternate implementation) (#2821)
* alternate implementation for shallow

* test with pure iterable

* refactor

* another refactor

---------

Co-authored-by: Danilo Britto <dbritto.dev@gmail.com>
2024-10-30 20:52:43 +09:00
Steven Wexler
dfbed9c6c9
docs: add leo-query to third-party libraries list (#2824)
Co-authored-by: Danilo Britto <dbritto.dev@gmail.com>
2024-10-28 23:12:31 -05:00
Marcin Kulpa
064be30bcb
test: calculate coverage for src files only (#2822) 2024-10-28 16:31:42 +09:00
Daishi Kato
259c19ff2d
fix(shallow): fallback map-like iterator comparison (#2795)
* add failing test

* add a fallback
2024-10-27 16:38:59 +09:00
Prince Raj
f9b5538402
Update use-store.md (#2799)
there is a typo mistake while importing the setposition from positionstore

 wrong : const setPosition = useStore(positionStore, (state) => state.setPositionStore)
correct :  const setPosition = useStore(positionStore, (state) => state.setPosition)
2024-10-18 20:55:13 +09:00
Danilo Britto
cce8d5b22e
chore: fix middleware imports (#2798) 2024-10-16 09:12:01 -05:00
daishi
0007ef43a8 remove tag:next packageConfig 2024-10-14 23:19:54 +09:00
daishi
5408e012cc 5.0.0 v5.0.0 2024-10-14 22:55:52 +09:00
Daishi Kato
803d1c8e4f
chore: update dev dependencies (#2787) 2024-10-14 22:49:31 +09:00
Danilo Britto
211f108ede
Update docs content (#2760)
* Update docs content

* Update docs content

* Update docs content

* Update docs content

* Update docs content

* WIP

* WIP

* Update docs content

* Update create.md

* Update create-with-equality-fn.md

* Update create-store.md

* Update use-store.md

* Update use-store-with-equality-fn.md
2024-10-14 20:44:42 +09:00
Martin Petr
055dcdc7e7
Update third-party-libraries.md (add zustand-hash-storage) (#2785)
* Update third-party-libraries.md

* Update docs/integrations/third-party-libraries.md

---------

Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
2024-10-12 19:13:09 +09:00
David Sykes
a14af57a85
docs: logo optimization and adding alt (#2784)
* docs: logo optimization and adding alt

* docs: logo optimization and adding alt

* Update docs/getting-started/introduction.md

---------

Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
2024-10-12 12:24:42 +09:00
goosewobbler
3362f3b765
docs: add zutron to third-party-libs (#2781)
* docs: add zutron to third-party-libs

* Update docs/integrations/third-party-libraries.md

---------

Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
2024-10-11 10:12:47 +09:00
Chafic Najjar
55630cce47
docs: fix typo in use-shallow.md (#2780) 2024-10-10 07:08:48 -05:00
Chafic Najjar
eac9dad35b
Fix "previous" and "next" navigation links (#2777) 2024-10-08 07:11:45 -05:00
Charles Kornoelje
717f569022
docs: remove State and improve replace typecasting (#2776) 2024-10-06 19:32:48 -05:00
Chafic Najjar
17bc89d735
docs: capitalize first word in subtitle (#2770) 2024-10-05 16:35:21 +09:00
Daishi Kato
29509885a1
chore: v5 migration docs (#2769)
* chore: v5 migration docs

* some fixes
2024-10-04 12:02:30 +09:00
DanThemes
976ae9fb16
Update typescript.md (#2764)
Typo: "That is to say how could **do** we type ..."
2024-10-01 17:41:15 +09:00
David
17b208a91f
docs: fix typo in Prevent rerenders with useShallow section (#2761) 2024-09-30 20:56:25 +09:00