Releases: algolia/instantsearch
Releases · algolia/instantsearch
v4.16.1
v4.16.0
v4.15.0
v4.14.2
v4.14.1
v4.14.0
v4.13.2
v4.13.1
v4.13.0
v4.12.0
4.12.0 (2021-01-20)
Code Refactoring
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. replaceHitsWidgetOptions
withHitsWidgetParams
)