Skip to content

Commit 76acde8

Browse files
committed
chore(mdl selectfield): release 1.0.4
1 parent b6404f4 commit 76acde8

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="1.0.4"></a>
2+
# 1.0.4 (2016-11-05)
3+
4+
### New Features
5+
6+
* added icon on selectfield, closes [#26](https://github.com/mebibou/mdl-selectfield/issues/26)
7+
18
<a name="1.0.3"></a>
29
# 1.0.3 (2016-11-02)
310

@@ -28,7 +35,7 @@
2835

2936
### New Features
3037

31-
* add ability to use source scc file for custom variables (relates to [#13](https://github.com/mebibou/mdl-selectfield/issues/13) and [#16](https://github.com/mebibou/mdl-selectfield/issues/16))
38+
* add ability to use source scss file for custom variables (relates to [#13](https://github.com/mebibou/mdl-selectfield/issues/13) and [#16](https://github.com/mebibou/mdl-selectfield/issues/16))
3239

3340
<a name="0.0.3"></a>
3441
# 0.0.3 (2015-11-24)

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Select field with a standard label, and error message.
121121
<option value="option2">option 2</option>
122122
</select>
123123
<label class="mdl-selectfield__label" for="gender">User gender</label>
124-
<span class="mdl-textfield__error">Digits only</span>
124+
<span class="mdl-textfield__error">Select a value</span>
125125
</div>
126126
```
127127

@@ -135,7 +135,5 @@ Select field with a floating label and icon.
135135
</select>
136136
<div class="mdl-selectfield__icon"><i class="material-icons">arrow_drop_down</i></div>
137137
<label class="mdl-selectfield__label" for="gender">User gender</label>
138-
<span class="mdl-selectfield__error">Select a value</span>
139138
</div>
140139
```
141-

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdl-selectfield",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"homepage": "https://github.com/mebibou/mdl-selectfield",
55
"authors": [
66
"Guillaume Royer <guillaumeroyer.mail@gmail.com>"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdl-selectfield",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "mdl-selectfield for material-design-lite",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)