Skip to content

Commit ab0338e

Browse files
committed
Releasing v3.7.0
1 parent d179f38 commit ab0338e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
This component follows *Semantic Versioning* (aka SemVer), visit (http://semver.org/) to learn more about it.
44

5+
## Release 3.7.0 (2018-04-15)
6+
### New Features
7+
- Add Setter/getter manually invalid input. Thanks to [@herberthobregon](https://github.com/herberthobregon).
8+
- When source changes update suggestions. Thanks to [@programmer4web](https://github.com/programmer4web).
9+
510
## Release 3.6.0 (2018-02-2813)
611
### Bug Fixes
712
- Fix removed the `readOnly` attribute from the `focused` property. This was causing that the value was not being updated. Thanks to

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "paper-autocomplete",
3-
"version": "3.6.0",
3+
"version": "3.7.0",
44
"authors": [
55
"S. Francis",
66
"Rodolfo Oviedo <[email protected]>",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "paper-autocomplete",
33
"description": "Material Design autocomplete component.",
4-
"version": "3.6.0",
4+
"version": "3.7.0",
55
"author": "S. Francis <[email protected]>",
66
"contributors": [
77
"Rodolfo Oviedo <[email protected]>",

0 commit comments

Comments
 (0)