Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

semantic-ui-container

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semantic-ui-container - npm Package Compare versions

Comparing version
2.3.1
to
2.5.0
+4
-20
bower.json

@@ -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"
}
/*!
* # 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 @@ *

{
"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",

@@ -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 @@