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.15.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.16.0
Choose a head ref
  • 4 commits
  • 28 files changed
  • 5 contributors

Commits on Feb 23, 2021

  1. Copy the full SHA
    f681a75 View commit details

Commits on Feb 25, 2021

  1. fix(smartSort): export the widget and the connector (#4663)

    * fix(smartSort): export the widget and the connector
    
    * chore: update bundlesize
    Eunjae Lee authored Feb 25, 2021
    Copy the full SHA
    e7aaa8c View commit details

Commits on Feb 26, 2021

  1. feat(answers): add EXPERIMENTAL_answers widget (#4581)

    * feat(answers): add widget
    
    * add warning when findAnswers is not supported
    
    * hits fall back to an empty array if not exists
    
    * split into widget + connector + component set
    
    * fix concurrency issue + types
    
    * debounce render
    
    * update stories
    
    * fix types
    
    * add tests
    
    * update storybook
    
    * add comments
    
    * pass query parameters to findAnswers
    
    * disable lint error
    
    * update bundlesize
    
    * Revert "pass query parameters to findAnswers"
    
    This reverts commit 98529c2.
    
    * rename answers widget to EXPERIMENTAL_answers
    
    * remove validation of attributesForPrediction because it can be optional
    
    * remove unnecessary validation
    
    * add __position to hits
    
    * make queryLanguages required
    
    * add "EXPERIMENTAL_"
    
    * Update src/types/algoliasearch.ts
    
    Co-authored-by: Haroen Viaene <hello@haroen.me>
    
    * clean up import & export
    
    * less typing for temporary part
    
    * Update src/connectors/answers/connectAnswers.ts
    
    Co-authored-by: Haroen Viaene <hello@haroen.me>
    
    * add debounceTime
    
    * override x-algolia-agent via requestOptions
    
    * update FindAnswersResponse type
    
    * add test case for queryLanguages missing
    
    * add generic to FindAnswersResponse
    
    * escape answers hits and add queryID
    
    * clear hits when trigger a new search
    
    * Update src/connectors/answers/connectAnswers.ts
    
    Co-authored-by: Clément Vannicatte <20689156+shortcuts@users.noreply.github.com>
    
    * Update src/connectors/answers/__tests__/connectAnswers-test.ts
    
    Co-authored-by: Clément Vannicatte <20689156+shortcuts@users.noreply.github.com>
    
    * do not render list when loading
    
    * fix test cases to include objectID and __escaped
    
    * debounce search call
    
    * fix $$type and $$widgetType
    
    * add comment
    
    * change default render debounce time to 100ms
    
    * catch promise rejects inside the connector
    
    * Update src/components/Answers/Answers.tsx
    
    Co-authored-by: Clément Vannicatte <20689156+shortcuts@users.noreply.github.com>
    
    * clean up `wait` function
    
    * fix wrong closing tag
    
    * add types to debounce functions
    
    * fix eslint rule for EXPERIMENTAL_
    
    * support extraParameters
    
    * remove comma
    
    * update types alphabetically
    
    * remove unused css
    
    * clean up debounce functions
    
    * update bundlesize
    
    * chore: release v4.13.0 (#4635)
    
    * chore: release v4.13.0
    
    * remove unnecessary catch
    
    * remove this from debounce
    
    * Apply suggestions from code review
    
    Co-authored-by: François Chalifour <francoischalifour@users.noreply.github.com>
    
    * fix types for js client v3
    
    * add ts-ignore
    
    * remove the user agent workaround
    
    * update the types to use Partial
    
    * Update src/lib/utils/createConcurrentSafePromise.ts
    
    Co-authored-by: Clément Vannicatte <20689156+shortcuts@users.noreply.github.com>
    
    * update tests
    
    * fix types
    
    * update bundlesize
    
    * Update src/types/algoliasearch.ts
    
    Co-authored-by: Clément Vannicatte <20689156+shortcuts@users.noreply.github.com>
    
    * Update src/connectors/answers/connectAnswers.ts
    
    Co-authored-by: Haroen Viaene <hello@haroen.me>
    
    * fix lint error
    
    * update bundlesize
    
    * update bundlesize
    
    Co-authored-by: Haroen Viaene <hello@haroen.me>
    Co-authored-by: Clément Vannicatte <20689156+shortcuts@users.noreply.github.com>
    Co-authored-by: InstantSearch <66688561+instantsearch-bot@users.noreply.github.com>
    Co-authored-by: François Chalifour <francoischalifour@users.noreply.github.com>
    5 people authored Feb 26, 2021
    Copy the full SHA
    e4c9070 View commit details

Commits on Mar 1, 2021

  1. Copy the full SHA
    264da66 View commit details
Loading