Skip to content

Commit

Permalink
Builds 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Dec 21, 2016
1 parent e9871b9 commit 44a6bfa
Show file tree
Hide file tree
Showing 138 changed files with 337 additions and 641 deletions.
6 changes: 6 additions & 0 deletions RELEASE-NOTES.md
@@ -1,5 +1,11 @@
## RELEASE NOTES

### Version 2.2.7 - October, 27, 2016

**Build Tools**
- **Autoinstall** - Fixes issue where `autoinstall: true` was not copying build files during `npm install` **Thanks @AnsonT** [#4430](https://github.com/Semantic-Org/Semantic-UI/pull/4430)
- **Dependencies** - Updates build dependencies

### Version 2.2.6 - October, 27, 2016

**Bugs**
Expand Down
2 changes: 1 addition & 1 deletion dist/components/accordion.css
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.6 - Accordion
* # Semantic UI 2.2.7 - Accordion
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/accordion.js
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.6 - Accordion
* # Semantic UI 2.2.7 - Accordion
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/accordion.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/accordion.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/ad.css
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.6 - Ad
* # Semantic UI 2.2.7 - Ad
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/ad.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/api.js
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.6 - API
* # Semantic UI 2.2.7 - API
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
4 changes: 2 additions & 2 deletions dist/components/api.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/components/breadcrumb.css
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.6 - Breadcrumb
* # Semantic UI 2.2.7 - Breadcrumb
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/breadcrumb.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 1 addition & 14 deletions dist/components/button.css
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.6 - Button
* # Semantic UI 2.2.7 - Button
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -387,12 +387,10 @@

.ui.labeled.button:not(.icon) {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
background: none !important;
Expand All @@ -405,11 +403,9 @@
}
.ui.labeled.button > .label {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: 0px 0px 0px -1px !important;
Expand Down Expand Up @@ -1032,7 +1028,6 @@
.ui.attached.buttons {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
border-radius: 0em;
Expand Down Expand Up @@ -1076,7 +1071,6 @@
/* Left / Right */
.ui[class*="left attached"].buttons {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 0em;
Expand All @@ -1093,7 +1087,6 @@
}
.ui[class*="right attached"].buttons {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
margin-left: 0em;
Expand Down Expand Up @@ -1191,7 +1184,6 @@
.ui.fluid.vertical.buttons,
.ui.fluid.vertical.buttons > .button {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: auto;
Expand Down Expand Up @@ -3367,12 +3359,10 @@

.ui.buttons {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
font-size: 0em;
Expand All @@ -3395,7 +3385,6 @@
/* Standard Group */
.ui.buttons .button {
-webkit-box-flex: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
margin: 0em;
Expand All @@ -3420,12 +3409,10 @@
/* Vertical Style */
.ui.vertical.buttons {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
Expand Down
4 changes: 2 additions & 2 deletions dist/components/button.min.css

Large diffs are not rendered by default.

15 changes: 3 additions & 12 deletions dist/components/card.css
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.6 - Item
* # Semantic UI 2.2.7 - Item
* http://github.com/semantic-org/semantic-ui/
*
*
Expand All @@ -23,12 +23,10 @@
max-width: 100%;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 290px;
Expand Down Expand Up @@ -64,17 +62,14 @@

.ui.cards {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: -0.875em -0.5em;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ui.cards > .card {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0.875em 0.5em;
Expand Down Expand Up @@ -124,7 +119,6 @@
position: relative;
display: block;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding: 0em;
Expand All @@ -149,7 +143,6 @@
.ui.cards > .card > .content,
.ui.card > .content {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
border: none;
Expand Down Expand Up @@ -403,7 +396,6 @@
max-width: 100%;
min-height: 0em !important;
-webkit-box-flex: 0;
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
Expand Down Expand Up @@ -459,7 +451,6 @@ a.ui.raised.card:hover,

.ui.centered.cards {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
Expand Down

0 comments on commit 44a6bfa

Please sign in to comment.