-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Comparing changes
Open a pull request
base repository: pmndrs/zustand
base: v4.3.8
head repository: pmndrs/zustand
compare: v4.3.9
Commits on May 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 639aa00 - Browse repository at this point
Copy the full SHA 639aa00View commit details
Commits on May 7, 2023
-
Add section for usage of persist middleware with NextJS (#1782)
* Add section for usage of persist middleware with NextJS I have spent the last 1h30m trying to find the solution for `Hydration failed because the initial UI does not match what was rendered on the server` and after digging a lot I found the solution. So i thought: Maybe this could be on official documentation! So I made it. It's just copy and paste but at least it will be easier for future folks trying to solve the same problem * ran yarn prettier * fix typos * Update docs/integrations/persisting-store-data.md Co-authored-by: Blazej Sewera <code@sewera.dev> * splitting long lines into smaller ones following the suggestion of PR * commit suggestion of changes in PR Co-authored-by: Blazej Sewera <code@sewera.dev> * commit suggestion of changes in PR Co-authored-by: Blazej Sewera <code@sewera.dev> * commit suggestion of changes in PR Co-authored-by: Blazej Sewera <code@sewera.dev> * commit suggestion of changes in PR Co-authored-by: Blazej Sewera <code@sewera.dev> * applying changes requested in PR --------- Co-authored-by: Blazej Sewera <code@sewera.dev>
Configuration menu - View commit details
-
Copy full SHA for 65d2bc0 - Browse repository at this point
Copy the full SHA 65d2bc0View commit details
Commits on May 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 614bf5f - Browse repository at this point
Copy the full SHA 614bf5fView commit details
Commits on May 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 56ab6db - Browse repository at this point
Copy the full SHA 56ab6dbView commit details -
docs: persist and connect state with url (#1804)
* docs: persist and connect state with url * ran prettier * remove line * Apply suggestions from code review Co-authored-by: Blazej Sewera <code@sewera.dev> * from review comments --------- Co-authored-by: celinecheng <celine.cheng@capitalone.com> Co-authored-by: Blazej Sewera <code@sewera.dev>
Configuration menu - View commit details
-
Copy full SHA for 286e443 - Browse repository at this point
Copy the full SHA 286e443View commit details -
Update Recipes persist example to match example in Persisting Store D…
…ata integration (#1813) Replace the deprecated `getStorage` option with the new `storage` option with `createJSONStorage`.
Configuration menu - View commit details
-
Copy full SHA for d61b70f - Browse repository at this point
Copy the full SHA d61b70fView commit details
Commits on May 20, 2023
-
Update readme.md: add pnpm as install option (#1819)
* Update readme.md: add pnpm as install option * Update readme.md Co-authored-by: Blazej Sewera <code@sewera.dev> --------- Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com> Co-authored-by: Blazej Sewera <code@sewera.dev>
Configuration menu - View commit details
-
Copy full SHA for dfa779b - Browse repository at this point
Copy the full SHA dfa779bView commit details
Commits on May 22, 2023
-
Update third-party-libraries.md (#1816)
* Update third-party-libraries.md * Update docs/integrations/third-party-libraries.md Co-authored-by: Blazej Sewera <code@sewera.dev> * Update third-party-libraries.md --------- Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com> Co-authored-by: Blazej Sewera <code@sewera.dev>
Configuration menu - View commit details
-
Copy full SHA for 8cb150a - Browse repository at this point
Copy the full SHA 8cb150aView commit details
Commits on May 26, 2023
-
The initialization type of `useState` is incorrect. hydrated needs to be of boolean type, whereas the original `useBoundStore.persist.hasHydrated` is a function. This will lead to errors, such as during the static build of frameworks like Next.js.
Configuration menu - View commit details
-
Copy full SHA for ac4ec46 - Browse repository at this point
Copy the full SHA ac4ec46View commit details -
Update third-party-libraries.md (#1827)
rename npm package zustand-fetching -> leiten-zustand
Configuration menu - View commit details
-
Copy full SHA for eb5ec74 - Browse repository at this point
Copy the full SHA eb5ec74View commit details
Commits on Jun 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 618c2e5 - Browse repository at this point
Copy the full SHA 618c2e5View commit details -
docs: added a new third party lib (#1843)
* docs: added a new third party lib * chore: prettier
Configuration menu - View commit details
-
Copy full SHA for 3a365a0 - Browse repository at this point
Copy the full SHA 3a365a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84c7323 - Browse repository at this point
Copy the full SHA 84c7323View commit details
Commits on Jun 10, 2023
-
Added zustand-ards to the third-party libraries list (#1856)
* Added zustand-ards to the third-party libraries list * Update third-party-libraries.md
Configuration menu - View commit details
-
Copy full SHA for a534335 - Browse repository at this point
Copy the full SHA a534335View commit details
Commits on Jun 18, 2023
-
docs: refine flux inspired docs to make pattern inspiration clearer (#…
…1874) * docs: refine flux inspired docs to make pattern inspiration clearer * docs: remove the immutable note in the flux inspired docs
Configuration menu - View commit details
-
Copy full SHA for e8597ae - Browse repository at this point
Copy the full SHA e8597aeView commit details
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7276b53 - Browse repository at this point
Copy the full SHA 7276b53View commit details
Commits on Jun 22, 2023
-
* Update testing docs (wip) * WIP * WIP * Update testing docs * Minor updates
Configuration menu - View commit details
-
Copy full SHA for 9333eb6 - Browse repository at this point
Copy the full SHA 9333eb6View commit details
Commits on Jun 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3584d50 - Browse repository at this point
Copy the full SHA 3584d50View commit details
Commits on Jun 27, 2023
-
Testing docs minor fixes (#1898)
* Minor fixes * Update testing.md * Update testing.md
Configuration menu - View commit details
-
Copy full SHA for 1b557cb - Browse repository at this point
Copy the full SHA 1b557cbView commit details
Commits on Jun 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d4e5aed - Browse repository at this point
Copy the full SHA d4e5aedView commit details
Commits on Jun 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 58947a5 - Browse repository at this point
Copy the full SHA 58947a5View commit details
Commits on Jul 3, 2023
-
📝 Fixed some grammar and punctuation (#1913)
* 📝 Fixed some typos * Update readme.md Co-authored-by: Blazej Sewera <code@sewera.dev> * Update readme.md --------- Co-authored-by: Blazej Sewera <code@sewera.dev>
Configuration menu - View commit details
-
Copy full SHA for 1a92e94 - Browse repository at this point
Copy the full SHA 1a92e94View commit details
Commits on Jul 4, 2023
-
fix(build): mode env for "import" condition" (#1845)
* fix(build): mode env for "import" condition" * another way * yet another way
Configuration menu - View commit details
-
Copy full SHA for f0d9d98 - Browse repository at this point
Copy the full SHA f0d9d98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16cafca - Browse repository at this point
Copy the full SHA 16cafcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea40986 - Browse repository at this point
Copy the full SHA ea40986View commit details
There are no files selected for viewing