Skip to content

Commit 34afd8d

Browse files
committed
5.1.0
1 parent e10716c commit 34afd8d

3 files changed

Lines changed: 23 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 5.1.0
2+
## FEATURE
3+
- Popular Searches
4+
- Activate with new attribute `<ff-searchbox popular-searches>`
5+
- Rendering happens through `ff-suggest` with new template slot `<template data-role="popular-searches">`
6+
7+
## IMPROVEMENT
8+
- `ff-suggest`
9+
- The suggestions template is now defined through `<template data-role="suggestions">`.
10+
- The old approach remains available for compatibility but is no longer documented.
11+
12+
113
# 5.0.1
214
## FIX
315
- `ff-asn-group-slider`

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.
Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@
2626
* http://polymer.github.io/PATENTS.txt
2727
*/
2828

29-
/*!
30-
* mustache.js - Logic-less {{mustache}} templates with JavaScript
31-
* http://github.com/janl/mustache.js
32-
*/
29+
/**
30+
@license
31+
Copyright (c) 2019 The Polymer Project Authors. All rights reserved.
32+
This code may only be used under the BSD style license found at
33+
http://polymer.github.io/LICENSE.txt The complete set of authors may be found at
34+
http://polymer.github.io/AUTHORS.txt The complete set of contributors may be
35+
found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as
36+
part of the polymer project is also subject to an additional IP rights grant
37+
found at http://polymer.github.io/PATENTS.txt
38+
*/

0 commit comments

Comments
 (0)