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

Releases: algolia/vue-instantsearch

v3.8.0

12 Jul 09:26
3a5b6bf
Compare
Choose a tag to compare

3.8.0 (2021-07-12)

Features

  • dynamic-widgets: add the ais-experimental-dynamic-widgets (#922)
  • facet ordering: apply result from facet ordering in facet widgets (#922)

v3.7.0

27 Apr 15:56
730902d
Compare
Choose a tag to compare

3.7.0 (2021-04-27)

Features

  • insights: expose send-event in widgets (#953) (e2e42a4)
  • middlewares: add middlewares prop to ais-instant-search (#939) (513017a)

v3.6.0

31 Mar 11:26
864e6c7
Compare
Choose a tag to compare

3.6.0 (2021-03-31)

Bug Fixes

Features

v3.5.0

03 Mar 13:57
934e2a7
Compare
Choose a tag to compare

3.5.0 (2021-03-03)

Bug Fixes

  • ratingMenu: correct URL (3c3f7e2)

Features

v3.4.3

22 Dec 09:12
9fa3645
Compare
Choose a tag to compare

3.4.3 (2020-12-22)

Bug Fixes

  • ssr: forward slots of the AisInstantSearchSsr component (#898) (60b595e)

v3.4.2

05 Oct 07:57
5be6a13
Compare
Choose a tag to compare

3.4.2 (2020-10-05)

Bug Fixes

  • panel: safely access state in mapStateToCanRefine (#876) (435c7d3), closes #874

v3.4.1

30 Sep 08:37
878983f
Compare
Choose a tag to compare

3.4.1 (2020-09-30)

Bug Fixes

  • panel: react to changes on initial render (#871) (56917a0)

Features

  • ssr: forward propsData to recreated component (#865) (6c18a10)

v3.3.0

28 Sep 09:33
aeea263
Compare
Choose a tag to compare

3.3.0 (2020-09-28)

Bug Fixes

  • RatingMenu: use unique keys (80ff944)
  • Tree Shaking: allow modern bundlers to remove parts of Vue InstantSearch which aren't used (#866)

Features

  • ssr: forward router instance to findResultsState clone (#863) (84f79eb)
  • ssr: forward vuex instance to findResultsState clone (#864) (986a992)

v3.2.0

12 Aug 09:04
098837c
Compare
Choose a tag to compare

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

v3.1.0

02 Jul 09:49
96af597
Compare
Choose a tag to compare

3.1.0 (2020-07-02)

Bug Fixes

  • ssr: allow getWidgetState to be empty for createURL (#805) (0528b55)

Features

  • ais-toggle-refinement: allow multiple values for "on" and "off" (#780) (6ee1404)
  • InfiniteHits: support cache (#804) (918c92d)