779 Commits

Author SHA1 Message Date
Daishi Kato
76eeacb1c4
fix(build): separate vanilla build (#904) 2022-04-17 08:47:26 +09:00
daishi
ee1013a3aa restore resolutions for stable codesandbox ci 2022-04-11 16:46:54 +09:00
Devansh Jethmalani
943af082ae
breaking(middleware/devtools): remove deprecations and warnings (#892)
* imaginary code that uses uSES

* revert backward compatibility code as this is not going to be v4

* use use-sync-external-store

* revert to react 17

* handle error by our own

* v4.0.0-alpha.2

* fix&refactor a bit

* update uSES experimental package

* remove error propagation hack

* update size snapshot

* update uSES and add dts

* split react.ts and no export wild

* split useStore impl

* context to follow the new api, export wild again

* v4.0.0-alpha.3

* add missing await

* update uSES

* update uSES

* uses uSES extra!

* v4.0.0-alpha.3

* fix(types): Rename from UseStore to UseBoundStore

* breaking(types): drop deprecated UseStore type

* breaking(core): drop v2 hook compatibility

* breaking(middleware): drop deprecated persist options

* breaking(core): drop deprecated store.subscribe with selector

* update uSES

* fix update uSES

* v4.0.0-alpha.5

* combine subscribe type

* intentional undefined type

* add useDebugValue

* update uSES

* update uSES types

* breaking(middleware): make persist options.removeItem required

* update uSES

* v4.0.0-alpha.6

* fix(readme): remove memoization section which is no longer valid with uSES

* feat(readme): add new createStore/useStore usage

* update useSES

* update uSES and deps

* v4.0.0-alpha.7

* update uSES

* update uSES

* shave bytes

* update uSES

* breaking(middleware/devtools): use official devtools extension types

* type object.create

* avoid emitting @redux-devtools/extension

* fix type with any

* refactor

* fix yarn lock

* temporary fix #829

* v4.0.0-beta.2

* fix lint

* lock date-fns version

* lock testing-library/react alpha version

* devtools: remove deprecations and warnings

* fix tests

* use `__DEV__`

* revert irrelevant v4 changes

* correct merge

* fix test

* fix `any`

* fix `any` again

Co-authored-by: daishi <daishi@axlight.com>
2022-04-09 02:27:28 +09:00
Daishi Kato
f65a25acd5
breaking(middleware/devtools): use official devtools extension types (#819)
* breaking(middleware/devtools): use official devtools extension types

* type object.create

* avoid emitting @redux-devtools/extension

* fix type with any

* refactor

* lock date-fns version

* refactor
2022-04-07 23:58:55 +09:00
Daishi Kato
a34649d35a
feat: use-sync-external-store (#550)
* imaginary code that uses uSES

* revert backward compatibility code as this is not going to be v4

* use use-sync-external-store

* revert to react 17

* handle error by our own

* v4.0.0-alpha.2

* fix&refactor a bit

* update uSES experimental package

* remove error propagation hack

* update size snapshot

* update uSES and add dts

* split react.ts and no export wild

* split useStore impl

* context to follow the new api, export wild again

* v4.0.0-alpha.3

* add missing await

* update uSES

* update uSES

* uses uSES extra!

* v4.0.0-alpha.3

* update uSES

* fix update uSES

* v4.0.0-alpha.5

* add useDebugValue

* update uSES

* update uSES types

* update uSES

* v4.0.0-alpha.6

* fix(readme): remove memoization section which is no longer valid with uSES

* feat(readme): add new createStore/useStore usage

* update useSES

* update uSES and deps

* v4.0.0-alpha.7

* update uSES

* update uSES

* shave bytes

* update uSES

* fix yarn lock

* temporary fix #829

* uSES rc.1

* getServerState for #886, no types yet

* uSES v1
2022-04-07 23:53:27 +09:00
Daishi Kato
34bf82bf27
breaking(types): drop deprecated UseStore type (#596)
* fix(types): Rename from UseStore to UseBoundStore

* breaking(types): drop deprecated UseStore type

* empty commit
2022-04-07 23:47:58 +09:00
Daishi Kato
c99bbcd4ad
breaking(core): drop v2 hook compatibility (#597) 2022-04-07 23:45:57 +09:00
Daishi Kato
8c8f693999
breaking(middleware): drop deprecated persist options and make removeItem required (#598)
* breaking(middleware): drop deprecated persist options

* breaking(middleware): make persist options.removeItem required
2022-04-07 23:43:39 +09:00
Daishi Kato
eadb81f9c6
breaking(vanilla): drop deprecated store.subscribe with selector (#604)
* breaking(core): drop deprecated store.subscribe with selector

* combine subscribe type

* intentional undefined type
2022-04-07 23:38:24 +09:00
daishi
4d8003b363 3.7.2 v3.7.2 2022-04-07 23:03:30 +09:00
Daishi Kato
8637ec6a03
chore(deps): update dev dependencies (#897)
* chore(deps): update dev dependencies

* remove resolution
2022-04-07 23:03:00 +09:00
zerofirework
5eaffff315
fix(middleware/persist): Merge storage value with the latest store state (#894)
* Merge storage value with the latest store state

When using zustand store with Provider and Context, it's possible to mutate the store state in an useEffect callback before hydration  creates `stateFromStorage`. It should merge the storage value with the latest store state instead of the config result since it can be out of date.

* fix tests

* Add test

* commit

Co-authored-by: Zero Liu <zerolxy@gmail.com>
2022-04-07 22:41:00 +09:00
Daishi Kato
3acbb359a6
Update FUNDING.yml 2022-03-22 20:41:51 +09:00
Daishi Kato
0bf1ec1282
Create FUNDING.yml 2022-03-22 20:39:00 +09:00
Paras Sanghavi
fe06e13187
docs: Fix TypeScript docs for using subscribe with selector (#876) 2022-03-21 12:09:30 +09:00
daishi
da781a2577 lock testing-library/react alpha version 2022-03-05 10:05:28 +09:00
daishi
ab82143ff0 lock date-fns version 2022-03-04 11:32:23 +09:00
daishi
a715e140dd 3.7.1 v3.7.1 2022-02-28 11:36:57 +09:00
Daishi Kato
160459fda1
chore(deps): update dev dependencies (#833) 2022-02-28 11:36:18 +09:00
Daishi Kato
a46f1fd871
fix(middleware/devtools): deprecate serialize.options (#828) 2022-02-28 11:12:44 +09:00
Devansh Jethmalani
52cc17a9fd
fix(context): revert removing overloads in UseContextStore (#817)
* fix(context): revert removing overloads in `UseContextStore`

Fixes #812

* add test

* fix lint
2022-02-28 10:52:25 +09:00
daishi
0fce3a9e74 3.7.0 v3.7.0 2022-02-11 08:37:02 +09:00
Daishi Kato
05094baa55
chore(deps): update dev dependencies (#793) 2022-02-11 08:35:28 +09:00
Devansh Jethmalani
a418fd7480
Migrations regarding higher kinded mutators for v4 (#772)
* add `Mutate` for migration path

* deprecate `PartialState`

* deprecate `StateSliceListener`

* add v4 version of `UseContextStore` for migration

* revert and deprecate `UseContextStore`

* subscribeWithSelector: fix deprecation message, add a test case

* subscribeWithSelector: fix overloads

* persist: deprecate `StoreApiWithPersist`

* subscribeWithSelector: update deprecation message

* redux: deprecate `StoreApiWithRedux`

* devtools: deprecate `StoreApiWithDevtools`

* migrate middleware tests

* update deprecation message to mention test file

* style

* don't export `WithPersist`
2022-02-11 08:23:24 +09:00
Daishi Kato
5b938fbbff
feat(build): use __DEV__ to control development mode (#789)
* feat(build): use __DEV__ to control development mode

* fix workflow

* missing env in systemjs build
2022-02-10 08:45:43 +09:00
Todd Williams
e90e8bc7b6
match vanilla StateCreator type in middleware/subscribeWithSelector (#787)
* match vanilla StateCreator type

Match
0ba3c24007/src/vanilla.ts (L50-L52)
to make subscribeWithSelector more useful with custom states.

Ran into this when trying to use subscribeWithSelector with
custom middleware that uses immer's WritableDraft on SetState

* apply changes for all middleware

Co-authored-by: Todd Williams <twilliams5@snapchat.com>
Co-authored-by: daishi <daishi@axlight.com>
2022-02-10 08:32:15 +09:00
Devansh Jethmalani
1b2560f25f
fix(devtools): don't show jsdoc deprecation warning when no options are passed (#781) 2022-02-10 08:31:38 +09:00
Daniel Power
0ba3c24007
chore(examples): Refactor demo code to reduce distraction from Zustand usage (#751)
* Refactor demo code to reduce distraction from Zustand usage

* Update examples/src/components/Details.js

* Update examples/src/components/Details.js

Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
2022-01-13 12:23:29 +09:00
daishi
9905f64786 fix(readme): update demo link #747 2022-01-12 07:40:35 +09:00
daishi
fba3bc799a fix(examples): fix build 2022-01-12 00:23:21 +09:00
daishi
50af477055 3.6.9 v3.6.9 2022-01-10 23:15:58 +09:00
Rômulo Rocha de Oliveira
e7bdbc4341
fix(build): Generate umd and system files (#740)
* add new config in rollup to generate new files: umd and system

* add new config in rollup to generate new files: umd and system

* Added new config to compile to SystemJS module

* added createSystemConfig to the config section array

* addressing feedbacks: fixing config for umd and system

Co-authored-by: Romulo <romulo.rocha@trio.dev>
Co-authored-by: Thyago Weber <thyago.weber@gmail.com>
2022-01-10 23:08:11 +09:00
daishi
1dce3d2f14 3.6.8 v3.6.8 2021-12-24 16:29:04 +09:00
Daishi Kato
19d9cf0ee4
chore(deps): update dependencies (#732) 2021-12-24 16:25:49 +09:00
Devansh Jethmalani
2ddbd76a2c
devtools: deprecate passing name directly instead of an object (#731) 2021-12-24 16:10:36 +09:00
Daishi Kato
5b3b963181
fix(middleware): revert devtools extension connector with try-catch (#724)
* fix(middleware): revert devtools extension connector with try-catch

* add a test case

Co-authored-by: Devansh Jethmalani <devanshj@users.noreply.github.com>
2021-12-24 16:09:46 +09:00
Devansh Jethmalani
cb99a36c59
devtools: minor fixes (#720) 2021-12-23 10:03:07 +09:00
Omid Kashan
0aeaf7f050
docs: add note about using set() third param for logging (#712)
* docs: add note about using set() third param for logging

* docs: update readme with suggested changes for action type logging

* Update readme.md

Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
2021-12-23 09:35:12 +09:00
Oskar Skuteli
1242610103
Add missing import to ts example (#718) 2021-12-19 07:33:25 +09:00
Devansh Jethmalani
c3697e5251
Remove devtools prefixing from readme (#706) 2021-12-11 08:13:40 +09:00
daishi
48d4dc1d4f 3.6.7 v3.6.7 2021-12-07 16:31:57 +09:00
Daishi Kato
927c0eba8c
chore(deps): update dependencies (#700) 2021-12-07 16:31:23 +09:00
Daishi Kato
c54d1df87b
fix(middleware): devtools work in non-browser (#693)
* fix(middleware): devtools work in non-browser

* early return

* add a test

Co-authored-by: Devansh Jethmalani <devanshj@users.noreply.github.com>
2021-12-07 16:06:41 +09:00
Mathis Møller
d89e7c5f32
Fix Jest line reporting (#690) 2021-12-04 07:45:05 +09:00
daishi
d824413669 3.6.6 v3.6.6 2021-12-03 22:23:57 +09:00
Daishi Kato
e36f399ffd
chore(deps): update dependencies (#689) 2021-12-03 22:23:15 +09:00
Devansh Jethmalani
58baf27476
rewrite devtools (#675)
* rewrite `devtools`

* style

* merge state instead of replace, fix lint

* fix lint, don't use `Array.prototype.at`

* fix typo

* more lint fixing

* feat: allow setting state from the devtools

* deference dispatch in the store to use latest `api.dispatch`
that gets replaced in devtools middleware
2021-12-03 22:12:31 +09:00
Mathis Møller
c8243e58c0
Use @swc/jest as Jest transformer (#688) 2021-12-02 07:57:33 +09:00
Daishi Kato
30f5505cdb
chore(eslint): add recommended rules and etc (#678) 2021-11-25 22:33:59 +09:00
Daishi Kato
bb26cd04c0
chore: enable exactOptionalPropertyTypes (#671)
* chore: enable exactOptionalPropertyTypes

* chore update dependencies
2021-11-22 20:38:51 +09:00