From 65f5791690d62b13ebf984862a4b2f81c77c4cd0 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 6 Jun 2014 14:32:47 -0400 Subject: [PATCH] Update release notes for 1.x --- RELEASE NOTES.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/RELEASE NOTES.md b/RELEASE NOTES.md index d2b0aae0b..5260c1278 100755 --- a/RELEASE NOTES.md +++ b/RELEASE NOTES.md @@ -8,23 +8,23 @@ - **Modal** - Modal ``left`` and ``right`` sections are now replaced with ``image`` and ``description`` **Enhancements** -- **Grid** - Elements inside a grid that are not rows or columns will now align properly -- **Grid** - ``ui divider`` can now be used inside of row columns as well as ``vertically divided grid`` variation -- **Image** - New ``bordered image`` variation -- **Popup** - Popup content can now be specified on initialization. -- **Popup** - Popup can now allow itself not to be closed when hovered over -- **Steps** - Steps can now have icons, descriptions and titles. Step default theme has been modified significantly to be more flexible. +- **Button** - Now has compact form, used for fitting into tight spaces - **Checkbox** - All styles have been redone. Standard checkboxes are now based around PX and not EM making sure there are no unusual circles or rounding issues. Checkboxes also now use a custom font for glyphs instead of CSS tricks. +- **Dropdown** - New action combo will change text of adjacent button, select will select element but not change text +- **Form** - Inputs now use 1em font size and correctly match selection dropdown height +- **Form** - Inverted form now properly styles loader +- **Form** - New field type ``required`` formats labels to show filling out field is mandatory +- **Grid** - ``ui divider`` can now be used inside of row columns as well as ``vertically divided grid`` variation - **Grid** - Divided and celled grids can now be inverted for dark backgrounds -- **Grid** - Vertically divided grid now does not include left/right gutters in divider +- **Grid** - Elements inside a grid that are not rows or columns will now align properly - **Grid** - Fixed page grid allows for fixed pixel size containers used with a grid instead of percentage +- **Grid** - Vertically divided grid now does not include left/right gutters in divider +- **Image** - New ``bordered image`` variation - **Label** - Added tag label and empty circular label style -- **Button** - Now has compact form, used for fitting into tight spaces - **Label** - Now has compact form, for fitting into tight spaces -- **Form** - New field type ``required`` formats labels to show filling out field is mandatory -- **Form** - Inverted form now properly styles loader -- **Form** - Inputs now use 1em font size and correctly match selection dropdown height -- **Dropdown** - New action combo will change text of adjacent button, select will select element but not change text +- **Popup** - Popup can now allow itself not to be closed when hovered over +- **Popup** - Popup content can now be specified on initialization. +- **Steps** - Steps can now have icons, descriptions and titles. Step default theme has been modified significantly to be more flexible. ### Version 0.15.0 - Mar 14, 2014