Skip to content

Commit 44851fa

Browse files
Semantic-Pusher-Robotjlukic
authored andcommitted
Updated component release from Semantic-UI (Automatic)
1 parent 0d31940 commit 44851fa

7 files changed

+13
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ npm install semantic-ui-message
1818

1919
## Addendum
2020

21-
This element's definitions (required class names, html structures) are available in the [Beta UI Docs](http://beta.semantic-ui.com)
21+
This element's definitions (required class names, html structures) are available in the [UI Docs](http://www.semantic-ui.com)
2222

23-
Please consider checking out [all the benefits to theming](http://learnsemantic.com/guide/expert.html) before using these stand-alone releases.
23+
Please consider checking out [all the benefits to theming](http://www.learnsemantic.com/guide/expert.html) before using these stand-alone releases.

RELEASE-NOTES.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
- **Form** - Form now has a success state which will automatically display success messages
44
- **Form** - Forms in 'success' state will now show success messages inside
55

6+
### Version 0.15.5 - April 11, 2014
7+
8+
- **Message** - Fixes hidden/visible class to work with animations
9+
- **Message** - Fixes hidden/visible class to set proper display on ``ui icon message``
10+
- **Message** - Fixes hitbox/position of ``close icon`` inside message
11+
612
### Version 0.12.3 - Jan 24, 2014
713

814
- **Message** - Fixes some issues with margins sometimes not appearing with ``attached message`` **thanks joltmode**

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "semantic-ui-message",
33
"description": "Message - Semantic UI",
4-
"homepage": "http://beta.semantic-ui.com",
4+
"homepage": "http://www.semantic-ui.com",
55
"author": {
66
"name": "Jack Lukic",
77
"web": "http://www.jacklukic.com"

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
}],
1111
"keywords": ["semantic", "ui", "css", "framework"],
1212
"license": "MIT",
13-
"version": "1.0.0-beta"
13+
"version": "1.0.0"
1414
}

message.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* # Semantic UI
33
* https://github.com/Semantic-Org/Semantic-UI
4-
* http://beta.semantic-ui.com/
4+
* http://www.semantic-ui.com/
55
*
66
* Copyright 2014 Contributors
77
* Released under the MIT license

message.min.css

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

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.0.0-beta",
3+
"version": "1.0.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)