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.16.1
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.17.0
Choose a head ref
  • 5 commits
  • 66 files changed
  • 2 contributors

Commits on Mar 3, 2021

  1. chore(test): move to jest.requireActual (#4657)

    * chore(test): move to jest.requireActual
    
    I noticed that require.requireActual is deprecated, and at the same time made castToJestMock consistent and slightly type-safer
    
    * chore: fix lint
    
    * chore(ts): assert correct types in tests
    Haroenv authored Mar 3, 2021
    Copy the full SHA
    ceb48c2 View commit details

Commits on Mar 5, 2021

  1. feat(insights): add hits and attributes to InsightsEvent (#4667)

    * feat(insights): add hits and attributes to InsightsEvent
    
    * replace Array.from with spread
    
    * delete __escaped from hits
    
    * remove __escaped from hits
    Eunjae Lee authored Mar 5, 2021
    Copy the full SHA
    17ef71c View commit details

Commits on Mar 8, 2021

  1. chore(deps): update Answers type (bump algoliasearch to 4.8.6) (#4671)

    * chore(deps): update Answers type (bump algoliasearch to 4.8.6)
    
    * fix yarn.lock
    Eunjae Lee authored Mar 8, 2021
    Copy the full SHA
    4497a93 View commit details

Commits on Mar 9, 2021

  1. fix(bindEvent): escape payload correctly (#4670)

    * fix(bindEvent): qoute the value
    
    * .
    
    * remove console.log
    
    * update snapshot
    
    * fix type error
    Eunjae Lee authored Mar 9, 2021
    Copy the full SHA
    c1cbaf4 View commit details
  2. chore: release v4.17.0 (#4672)

    * chore: release v4.17.0
    
    * Update yarn.lock
    Eunjae Lee authored Mar 9, 2021
    Copy the full SHA
    587b8c3 View commit details
Loading