Skip to content

v4.12.0

Compare
Choose a tag to compare
@instantsearch-bot instantsearch-bot released this 20 Jan 10:07
· 7422 commits to master since this release
c1ddaf6

4.12.0 (2021-01-20)

Code Refactoring

  • rename all references to widgetOptions as widgetParams (#4612) (ff9a18d)

Features

  • core: expose metadata of widgets (#4604) (1fcf716)
  • widgets: annotate widget instances with $$widgetType (#4624) (df3f478)

BREAKING CHANGES

  • if you're using experimental-typescript and importing a type of the form ...WidgetOptions, this now becomes ...WidgetParams (eg. replace HitsWidgetOptions with HitsWidgetParams)