Releases: algolia/vue-instantsearch
Releases · algolia/vue-instantsearch
v3.8.0
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
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
3.6.0 (2021-03-31)
Bug Fixes
Features
v3.5.0
3.5.0 (2021-03-03)
Bug Fixes
Features
v3.4.3
3.4.3 (2020-12-22)
Bug Fixes
- ssr: forward slots of the AisInstantSearchSsr component (#898) (60b595e)
v3.4.2
3.4.2 (2020-10-05)
Bug Fixes
- panel: safely access state in mapStateToCanRefine (#876) (435c7d3), closes #874
v3.4.1
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
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
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
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)