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.14.2
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.15.0
Choose a head ref
  • 4 commits
  • 40 files changed
  • 3 contributors

Commits on Feb 18, 2021

  1. feat(ts): convert menu (#4652)

    * feat(ts): convert menu
    
    - connectMenu
    - menu
    - menuSelect
    
    * test(menu): use real results
    
    * chore(deps): update helper
    
    * chore(hits): correct type for addQueryId
    
    * fix(ts): update helper again
    
    * chore(bundlesize): bump (answers)
    Haroenv authored Feb 18, 2021
    Copy the full SHA
    2271b43 View commit details

Commits on Feb 22, 2021

  1. feat(smartSort): add widget (#4648)

    * feat(smartSort): add widget
    
    * chore: update types
    
    * rename the template key from default to text
    
    * add tests for component and widget
    
    * provide defaultTemplates for smart-sort widget
    
    * clean up storybook
    
    * remove test code that is no longer needed
    
    * fix type error
    
    * move refine to connectorState
    
    * use setQueryParameter instead of mergeSearchParameters
    
    * rename template from text to button
    
    * update templates to include root and text
    
    * update client-search and algoliasearch to 4.8.5
    
    * clean up the condition for isSmartSorted
    
    * Revert "clean up the condition for isSmartSorted"
    
    This reverts commit 996c09a.
    
    * update bundlesize
    
    * update the storybook
    
    * fix type for client v3
    
    * remove relevancyStrictness from widgetParams and add isVirtualReplica to conditionally render the widget
    
    * Update src/connectors/smart-sort/connectSmartSort.ts
    
    Co-authored-by: Haroen Viaene <hello@haroen.me>
    
    * clean up the story
    
    * Update src/connectors/smart-sort/connectSmartSort.ts
    
    Co-authored-by: Haroen Viaene <hello@haroen.me>
    
    * use Template type
    
    Co-authored-by: Haroen Viaene <hello@haroen.me>
    Eunjae Lee and Haroenv authored Feb 22, 2021
    Copy the full SHA
    89c6e86 View commit details
  2. feat(stats): apply nbSortedHits (#4649)

    * fix(stats): apply nbSortedHits
    
    * update default template for singular/plurial expressions
    
    * move the logic calculating isSmartSorted to the connector
    
    * clean up the condition for isSmartSorted
    
    * Revert "clean up the condition for isSmartSorted"
    
    This reverts commit a3b6761.
    
    * remove test code
    
    * rename isSmartSort to areHitsSorted and add more condition to it to compare nbHits !== nbSortedHits
    Eunjae Lee authored Feb 22, 2021
    Copy the full SHA
    34478c1 View commit details

Commits on Feb 23, 2021

  1. Copy the full SHA
    27ed7c5 View commit details
Loading