You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,31 @@
1
+
# 5.2.0
2
+
## FEATURE
3
+
- Recently Viewed Products
4
+
- Introduced a new component `ff-recently-viewed` to display the user's most recently viewed products.
5
+
6
+
## IMPROVEMENT
7
+
- Suggest
8
+
- Add `hide-delay` attribute to `ff-suggest` to allow configuration of the time it takes Suggest's popup to close. Use it when your users experience unreliable click behavior. Happens typically with input devices such as touchpads.
9
+
-`<a>` tags within `ff-suggest-item` elements now behave "natively" on Ctrl-click etc.
10
+
- Hit highlighting
11
+
- Introduced new formatter `ff-hitHighlight` to be used in HTML templates of `ff-asn-group-element` and `ff-suggest-item`.
12
+
- New attribute `no-auto-highlight` on `ff-asn` and `ff-suggest`.
13
+
- These two elements add the highlighting markup to the underlying data.
14
+
This makes the data unusable for other purposes.
15
+
With `no-auto-highlight`, this no longer happens.
16
+
Instead, you specify `ff-hitHighlight` in the HTML templates yourself wherever you need it.
0 commit comments