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: algoliasearch-helper@3.25.0
Choose a base ref
...
head repository: algolia/instantsearch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: algoliasearch-helper@3.26.0
Choose a head ref
  • 10 commits
  • 78 files changed
  • 5 contributors

Commits on May 5, 2025

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

Commits on May 6, 2025

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

Commits on May 22, 2025

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

Commits on May 27, 2025

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

Commits on Jun 10, 2025

  1. fix(infiniteHits): always return valid showPrevious and showMore func…

    …tions (#6644)
    
    fix(infiniteHits): ensure showMore functions are always defined
    Haroenv authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    03670aa View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. feat(refinementList): add option to disable selecting on searchbox su…

    …bmit (#6649)
    
    * feat(refinementList): add option to disable selecting on searchbox submit
    
    By default when you submit the search box in a refinement list, it toggles the first item. In some cases this is not expected behaviour, so there's now an option `searchableSelectOnSubmit` that defaults to true to allow people to disable this behaviour.
    
    Vue did not have this behaviour, so i didn't implement it in this PR either.
    
    [CR-8634]
    
    * lint
    Haroenv authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    8b9fae6 View commit details
    Browse the repository at this point in the history
  2. feat(facetOrdering): implement hidden facets in SFFV (#6648)

    * feat(facetOrdering): implement hidden facets in SFFV
    
    We read the last results' facet ordering and apply hidden facets (not facet ordering) to the results array.
    
    nbHits does not need to be changed as search for facet values doesn't return that key.
    
    [CR-8645]
    
    * index match
    
    * correction
    
    * raise limit
    
    Less than a kb more, but it impacts all over
    Haroenv authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    2641a67 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. feat(server): reset scheduleSearch only after all components mount (#…

    …6650)
    
    * wip: reset search scheduler based on callback
    
    * less api
    
    * better description
    
    * comment
    
    * chore
    
    * test correctly, we are server rendering
    
    because we're in ssr, there's no notion of eg useEffect and we also don't search twice
    Haroenv authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    7aca759 View commit details
    Browse the repository at this point in the history
  2. fix(breadcrumb): use hierarchical facets only (#6645)

    No interaction with the menu widget, only the hierarchical menu widget
    shaejaz authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    c9e50d9 View commit details
    Browse the repository at this point in the history
  3. chore: release (#6657)

    * chore: release
    
    * yop
    
    * bundle
    Haroenv authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    eeb0a61 View commit details
    Browse the repository at this point in the history
Loading