Skip to content

Commit 65e5f17

Browse files
Updated component to version 2.0.4
1 parent 51ea05e commit 65e5f17

6 files changed

+10
-7
lines changed

RELEASE-NOTES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 2.0.4 - July 17, 2015
2+
3+
- **Message** - Fixes `attached icon message` not using `flex`
4+
15
### Version 2.0.1 - July 6, 2015
26

37
- **Dropdown** - Dropdown will now show correctly when menu only includes a message with no other items

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.3"
18+
"version": "2.0.4"
1919
}

message.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.0.3 - Message
2+
* # Semantic UI 2.0.4 - Message
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -201,7 +201,6 @@
201201
margin-bottom: 1em;
202202
}
203203
.ui.attached.icon.message {
204-
display: block;
205204
width: auto;
206205
}
207206

message.min.css

+2-2
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.3',
5+
version : '2.0.4',
66
git : 'git://github.com/Semantic-Org/UI-Message.git',
77
});
88

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "semantic-ui-message",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"title": "Semantic UI - Message",
55
"description": "Single component release of message",
66
"homepage": "http://www.semantic-ui.com",

0 commit comments

Comments
 (0)