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/jotai
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.14.0
Choose a base ref
...
head repository: pmndrs/jotai
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.15.1
Choose a head ref
  • 12 commits
  • 34 files changed
  • 6 contributors

Commits on Sep 10, 2025

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

Commits on Sep 21, 2025

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

Commits on Sep 22, 2025

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

Commits on Sep 24, 2025

  1. feat(internals): External building blocks surface (#3149)

    * fix: expose building blocks through one-time shimmable interface
    
    * idea 1: getExternalBuildingBlocks and transformBuildingBlocks function on buildStore
    
    * Revert "idea 1: getExternalBuildingBlocks and transformBuildingBlocks function on buildStore"
    
    This reverts commit d5fe3ed.
    
    * idea 2: getExternalBuildingBlocks buildingBlock
    
    * address comments
    
    ---------
    
    Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
    dmaskasky and dai-shi authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    74c1c2e View commit details
    Browse the repository at this point in the history
  2. breaking: drop atom.unstable_is (#3150)

    * breaking: drop atom.unstable_is
    
    * verbose in ecosystem ci
    dai-shi authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    65e5f57 View commit details
    Browse the repository at this point in the history
  3. add: read atom store hook and store hook tests (#3151)

    Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
    dmaskasky and dai-shi authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    31f3802 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. chore: update dev dependencies (#3160)

    * chore: update dev dependencies
    
    * fix test
    
    * Revert "fix test"
    
    This reverts commit 9acf1f8.
    
    * does this work?
    dai-shi authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    909f8cf View commit details
    Browse the repository at this point in the history
  2. 2.15.0

    dai-shi committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    4661064 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. ci(workflows): update 'actions/setup-node' to v6 and 'peter-evans/cre…

    …ate-or-update-comment' to v5 (#3167)
    sukvvon authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    80b86e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. fix(unwrap): recover from errors (#3163)

    When `unwrap` encountered an error, it would get stuck in the error
    state.  This commit fixes that.
    
    Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
    darrenclark and dai-shi authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    9fe08d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2025

  1. chore: update dev dependencies (#3173)

    * chore: update dev dependencies
    
    * downgrade vitest
    
    * update package manager
    
    * packages entry
    
    * does this work?
    
    * Revert "does this work?"
    
    This reverts commit b6bfff8.
    
    * add website in packages
    
    * Revert "add website in packages"
    
    This reverts commit dc3c617.
    
    * isolate website from workspace
    dai-shi authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    1200372 View commit details
    Browse the repository at this point in the history
  2. 2.15.1

    dai-shi committed Nov 1, 2025
    Configuration menu
    Copy the full SHA
    f287c5d View commit details
    Browse the repository at this point in the history
Loading