Skip to content

Commit

Permalink
Updates release notes and creates release package
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Sep 28, 2013
1 parent b4dcde6 commit afb8bd9
Show file tree
Hide file tree
Showing 39 changed files with 2,226 additions and 1,861 deletions.
21 changes: 12 additions & 9 deletions RELEASE NOTES.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,31 @@
RELEASE NOTES
--------------

Version 0.11 Sep 26, 2013
Version 0.2 Sep 28, 2013

New
-Adds dropdown icon sexiness to accordions, now with rotating pointing arrows
-Adds responsive modal styling, modal always now sits with 5% gutters under page grid responsive styling
-Adds basic modal variation

Fixes
-Rating icon missing font content with icon font update
-Padding on side of rating

Updates
-Accordion settings documentation
-Rating settings documentation
-Issue with modal active state not being removed correctly from modals
-Swaps modal and dropdown to use same variable naming pattern as rest of modules
-Removed selector count from performance logs

Version 0.1 - Sep 25, 2013

New
-Added new font icon set using Font Awesome port
-Adds dropdown icon sexiness to accordions, now with rotating pointing arrows
-Added old icon set as a separate basic icon set
-Added fluid input variation
-Increased size of corner labels
-Adds relaxed grid variation with increased gutters
-Added relaxed and very relaxed list type with increased padding

Fixes
-Rating icon missing font content with icon font update
-Padding on side of rating
-Adds horizontally padded, vertically padded menu item variations to allow menu items to remove padding
-Added fixes to tabular menu especially with attached content
-UI Loaders now positioned automatically in all circumstances, even with long text
Expand All @@ -33,4 +34,6 @@ Fixes

Updates
-Updated documentation for sidebar, transition, and form validation
-Updated list docs
-Updated list docs
-Accordion settings documentation
-Rating settings documentation
21 changes: 3 additions & 18 deletions build/less/collections/grid.less
Original file line number Diff line number Diff line change
Expand Up @@ -112,45 +112,30 @@
min-width: 320px;
}

@media only screen and (max-width : 1000px) {
@media only screen and (max-width : 998px) {
.ui.responsive.grid {
padding: 0% 5.55%;
}
.ui.responsive.grid > .column,
.ui.responsive.grid > .row > .column {
padding: 0% 4%;
}
}
@media only screen and (min-width : 1000px) {
@media only screen and (min-width : 998px) {
.ui.responsive.grid {
padding: 0% 8%;
}
.ui.responsive.grid > .column,
.ui.responsive.grid > .row > .column {
}
}
@media only screen and (min-width : 1500px) {
.ui.responsive.grid {
padding: 0% 13%;
}
.ui.responsive.grid > .column,
.ui.responsive.grid > .row > .column {
}
}
@media only screen and (min-width : 1750px) {
.ui.responsive.grid {
padding: 0% 18%;
}
.ui.responsive.grid > .column,
.ui.responsive.grid > .row > .column {
}
}
@media only screen and (min-width : 2000px) {
.ui.responsive.grid {
padding: 0% 23%;
}
.ui.responsive.grid > .column,
.ui.responsive.grid > .row > .column {
}
}

/*-------------------
Expand Down
Loading

0 comments on commit afb8bd9

Please sign in to comment.