Skip to content

Commit 3879c94

Browse files
Updated component to version 2.0.2
1 parent 7eb1b1b commit 3879c94

5 files changed

+8
-4
lines changed

RELEASE-NOTES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 2.0.1 - July 6, 2015
2+
3+
- **Dropdown** - Dropdown will now show correctly when menu only includes a message with no other items
4+
15
### Version 2.0.0 - June 30, 2015
26

37
- **Dropdowns** - Added ability to add custom choices to all search selection dropdowns (multi/single) using `allowAdditions: true` setting. Search now displays error messages on no results in all cases.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"framework"
1616
],
1717
"license": "MIT",
18-
"version": "2.0.1"
18+
"version": "2.0.2"
1919
}

message.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.0.1 - Message
2+
* # Semantic UI 2.0.2 - Message
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

message.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Package.describe({
33
name : 'semantic:ui-message',
44
summary : 'Semantic UI - Message: Single component release',
5-
version : '2.0.1',
5+
version : '2.0.2',
66
git : 'git://github.com/Semantic-Org/UI-Message.git',
77
});
88

0 commit comments

Comments
 (0)