Skip to content

Commit 1509cfa

Browse files
committed
5.1.6
1 parent b61acb4 commit 1509cfa

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 5.1.6
2+
## FIX
3+
- Implementation of `followSearch` parameter
4+
- _Paging_ and _products-per-page_ elements did not send `followSearch` after initial request.
5+
- `ff-searchbox` erroneously sent it for search and suggestions when it shouldn't.
6+
7+
## IMPROVEMENT
8+
- `ff-asn-group`, `ff-asn-group-slider`
9+
- Set default style to `visibility:hidden` on collapsed groups. This takes nested elements out of the tabindex chain. `display:none` cannot be used because it breaks the recalculation of the slider's position.
10+
- Add latest REST API parameter `exactSearchMode` to `SearchParams` and `SuggestParams`.
11+
- URL manipulation
12+
- Add option to only partially block the category filter's path from being written to the URL. This is important on category pages where a part of the category path is already in the URL's static path while deeper filter levels shall remain dynamic.
13+
- Affected APIs are: `routing.setUrlParamOptionsListener` and `utils.env.searchParamsFromUrl`.
14+
15+
116
# 5.1.5
217
## FIX
318
- Hitting the ENTER key on an item in `ff-record-list` does not navigate to detail page.

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.5",
3+
"version": "5.1.6",
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.5",
3+
"version": "5.1.6",
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)