Skip to content

Commit c2fbbc0

Browse files
Updated component to version 1.11.0
1 parent 7beebd2 commit c2fbbc0

6 files changed

+10
-6
lines changed

RELEASE-NOTES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 1.10.4 - February 28, 2015
2+
3+
- **API** - Remove console error message when no API url is specified but element is a `form` (defaults to `form` action)
4+
15
### Version 1.10.0 - February 23, 2015
26

37
- **Form Validation** - Validation messages no longer increase field height on `inline fields` like checkboxes after error appears

composer.json

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

message.css

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

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 : '1.10.3',
5+
version : '1.11.0',
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": "1.10.3",
3+
"version": "1.11.0",
44
"title": "Semantic UI - Message",
55
"description": "Single component release of message",
66
"homepage": "http://www.semantic-ui.com",

0 commit comments

Comments
 (0)