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.17.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.18.0
Choose a head ref
  • 14 commits
  • 133 files changed
  • 4 contributors

Commits on Mar 9, 2021

  1. chore: fix yarn.lock

    eunjae-lee committed Mar 9, 2021
    Copy the full SHA
    c113e29 View commit details

Commits on Mar 11, 2021

  1. feat(ts): update to typescript 4 (#4654)

    * feat(ts): update to typescript 4
    
    - replace all ts-ignore by ts-expect-error
    - remove ignores that were no longer needed
    - make ignored imports work more efficiently
    
    * fix(ts): use inferred type for search client
    
    * fix(ts): keep comments on imports
    
    * chore(ci): update linting dependencies
    
    * chore(lint): add dep
    
    * chore(ts): make all lint rules pass
    
    * chore(tsc): fix nits
    
    * chore(ts): nicer v3 interop
    
    * consistent naming
    
    * chore: improve types
    
    * chore: update test
    
    * chore(e2e): undo free shipping change
    
    * chore: avoid global
    
    * chore: avoid ignore
    
    * chore: avoid {}
    
    * chore: avoid ignores
    Haroenv authored Mar 11, 2021
    Copy the full SHA
    638e437 View commit details
  2. Copy the full SHA
    25d7f51 View commit details
  3. feat(ts): convert connectRefinementList, refinementList (#4658)

    * feat(ts): convert connectRefinementList, refinementList
    
    - changed how the searchbox templates are done to be easier to type and code
    - did not migrate RefinementList component
    - moved prepareTemplateProps tests
    - fixed a typo in prepareTemplateProps tests
    
    * chore: fix lint
    Haroenv authored Mar 11, 2021
    Copy the full SHA
    794b2d3 View commit details

Commits on Mar 16, 2021

  1. Copy the full SHA
    d07f39d View commit details
  2. test(connectNumericMenu): avoid implicit any (#4677)

    We need to declare the type to jest.fn() so that the return type of getInitializedWidget doesn't get tainted and becomes any[]
    Haroenv authored Mar 16, 2021
    Copy the full SHA
    b81816f View commit details

Commits on Mar 18, 2021

  1. Copy the full SHA
    045f33b View commit details
  2. Copy the full SHA
    8bc463b View commit details

Commits on Mar 19, 2021

  1. feat(ts): convert stats, connectStats (#4681)

    * feat(ts): convert stats, connectStats
    
    * Add type for `Relevant Sort` response
    
    Co-authored-by: Haroen Viaene <hello@haroen.me>
    shortcuts and Haroenv authored Mar 19, 2021
    Copy the full SHA
    37bbd01 View commit details

Commits on Mar 23, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f02416c View commit details

Commits on Mar 24, 2021

  1. fix(createURL): correctly remove page in state (#4679)

    * fix(createURL): correctly remove page in state
    
    fixes algolia/vue-instantsearch#932
    
    * undo stale state change in breadcrumb
    
    * test(ratingmenu): avoid testing details
    Haroenv authored Mar 24, 2021
    Copy the full SHA
    48c080e View commit details
  2. feat(metadata): expose client's algolia agent (#4694)

    * feat(metadata): expose client's user agent
    
    The user agent can be used to inspect whether the client is using InstantSearch.js via an integration like Vue InstantSearch or Angular InstantSearch
    
    * ci(tsc): ignore this file for v3
    
    * easier tests
    Haroenv authored Mar 24, 2021
    Copy the full SHA
    3d0cb5b View commit details
  3. Copy the full SHA
    73d2761 View commit details
  4. chore: release v4.18.0 (#4698)

    * chore: release v4.18.0
    
    * remove reverted change
    Haroenv authored Mar 24, 2021
    Copy the full SHA
    f3213b2 View commit details
Loading