Skip to content

Commit e811b49

Browse files
Updated component to version 2.0.8
1 parent 223a6f2 commit e811b49

9 files changed

+12
-9
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This repository contains pre-compiled modal files using the default themes. This
44

55
For the latest changes please see the [Release Notes](https://github.com/Semantic-Org/UI-Modal/blob/master/RELEASE-NOTES.md)
66

7+
**Special Note**
8+
An update in `2.0.8` has fixed an issue which may have prevented some single component modules from working correctly. Please see notes in [this pull request](https://github.com/Semantic-Org/Semantic-UI/pull/2816).
9+
710
If you're looking for the full version of Semantic including all components and build tools [check out the main project repository](https://github.com/Semantic-Org/Semantic-UI/tree/1.0)
811

912
#### To install with Bower

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

index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.0.7 - Modal
2+
* # Semantic UI 2.0.8 - Modal
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -813,7 +813,7 @@ module.exports = function(parameters) {
813813
;
814814
};
815815

816-
module.exports.settings = {
816+
_module.exports.settings = {
817817

818818
name : 'Modal',
819819
namespace : 'modal',

modal.css

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

modal.js

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

modal.min.css

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

modal.min.js

+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-modal',
44
summary : 'Semantic UI - Modal: Single component release',
5-
version : '2.0.7',
5+
version : '2.0.8',
66
git : 'git://github.com/Semantic-Org/UI-Modal.git',
77
});
88

package.json

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

0 commit comments

Comments
 (0)