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.23.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.24.0
Choose a head ref
  • 16 commits
  • 151 files changed
  • 5 contributors

Commits on Jun 2, 2021

  1. Copy the full SHA
    34eb950 View commit details
  2. Copy the full SHA
    28d1069 View commit details
  3. feat(ts): convert rangeInput widget and component (#4766)

    * feat(ts): convert rangeInput widget and component
    
    * add description to `ts-expect-error`
    shortcuts authored Jun 2, 2021
    Copy the full SHA
    40b1a82 View commit details

Commits on Jun 3, 2021

  1. chore(stories): use consistent widget import (#4768)

    This also makes sure that widgets used from the instantsearch module aren't typed as `any` and changes the extension of all remaining files to TS
    Haroenv authored Jun 3, 2021
    Copy the full SHA
    7ad59ab View commit details

Commits on Jun 8, 2021

  1. refactor(ts): migrate renderTemplate (#4772)

    * refactor(ts): migrate renderTemplate
    
    DX-2017
    
    * Update src/lib/utils/renderTemplate.ts
    
    Co-authored-by: François Chalifour <francoischalifour@users.noreply.github.com>
    
    * Update src/lib/utils/renderTemplate.ts
    
    Co-authored-by: François Chalifour <francoischalifour@users.noreply.github.com>
    Haroenv and francoischalifour authored Jun 8, 2021
    Copy the full SHA
    098e9d4 View commit details
  2. chore: fix lint

    Haroenv committed Jun 8, 2021
    Copy the full SHA
    7150916 View commit details

Commits on Jun 9, 2021

  1. refactor(ts): migrate rangeSlider (#4770)

    * refactor(ts): migrate slider component
    
    * refactor(ts): migrate rangeSlider
    
    DX-1706
    
    * chore(ts): fix error in test
    Haroenv authored Jun 9, 2021
    Copy the full SHA
    ecb7c2b View commit details

Commits on Jun 10, 2021

  1. refactor(ts): migrate geoSearch, connectGeoSearch (#4771)

    * refactor(ts): migrate connectGeoSearch
    
    * refactor(ts): migrate geoSearch
    
    Did not migrate the renderer, since that's not really of value to customers
    
    DX-1594
    
    * chore: fix imports
    
    * apply feedback from review
    Haroenv authored Jun 10, 2021
    Copy the full SHA
    88c98b1 View commit details
  2. chore(test): cast as widget now that all widgets are converted

    before it was listed as `any` and no error came
    Haroenv committed Jun 10, 2021
    Copy the full SHA
    365c780 View commit details

Commits on Jun 11, 2021

  1. refactor(ts): migrate components (#4767)

    * refactor(ts): migrate Selector component
    
    * refactor(ts): migrate ClearRefinements component
    
    * refactor(ts): migrate Hits component
    Haroenv authored Jun 11, 2021
    Copy the full SHA
    7147b4b View commit details
  2. Copy the full SHA
    fba665d View commit details
  3. feat(dynamicWidgets): add default attributesToRender & transformItems (

    …#4776)
    
    * feat(dynamicWidgets): add default attributesToRender & transformItems
    
    * update tests
    
    * write a new couple of tests
    
    * update dependencies
    
    * suppress ts error
    
    * remove superfluous tests
    Haroenv authored Jun 11, 2021
    Copy the full SHA
    44dab44 View commit details

Commits on Jun 14, 2021

  1. Copy the full SHA
    99008a9 View commit details
  2. ci(ts): remove test for js compilation (#4779)

    Since all output files are now TypeScript, we no longer need to allow JavaScript in our configuration!
    
    (Before this PR the test still failed, but that was due to a small inconcistency in the geo search renderer, that we aren't migrating ATM)
    Haroenv authored Jun 14, 2021
    Copy the full SHA
    1fdebf3 View commit details

Commits on Jun 15, 2021

  1. fix(clearRefinements): do not throw when widgetParams is not given (#…

    …4778)
    
    Co-authored-by: Haroen Viaene <hello@haroen.me>
    Eunjae Lee and Haroenv authored Jun 15, 2021
    Copy the full SHA
    6b1a375 View commit details
  2. Copy the full SHA
    7997eeb View commit details
Loading