Skip to content

Commit e1ae841

Browse files
Updated component to version 1.10.1
1 parent 5b3d6d6 commit e1ae841

6 files changed

+10
-5
lines changed

RELEASE-NOTES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### Version 1.10.0 - February 23, 2015
2+
3+
- **Form Validation** - Validation messages no longer increase field height on `inline fields` like checkboxes after error appears
4+
- **Search** - Category search no longer displays unnecessary error message about maxResults
5+
16
### UI Changes
27

38
- **Form** - `info message` are no longer hidden by default inside `ui form`

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

message.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* # Semantic UI - 1.9.3
2+
* # Semantic UI - 1.10.1
33
* https://github.com/Semantic-Org/Semantic-UI
44
* http://www.semantic-ui.com/
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 : '1.9.3',
5+
version : '1.10.1',
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.9.3",
3+
"version": "1.10.1",
44
"title": "Semantic UI - Message",
55
"description": "Single component release of message",
66
"homepage": "http://www.semantic-ui.com",

0 commit comments

Comments
 (0)