Skip to content

Commit 62f3c2e

Browse files
committed
5.1.3
1 parent 0c7b760 commit 62f3c2e

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 5.1.3
2+
## IMPROVEMENT
3+
- Add `filter` field to campaign params (`CampaignPageParams`, `CampaignProductParams`, `CampaignShoppingCartParams`) to mirror updated FactFinder REST API.
4+
- Add support for new REST API parameter `useVectorSearchMode` in `SearchControlParams`.
5+
- Add option to specify HTML templates through different syntax to avoid clashes with 3rd party frameworks.
6+
- Available in `ff-record-list` and `ff-suggest`.
7+
8+
19
# 5.1.2
210
## FIX
311
- `skipBeforeHandlers` flag is ignored in search and navigation requests.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ff-web-components",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"author": "Omikron Data Quality GmbH",
55
"description": "Web Components made to easily integrate FACT-Finder in online shops",
66
"main": "./dist/bundle.js",

dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ff-web-components",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"author": "Omikron Data Quality GmbH",
55
"description": "Web Components made to easily integrate FACT-Finder in online shops",
66
"repository": {

0 commit comments

Comments
 (0)