Skip to content

Commit ccdf35b

Browse files
committed
Build 1.11.3
1 parent 3d3f058 commit ccdf35b

File tree

135 files changed

+348
-336
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+348
-336
lines changed

RELEASE-NOTES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## RELEASE NOTES
22

3+
### Version 1.11.3 - March 6, 2015
4+
5+
- **Build Tools** - Fix issues with minified CSS `@import` not being on top of minified semantic ui concatenated release [bug in clean-css](https://github.com/jakubpawlowicz/clean-css/issues/476)
6+
-**Grid** - Fixes `stackable` `equal height/width` grid to remove `flex` on mobile when stacking
7+
-**Grid** - Fixed `right/left/center aligned` to adjust `align-items` in flex containers like `equal height/width`
8+
39
### Version 1.11.2 - March 6, 2015
410

511
**Enhancements**

dist/components/accordion.css

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

dist/components/accordion.js

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

dist/components/accordion.min.css

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

dist/components/accordion.min.js

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

dist/components/ad.css

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

dist/components/ad.min.css

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

dist/components/api.js

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

dist/components/api.min.js

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

dist/components/breadcrumb.css

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

dist/components/breadcrumb.min.css

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

dist/components/button.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 1.11.2 - Button
2+
* # Semantic UI 1.11.3 - Button
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -89,7 +89,7 @@
8989
background-color: #cccccc;
9090
background-image: '';
9191
color: rgba(0, 0, 0, 0.8);
92-
box-shadow: 0px 0px 0px 1px transparent inset, 0px 1px 4px 0px rgba(39, 41, 43, 0.15) inset !important;
92+
box-shadow: 0px 0px 0px 1px transparent inset, 0px 1px 4px 0px rgba(39, 41, 43, 0.15) inset;
9393
}
9494

9595
/*--------------

dist/components/button.min.css

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

dist/components/card.css

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

0 commit comments

Comments
 (0)