semantic-ui-container
Advanced tools
+4
-20
@@ -9,22 +9,6 @@ { | ||
| }, | ||
| "ignore": [ | ||
| "docs", | ||
| "node", | ||
| "server", | ||
| "spec", | ||
| "src", | ||
| "test" | ||
| ], | ||
| "keywords": [ | ||
| "semantic", | ||
| "ui", | ||
| "css3", | ||
| "framework" | ||
| ], | ||
| "license": [ | ||
| "http://semantic-ui.mit-license.org/" | ||
| ], | ||
| "main": [ | ||
| "container.css" | ||
| ] | ||
| "ignore": ["docs", "node", "server", "spec", "src", "test"], | ||
| "keywords": ["semantic", "ui", "css3", "framework"], | ||
| "license": ["http://semantic-ui.mit-license.org/"], | ||
| "main": ["container.css"] | ||
| } |
+3
-8
@@ -8,13 +8,8 @@ { | ||
| "email": "jacklukic@gmail.com", | ||
| "web": "http://www.jacklukic.com", | ||
| "homepage": "http://www.jacklukic.com", | ||
| "role": "Creator" | ||
| }], | ||
| "keywords": [ | ||
| "semantic", | ||
| "ui", | ||
| "css", | ||
| "framework" | ||
| ], | ||
| "keywords": ["semantic", "ui", "css", "framework"], | ||
| "license": "MIT", | ||
| "version": "2.3.1" | ||
| "version": "2.5.0" | ||
| } |
+1
-1
| /*! | ||
| * # Semantic UI 2.3.1 - Container | ||
| * # Semantic UI 2.5.0 - Container | ||
| * http://github.com/semantic-org/semantic-ui/ | ||
@@ -4,0 +4,0 @@ * |
| /*! | ||
| * # Semantic UI 2.3.1 - Container | ||
| * # Semantic UI 2.5.0 - Container | ||
| * http://github.com/semantic-org/semantic-ui/ | ||
@@ -4,0 +4,0 @@ * |
+1
-1
| { | ||
| "name": "semantic-ui-container", | ||
| "version": "2.3.1", | ||
| "version": "2.5.0", | ||
| "title": "Semantic UI - Container", | ||
@@ -5,0 +5,0 @@ "description": "Single component release of container", |
+5
-1
@@ -1,3 +0,7 @@ | ||
| ### Version 2.3.1 - Mar 19, 2018 | ||
| ### Version 2.4.0 - Sep 17, 2018 | ||
| - **Modal/Dimmer** - Modals and dimmers now include a new setting `useFlex` which defaults to `auto`. Modals and dimmers will automatically revert to using non-flex layouts when there may be layout issues with using flexbox. Modals will fall back to JS position when `detachable: false` is used or with IE11/Edge (Absolutely positioned elements inside flex containers in IE behave differently). | ||
| ### Version 2.3.1 - Mar 18, 2018 | ||
| > A general solution will most likely require branching code for IE11 which will disable flex (as IE11 doesnt correctly implement the latest spec for [absolute positioned flex containers](https://developers.google.com/web/updates/2016/06/absolute-positioned-children)). | ||
@@ -4,0 +8,0 @@ |
11693
3.09%170
-10.99%