Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pmndrs/zustand
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0
Choose a base ref
...
head repository: pmndrs/zustand
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.1
Choose a head ref
  • 9 commits
  • 12 files changed
  • 6 contributors

Commits on Oct 14, 2024

  1. remove tag:next packageConfig

    dai-shi committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0007ef4 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    cce8d5b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. 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)
    legcy143 authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f9b5538 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. fix(shallow): fallback map-like iterator comparison (#2795)

    * add failing test
    
    * add a fallback
    dai-shi authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    259c19f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    064be30 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. docs: add leo-query to third-party libraries list (#2824)

    Co-authored-by: Danilo Britto <[email protected]>
    steaks and dbritto-dev authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    dfbed9c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. fix(shallow): iterable-like insensitive keys order comparison (altern…

    …ate implementation) (#2821)
    
    * alternate implementation for shallow
    
    * test with pure iterable
    
    * refactor
    
    * another refactor
    
    ---------
    
    Co-authored-by: Danilo Britto <[email protected]>
    dai-shi and dbritto-dev authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    9525f92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1068ff9 View commit details
    Browse the repository at this point in the history
  3. 5.0.1

    dai-shi committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c87a5d6 View commit details
    Browse the repository at this point in the history
Loading