Skip to content

Releases: algolia/instantsearch

v4.16.1

03 Mar 13:10
a4062a6
Compare
Choose a tag to compare

4.16.1 (2021-03-03)

Bug Fixes

  • relevantSort: rename smartSort to relevantSort (#4668) (579eee8)

v4.16.0

01 Mar 10:36
264da66
Compare
Choose a tag to compare

4.16.0 (2021-03-01)

Bug Fixes

  • smartSort: export the widget and the connector (#4663) (e7aaa8c)

Features

v4.15.0

23 Feb 09:20
27ed7c5
Compare
Choose a tag to compare

4.15.0 (2021-02-23)

Features

v4.14.2

17 Feb 14:06
ea56662
Compare
Choose a tag to compare

4.14.2 (2021-02-17)

Bug Fixes

v4.14.1

16 Feb 09:30
55ec2ca
Compare
Choose a tag to compare

4.14.1 (2021-02-16)

Bug Fixes

v4.14.0

09 Feb 09:45
e618fa7
Compare
Choose a tag to compare

4.14.0 (2021-02-09)

Features

  • queryRuleContext: allow to make refinements based on query (#4638) (dd033fc)

v4.13.2

03 Feb 09:48
d3f18d1
Compare
Choose a tag to compare

4.13.2 (2021-02-03)

Bug Fixes

  • range: don't go out of bounds with min or max given (#4627) (8327ec0)

v4.13.1

26 Jan 15:24
54a03e5
Compare
Choose a tag to compare

4.13.1 (2021-01-26)

Bug Fixes

v4.13.0

26 Jan 09:53
32bc16f
Compare
Choose a tag to compare

4.13.0 (2021-01-26)

Features

  • ratingMenu: Add support for floats in values (#4611) (3f52784)

v4.12.0

20 Jan 10:07
c1ddaf6
Compare
Choose a tag to compare

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)