diff --git a/.versions b/.versions new file mode 100644 index 0000000..f64691a --- /dev/null +++ b/.versions @@ -0,0 +1,2 @@ +meteor@1.8.2 +semantic:ui-modal@2.2.10 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 20cdd53..607d88b 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,4 +1,9 @@ -### Version 2.3.0 - Feb 19, 2018 +### Version 2.3.1 - Mar 19, 2018 + +> **A Special Message about Flex Modals** +> 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. + +### Version 2.3.0 - Feb 20, 2018 - **Modal** - Modal has been rewritten to use `flexbox`. No need to call `refresh()` to recalculate vertical centering. - **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. diff --git a/composer.json b/composer.json index 9f9849d..8e43448 100755 --- a/composer.json +++ b/composer.json @@ -15,5 +15,5 @@ "framework" ], "license": "MIT", - "version": "2.3.0" + "version": "2.3.1" } \ No newline at end of file diff --git a/index.js b/index.js index aff747c..339161f 100755 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.3.0 - Modal + * # Semantic UI 2.3.1 - Modal * http://github.com/semantic-org/semantic-ui/ * * @@ -10,7 +10,7 @@ ;(function ($, window, document, undefined) { -"use strict"; +'use strict'; window = (typeof window != 'undefined' && window.Math == Math) ? window diff --git a/modal.css b/modal.css index b28e888..438622c 100755 --- a/modal.css +++ b/modal.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.3.0 - Modal + * # Semantic UI 2.3.1 - Modal * http://github.com/semantic-org/semantic-ui/ * * diff --git a/modal.js b/modal.js index 597d15e..19b474f 100755 --- a/modal.js +++ b/modal.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.3.0 - Modal + * # Semantic UI 2.3.1 - Modal * http://github.com/semantic-org/semantic-ui/ * * @@ -10,7 +10,7 @@ ;(function ($, window, document, undefined) { -"use strict"; +'use strict'; window = (typeof window != 'undefined' && window.Math == Math) ? window diff --git a/modal.min.css b/modal.min.css index 0552caf..12005d5 100755 --- a/modal.min.css +++ b/modal.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.3.0 - Modal + * # Semantic UI 2.3.1 - Modal * http://github.com/semantic-org/semantic-ui/ * * diff --git a/package.json b/package.json index 11acfad..8637796 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-ui-modal", - "version": "2.3.0", + "version": "2.3.1", "title": "Semantic UI - Modal", "description": "Single component release of modal", "homepage": "http://www.semantic-ui.com",