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.18.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: v4.19.0
Choose a head ref
  • 5 commits
  • 20 files changed
  • 5 contributors

Commits on Mar 30, 2021

  1. fix(setUiState): make sure previous ui state is stored (#4699)

    * fix(setUiState): make sure previous ui state is stored
    
    currently if you call setUiState, the localUiState in index widgets doesn't get updated to prevent middlewares being called multiple times, but that means if you call setUiState multiple times, the local state doesn't change
    
    * fix typo
    
    * proposed fix
    
    * make it async
    
    * tests
    
    * just use
    
    * Apply suggestions from code review
    
    Co-authored-by: François Chalifour <francoischalifour@users.noreply.github.com>
    
    Co-authored-by: François Chalifour <francoischalifour@users.noreply.github.com>
    Haroenv and francoischalifour authored Mar 30, 2021
    Copy the full SHA
    0f5d688 View commit details
  2. feat(relevantSort): implement canRefine (#4693)

    * feat(relevantSort): implement canRefine
    
    * fix canRefine and the test cases
    Eunjae Lee authored Mar 30, 2021
    Copy the full SHA
    24d9ded View commit details
  3. feat(ts): convert sortBy, connectSortBy (#4700)

    * feat(ts): convert sortBy, connectSortBy
    shortcuts authored Mar 30, 2021
    Copy the full SHA
    86de1e0 View commit details
  4. Copy the full SHA
    910e0ff View commit details
  5. chore: release v4.19.0 (#4706)

    * chore: release v4.19.0
    
    * Update CHANGELOG.md
    Eunjae Lee authored Mar 30, 2021
    Copy the full SHA
    4bfc135 View commit details
Loading