Browse Source

Update release notes for 1.x

pull/912/head
jlukic 11 years ago
parent
commit
65f5791690
1 changed files with 12 additions and 12 deletions
  1. 24
      RELEASE NOTES.md

24
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

Loading…
Cancel
Save