Skip to content

v1.0.0-alpha.39

Choose a tag to compare

@instantsearch-bot instantsearch-bot released this 22 Jan 09:37
· 663 commits to next since this release
1a1f828

1.0.0-alpha.39 (2021-01-22)

This is a big release that changes the rendering implementation from plain HTML to Virtual DOM (see #381).

Bug Fixes

  • recent-searches: escape highlighted query regex (#387) (d23f133)

Features

  • core: rename highlight to active (1c1b951)
  • emptyStates: add empty source template and renderEmpty method (#395) (8bd35e6)
  • js: change renderer implementation to virtual DOM (#381) (5a1efc2)
  • reverseHighlight/reverseSnippet: implement sibling strategy from InstantSearch.js (#388) (d86a33a)