Releases: searchspring/snap
Releases · searchspring/snap
v0.27.4
0.27.4 (2022-05-09)
Note: Version bump only for package @searchspring/snap
v0.27.3
0.27.3 (2022-05-09)
Bug Fixes
- recommend.ts: bugfix for batchRecommendations function duplicating params (f13640c)
v0.27.2
0.27.2 (2022-05-05)
Bug Fixes
- searchrequest: allow queries with leading and trailing spaces (3cac19d)
v0.27.1
0.27.1 (2022-05-04)
Note: Version bump only for package @searchspring/snap
v0.27.0
0.27.0 (2022-05-04)
Bug Fixes
- autocompletecontroller: allow queries with spaces to be submitted (f3c1c61)
- component-branchoverride: correcting documentation and ensuring 'error' prop takes priority (1885eb1)
- recommendationcontroller: fixing bug which did not allow for instantiator branch param change (f980cae)
- recommendationinstantiator: changing controller naming structure - object name to 'controller' (5a373b9)
- recommendationinstantiator: remove fallback url when creating recs controller (533785a)
- snap-preact: changing instantiator name to 'recommendation' from 'recommendations' (1e48228)
- snap-preact: move controller import outside of conditional (340b1f4)
Features
- instantiator-recommendation: param plugin support, services included or passed in constructor (4baee3c)
- snap-preact: added services as constructor param, async onTarget and heavily refactored (b1cd990)
v0.26.1
0.26.1 (2022-04-21)
Bug Fixes
- controller-search: moving param check to after
beforeSearch
event fire (1a1be22)
v0.26.0
0.26.0 (2022-04-14)
Bug Fixes
- add parent traversal for attribute tracking, refactor instantiator services (dc61f52)
- convert tickSize to number (7471841)
- facetslider: prevent chrome from crashing when tickSize <= 0 (dfecb49)
- tracker: add href attribute to attributeList (1fec898)
Features
- recommendationinstantiator: add cart param to recs context (9b3d633)
- snap.tsx: adding siteId override for branch switch query param (58b5b56)
v0.25.1
0.25.1 (2022-04-11)
Bug Fixes
- recommend.ts: bugfix for batched recommendations not spreading all params (7b59ad8)
v0.25.0
0.25.0 (2022-04-07)
Bug Fixes
- facetslider.stories.tsx: adding default value for ticksize prop in facetSlider component story (dfa2590)
- findercontroller: log beforeFind middleware error (b117c52)
Features
- add matchType to QueryStore and supporting client transform (2f01e81)
- controller-finder: adding persistence configuration and functionality (eac3ef4)
- wip: finder persisting (3a87f9a)
v0.24.0
0.24.0 (2022-03-31)
Bug Fixes
- errorhandler.tsx: bugfix for theme spreading in errorhandler component (f610a23)
- facet-store: fixing logic around individual facet settings (663806d)
- recommendation: ensure children length matches results or controller.store.results, update docs (2a957b8)
Features
- facet-store: adding
storeRange
option and allowing for per-facet configuration (b67248d)
- facet-store: adding
storeRange
option and allowing for per-facet configuration (f885286)
- recommendations: add results prop to recommendations component, allows for slicing results (08b438b)