Skip to content

react-instantsearch-router-nextjs@7.0.0

Compare
Choose a tag to compare
@instantsearch-bot instantsearch-bot released this 07 Aug 13:46
· 351 commits to master since this release
c0a9fe1

7.0.0 (2023-08-07)

Features

Breaking Changes

The following APIs have been changed:

  • useInstantSearch().use -> useInstantSearch().addMiddlewares
  • <Stats translations={{ stats: "..." }} /> -> <Stats translations={{ rootElementText: "..." }} />
  • getServerState now requires renderToString to be passed as an option.

See detailed instructions in the upgrade guide.