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: algolia/instantsearch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.24.1
Choose a base ref
...
head repository: algolia/instantsearch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.24.2
Choose a head ref
  • 6 commits
  • 11 files changed
  • 6 contributors

Commits on Jun 24, 2021

  1. Copy the full SHA
    1a10b59 View commit details
  2. Copy the full SHA
    91bdea1 View commit details

Commits on Jun 29, 2021

  1. fix(sortBy): do not write the default state (#4798)

    Without this check, if a route state is read (eg. in ssr) with the default value, it will be persisted in the URL, as the refinement is the default refinement, and the ui state was kept as-is, instead of being cleared.
    
    fixes algolia/vue-instantsearch#1005
    Haroenv authored Jun 29, 2021
    Copy the full SHA
    1d8a40e View commit details
  2. chore(ts): update google maps types (#4797)

    * chore: update google maps types
    
    * Apply suggestions from code review
    
    * update lockfile
    
    * suppress errors
    
    Co-authored-by: Haroen Viaene <fingebimus@me.com>
    Co-authored-by: Haroen Viaene <hello@haroen.me>
    3 people authored Jun 29, 2021
    Copy the full SHA
    2481834 View commit details
  3. fix(onStateChange): propagate change to middleware (#4796)

    * chore: create a regression test showcasing onStateChange regression
    
    * fix(onStateChange): still call internal state change
    
    * simplify test
    
    * better test titles
    
    Co-authored-by: Youcef Mammar <youcef.mammar@algolia.com>
    Co-authored-by: François Chalifour <francoischalifour@users.noreply.github.com>
    3 people authored Jun 29, 2021
    Copy the full SHA
    57c32c0 View commit details
  4. Copy the full SHA
    5e4ba53 View commit details
Loading