## RELEASE NOTES ### Version 0.7.2 - Oct 23, 2013 **Fixes** - **Modal** - Fixes issue with modal hiding twice onApprove ### Version 0.7.1 - Oct 23, 2013 **Fixes** - **Dropdown** - Fixes issue with dropdown icon position in chrome - **Popup** - Fixes issue with popup's using setting inline: true ### Version 0.7.0 - Oct 22, 2013 **New** - **Table** - Added aweosome new responsive style to ui tables - **Button** - New social buttons for Instagram, LinkedIn, Google Plus, Pinterest - **List** - Adds documentation for module format - **List** - Adds onTabInit for local tabs on first load - **List** - Popups can now have a different target than itself - **Modal** - Modal hide can be cancelled from ``onApprove`` and ``onDeny`` by returning false from callback - **Transition** - onShow and onHide callbacks for visibilit changing transitions - **Shape** - New 'cube' and 'text' shape type - **Shape** - Transition duration can now be set programatically - **Shape** - New beforeChange callback - **Sidebar** - Sidebar will now default to being exclusive and hiding other sidebars on show - **Sidebar** - Sidebar now has onChange, onShow, onHide callbacks - **Sidebar** - Sidebar now have several size variations, and a new styled variation that comes preformatted **Docs** - **Dimmer** - Adds more dimmer examples, fixes settings - **Modules** - New examples and docs for all modules - Adds sortable tables to docs - New tabbed doc style for modules - Code samples will now automatically format indention **Fixes** - **Button** - Fixes vertical fluid buttons not taking up full width - **Shape** - Shape now works with no additional stylings - **Shape** - Fixes calculation of next side size to work correctly by using offstage element - **Modules** - Fixed issue when altering settings using ``module('setting')`` with an object - **Dimmer** - Dimmer now obeys border radius of parent - **Dropdown** - Dropdown cannot display inside item image - **Dropdown** - Dropdown links were being prevented by event.preventDefault used for touch devices - **Dropdown** - Fixes issue with borders on selection dropdown - **Dropdown** - Fixes pointing dropdown to appear correctly in menu - **List** - Celled tables now have celled table headers - **Menu** - Fixes border radius on tabular menu, fixes one pixel jump on active state - **Menu** - Removes vertical label width missing units in menu - **Popup** - Popup .toggle() now always hides/shows popup correctly - **Popup** - Popup fixed a bug where "top right" placed popup might sometimes be too large - **Popup** - Popup will not reshow a visible popup on hover **Updates** - **Accordion** - Reduces vertical padding on basic accordion content - **Header** - Block header now uses RGBA instead of solid color by default - **Label** - Ribbon labels now have a shadow color - **List** - Horizontal padding on icon list slightly increased, fixes to icon position - **List** - Increased padding on attached labels - **List** - Leading on bulleted and ordered list slightly increased - **Message** - Increase opacity of icons on icon messages - **Modal** - Optimizes dimmer init on modal to occur on modal init and not modal show - **Popup** - Popup border now uses RGBA to look sexier on dark backgrounds - **Popup** - Popup default duration is now 200ms (slighty slower) - **Popup** - Popup metadata attribute arrowOffset is now offset for simplicities sake - **Popup** - Popup no-longer receives class name 'visible' on show, this allows popups to be used on dropdowns and other elements with a visible state - **Popup** - Popups are no longer inline by default - **Table** - Table headers are now darker to increase contrast with rainbow striped rows - **Sidebar** - Floating sidebar is slightly less heavily shadowed ### Version 0.6.5 - Oct 18, 2013 **Fixes** - Fixes issue where browser default action, like link clicking, was prevented on dropdown item click - Modal keyboard shortcuts now obey settings.closable (credit to luisrudge) ### Version 0.6.4 - Oct 16, 2013 **Fixes** - Fixes issue where browser default action, like link clicking, was prevented on dropdown item click ### Version 0.6.3 - Oct 15, 2013 **Deprecation** - Dropdown changeText and updateForm have been deprecated and will be removed in 1.0 **Updates** - Dropdown hide no longer selects current item as active (useful for menus) - Simplified possible dropdown actions changeText and updateForm are now consolidated into activate which is the new default ### Version 0.6.2 - Oct 15, 2013 **Fixes** - Fixes touch+mouse like touchscreen laptops to work with dropdowns - Fixes input position inside menus with no other content - Fixes input sizing on small/large menus **Updates** - Dropdown vastly improved for touch, now can scroll with touch without closing dropdown - Dropdown active style now slightly more noticable ### Version 0.6.1 - Oct 15, 2013 **Updates** - Adds onApprove/onDeny callbacks to modal - Adds small/large sizing of modal, reformats default modal size to be slightly inset from page grid - Adds clockwise/counterclockwise rotated icon and default rotate - Adds orange label/segment - Adds automatic menu formatting for buttons inside menus - Dropdowns in vertical menu automatically receive proper triangle pointer direction **Fixes** - Fixes modal spacing on left/right content to match up with grid gutters - Fixes inheritance issues with rotated icon - Fixes tests not passing for modal/dimmer - Fixes overflow on item corner label - Fixes right menu formatting in secondary menus - Fixed shadow overlap on dropdown in menus ### Version 0.6.0 - Oct 14, 2013 **Updates** - Adds travis CI support with preliminary test coverage for all javascript modules **Fixes** - Minor Fixes caught with testing suite, related to ensuring proper destroy, init, - Minor fixes to edge cases with seting and retrieving internals/settings as default, init, or during run-time on some modules ### Version 0.5.1 - Oct 11, 2013 **Fixes** - Fixes issue with modal sometimes closing/opening multiple times caused by changes in 0.5.0 **Updates** - Fixes vertical alignment of checkboxes ### Version 0.5.0 - Oct 10, 2013 **Critical Fixes** - Fixes in some UI modules, issue where settings being shared across elements initialized at the same time instead of each instance. - Fixes regression where popup was overriding variation class name on positioning **Fixes** - Fixes an issue where popup that was set to inline: false was being removed prematurely - Fixes inheritance issue where grid column may sometimes not appear the correct size - Fixes modal hide/show dependency issue where dimmer would not always hide modal and vice-versa **Updates** - Adds an example to popup where inline is set to false - Accordion now comes bundled with proper easing - Added onCreate to popup module ### Version 0.4.3 - Oct 10, 2013 **Fixes** - Updates dropdown to include proper invoke ### Version 0.4.2 - Oct 9, 2013 **Fixes** - Fixes issue with event bubbling being cancelled on dropdown item click ### Version 0.4.1 - Oct 9, 2013 **Fixes** - Fixes heart rating color ### Version 0.4.0 - Oct 8, 2013 **Updates** - Updated some checkbox stylings - Checkboxes markup now more semantic with default markup including only one label tag that can be inside ui checkbox ### Version 0.3.8 - Oct 8, 2013 **Fixes** - Display issues with accordion ### Version 0.3.7 - Oct 8, 2013 **Fixes** - Fixes modal show/hide action reversal in Webkit **Updates** - Dimmer can now take different durations for its show and hide ### Version 0.3.6 - Oct 7, 2013 **Fixes** - Fixes popup position sometimes appearing off-stage on second apperance - Fixes popup positions top left, top right, bottom left, bottom right being flipped **Docs** - Updates form and accordion docs **Updates** - Dropdown action default is now automatically determined based on type of dropdown, select dropdowns now will update form fields with default options - Adds fluid variation to accordion - Adds more html5 form support for forms (deneuxa) - Fields can include both field and another level of fields ### Version 0.3.5 - Oct 2, 2013 **Fixes** - Fixes radio checkboxes (again) - Fixes header content display in icon headers ### Version 0.3.4 - Oct 2, 2013 **Fixes** - Transitions now work in Safari versions that do not support animation-direction - Fixes accordion in safari styles getting stuck - Centering of content in icon header ### Version 0.3.3 - Oct 2, 2013 **Fixes** - Fixes modal not working due to destroy teardown in dimmer Issue #153 - Fixes selector for checkbox to fix radio boxes Issue #154 - Fixes issue with popup display in some edge cases Issue #128 **Updates** - Headers and lists with icons now do not break with multiline content - Examples resize with browser width - Updates ACE editor library - Code samples now do not change after interacting with examples ### Version 0.3.2 - Oct 2, 2013 **Updates** - Dropdown now formats top and right arrow icons automatically with icon coupling with sub menus - Updates feed example with more feature examples - Adds more sizes to ratings - Makes active pagination item style more clear - Adds attach events method to modal for attaching modal events to other elements - Adds input focus/blur to modal, see Issue #124 - Adds new methods to rating: 'get rating', 'clear rating', 'disable', 'enable', adds new setting 'clearable' **Fixes** - Fixes position of menu dropdowns in some cases - Updates modal to refocus elements after close - Right floated list content now receives left margin - List items display issues with icons + content - Fixes rating line height issue - Fixes rating not being sent as first callback parameter on 'onRate' - Lists items now auto clear floats - Fixes icon input inside a menu placement issues ### Version 0.3.1 - Sep 30, 2013 **Fixes** - Fixes Page Grid still receiving negative margin ### Version 0.3.0 - Sep 30, 2013 **Fixes** - Responsive Grid is now called "Page Grid". Responsive grids are now deprecated. This reduces confusion. - Negative margins are now automatically removed from grids that are descendents of body tag. ### Version 0.2.5 - Sep 28, 2013 **Fixes** - Fixes checkbox selector issue with multiple inputs inside a checkbox - Modal no longer uses inline css to center when in fixed position mode - Fixes dropdown to now set active item to whatever hidden input field is when using action updateForm ### Version 0.2.4 - Sep 28, 2013 **Updates** - Fixes issue with display on Chromebook Pixel and some devices - Fixes issues with concatenated version receiving conflicted icon definitions causing icons to not function ### Version 0.2.3 - Sep 28, 2013 **Updates** - Fixes issues with modal not swapping to absoultely positioned from fixed when content cannot fit in viewport ### Version 0.2.2 - Sep 28, 2013 **Updates** - Fixes invoke returning found function instead of results of found function in dropdown, modal ### Version 0.2.1 - Sep 28, 2013 **Updates** - Modals can now have an icon in its left content that will be automatically formatted - Preserve 3D animations are now on by default for dimmers **Fixes** - Transition now forces browser repaint after animation - Refactored modal and dimmer components - Modal will now resize when browser window resizes if vertical height changes - Fixes issues with dimmer settings sticking between separate modals with the same dimmer. ### Version 0.2.0 - 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.0 - 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