Skip to content

Commit e0a801c

Browse files
Updated component to version 2.3.1
1 parent 465f774 commit e0a801c

8 files changed

+16
-9
lines changed

.versions

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+

RELEASE-NOTES.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
### Version 2.3.0 - Feb 19, 2018
1+
### Version 2.3.1 - Mar 19, 2018
2+
3+
> **A Special Message about Flex Modals**
4+
> There will be an update shortly to resolve issues related to flex modals when using multiple modals and `detachable: false`, in order to not hold up this release, we've decided to move forward without a fix.
5+
6+
### Version 2.3.0 - Feb 20, 2018
27

38
- **Modal** - Modal has been rewritten to use `flexbox`. No need to call `refresh()` to recalculate vertical centering.
49
- **Modal** - Modals now have a setting `centered` which can be used to disable vertical centering. This can be useful for modals with content that changes dynamically to prevent content from jumping in position.

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

index.js

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

1111
;(function ($, window, document, undefined) {
1212

13-
"use strict";
13+
'use strict';
1414

1515
window = (typeof window != 'undefined' && window.Math == Math)
1616
? window

modal.css

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

modal.js

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

1111
;(function ($, window, document, undefined) {
1212

13-
"use strict";
13+
'use strict';
1414

1515
window = (typeof window != 'undefined' && window.Math == Math)
1616
? window

modal.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-modal",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"title": "Semantic UI - Modal",
55
"description": "Single component release of modal",
66
"homepage": "http://www.semantic-ui.com",

0 commit comments

Comments
 (0)