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: gaborbernat/downshift
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: downshift-js/downshift
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 11 files changed
  • 4 contributors

Commits on Mar 14, 2025

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

Commits on Jul 21, 2025

  1. fix: add package exports field for correct interop and bundler support (

    downshift-js#1653)
    
    * fix: add package exports field for correct interop and bundler support
    
    * fix: Add types fields to exports field in package.json
    
    * fix: Add default fields to exports field in package.json
    martinnaj authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    1743dfd View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

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

Commits on Dec 2, 2025

  1. Configuration menu
    Copy the full SHA
    0d0ecc5 View commit details
    Browse the repository at this point in the history
  2. fix: update element ids when related props change (downshift-js#1656)

    We used to memoize the element id props on the first render and then use
    those throughout the lifecycle of the component. This could cause ids in
    the markup to be out of sync from the ids provided via props. This
    change updates the internal element id getter references whenever any id
    related props change to propagate those props changes to the markup.
    juzerzarif authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    c2f79b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

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