Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

v3.2.0

Compare
Choose a tag to compare
@instantsearch-bot instantsearch-bot released this 12 Aug 09:04
· 152 commits to master since this release
098837c

3.2.0 (2020-08-12)

Bug Fixes

  • highlight: don't remove whitespace-only nodes (#827) (1358b6a), closes #826
  • range-input: fix range input min and max values fallbacks (#835) (0e900ef), closes #833
  • routing: do not warn when router or stateMapping is missing (#809) (a9335c1)
  • ssr: fix missing scopedResults during render (#830) (74cf685), closes #829
  • widgetMixin: remove when InstantSearch is not yet started (e94af00), closes #502