Skip to content

Commit 9695143

Browse files
committed
Releasing version 3.6.0
1 parent 0d4df0c commit 9695143

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

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

5+
## Release 3.6.0 (2018-02-2813)
6+
### Bug Fixes
7+
- Fix removed the `readOnly` attribute from the `focused` property. This was causing that the value was not being updated. Thanks to
8+
[@programmer4web](https://github.com/programmer4web).
9+
### New Features
10+
- New `selected` property has been added that exposes the current selected value. Thanks to [@programmer4web](https://github.com/programmer4web).
11+
512
## Release 3.5.0 (2018-01-28)
613
### Bug Fixes
714
- Suggestion list will now work properly if text-property or value-property not set to default value. Fixes #66 and #103. Thanks to [@christianaye](https://github.com/christianaye)

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.5.0",
3+
"version": "3.6.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.5.0",
4+
"version": "3.6.0",
55
"author": "S. Francis <[email protected]>",
66
"contributors": [
77
"Rodolfo Oviedo <[email protected]>",

0 commit comments

Comments
 (0)