From 09aad527b18817a2fe3e4159b372be5a847b8084 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Sat, 28 Sep 2013 13:06:33 -0400 Subject: [PATCH] Update RELEASE NOTES.md Former-commit-id: f4f6c6125156e39a3ceba552a15b2a645e974de5 Former-commit-id: f2b8a48bf2505fb145a4b291670264dc033e37cb --- RELEASE NOTES.md | 82 +++++++++++++++++++++++++----------------------- 1 file changed, 43 insertions(+), 39 deletions(-) diff --git a/RELEASE NOTES.md b/RELEASE NOTES.md index 1fc51d1d0..e0ef89c2d 100755 --- a/RELEASE NOTES.md +++ b/RELEASE NOTES.md @@ -1,39 +1,43 @@ -RELEASE NOTES --------------- - -Version 0.2 Sep 28, 2013 - -New --Adds responsive modal styling, modal always now sits with 5% gutters under page grid responsive styling --Adds basic modal variation - -Fixes --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 --Connected items no longer assume 3 items per row --Fixes display of left corner icon labels - -Updates --Updated documentation for sidebar, transition, and form validation --Updated list docs --Accordion settings documentation --Rating settings documentation \ No newline at end of file +## RELEASE NOTES + +### Version 0.2 - Sep 28, 2013 + +**New** + +- Adds responsive modal styling, modal always now sits with 5% gutters under page grid responsive styling +- Adds basic modal variation + +**Fixes** + +- 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 +- Connected items no longer assume 3 items per row +- Fixes display of left corner icon labels + +**Updates** + +- Updated documentation for sidebar, transition, and form validation +- Updated list docs +- Accordion settings documentation +- Rating settings documentation