Releases: Semantic-Org/Semantic-UI
Releases · Semantic-Org/Semantic-UI
Version 0.10.3 - Dec 22, 2013
Critical Fixes
- Dropdown - Fixes issue where dropdown animation does not occur sometimes (Thanks MohammadYounes)
Fixes
- Popup - Native browser popups no longer if using
title
attribute (Thanks MohammadYounes) - Grid - Fixes issue where stackable grid was not working correctly when using (x) wide column
- Modal - Fixes element detatching sometimes in case where it is already inside a dimmer
- Input - Removes duplicate sizes
Version 0.10.2 - Dec 13, 2013
New
- Button - Adds VK button
- Input - Action inputs now support button groups
Fixes
- Rating - Fixes vertical alignment with text
- Dropdown - Fixes missing easing equations for dropdown javascript animations. Would cause an error when no css transitions were included and jquery easing was not available.
Version 0.10.0 - Dec 05, 2013
New
- Grid - Adds
doubling
responsive variation which automatically formats content spacing based on device type - Form Validation - Adds two new parameters, to allow for changing of revalidation and delay on input
Updates
- Grid - Row padding is now EM not % based, this might shift layouts slightly
- Grid - Grid columns not inside a row will automatically receive row padding now. This will allow for content to flow correctly when row count is unknown
Fixes
- Grid - (x) column rows will automatically add vertical padding when new rows are formed!
- Grid - Fixes margin on stackable grids
- Dropdown - Value can be retrieved even in instances where forms arent used
Version 0.9.6 - Dec 04, 2013
Updates
- Rating - Ratings now recieve class disabled when read only, instead of recieving
active
when rateable since active are much more common - Grid - Fixes some instances where grid column width
x wide
was being overruled by parent elementx column
. - Header, Grid, Segment - Adds justified alignemnt
- Message - Fixes issues with attached icon message (thanks overra)
Version 0.9.5 - Nov 25, 2013
Version 0.9.5 - Nov 25, 2013
Fixes
- LESS files now include vendor prefixes by default instead of only including them in css releases
New
- Segment - Segments now have a circular variation
Version 0.9.4 - Nov 24, 2013
Fixes
- Dropdown - Fixes issue where falsey value (i.e. 0) could not be selected
- Transition - Fixes transition exists function from not being called
- Form - Adds input type="url" to forms
- Sidebar - Fixes right sidebars to correctly allow for sizing (Thanks DveMac)
- Sidebar - Typo in sidebar header (Thanks slobo)
Docs
- Fixes various typos and missing closing html tags
Version 0.9.3 - Nov 17, 2013
Fixes
- Dropdown - Fixes "falsey" values (like 0) not being processed correctly
- Segment - Fixes segment text color when nested inside inverted segment
- Button - Fixes improper active/visible state due to :not specificity (most noticiable in mousedown on a dropdown button)
Version 0.9.2 - Nov 8, 2013
Fixes
- Fixes popup not repositioning itself when offstage.
Version 0.9.1 - Nov 7, 2013
New
- Popup - Adds context option for popup (thanks jefmathiot)
- Accordion - Adds formatting for nested accordions
Updates
- Accordion - Fixes issue with accordion events inside accordions
Version 0.9.0 - Nov 5, 2013
New
- Button - Basic icons now have inverted style
- Segment - Segments can now be used with
ui grid
andui grid column/row
- List - Adds animated list variation
Docs
- Release - Fixes issues with minification in grunt
- Examples - Adds new homepage example to release zip
- Code Samples - Updates ACE editor version
Updates
- List - Updated some list styles for greater flexibility
- Dropdown - Dropdown now always receives pointer cursor in all types
- Form - Darkens placeholder text color to be more visible
- Menu - Dropdown position inside secondary menus should be more precise
- Input - Labeled icons now have smaller corner labels
- Menu - Floating dropdown menus now work inside menus
- Button - UI buttons no longer have shadows, this helps match colored buttons in layouts
Fixes
- Header - Fixes alignment of solo icons in headers
- Button - Fixes labeled icon placement in Chrome
- Modal - Fixes use of unsupported comma separated :not selector
- Modal - Fixes left/right ui content receiving modal styles inappropriately
- Menu - Fixes some inverted menu stylings not applying correctly in some instances
- Grid - Fixes comp/tablet/mobile only columns not working if not inside a row