All Versions
156
Latest Version
Avg Release Cycle
96 days
Latest Release
1393 days ago
Changelog History
Page 13
Changelog History
Page 13
-
v0.8.4 Changes
November 01, 2013๐ Fixes
- Modules - Fixes bug where invoking a sentence behavior that has a single word match would always invoke single word match. I.e.
show modal
would mistakenly callshow
if it existed. - Modules - Adds CSS transition support detection to all modules using css transitions to allow for graceful degradation for IE8
๐ Docs
- Download - Fixes issue where non minified source was being included with minified copy
- IE - Fixed some issue with IE display in docs
- Modules - Fixes bug where invoking a sentence behavior that has a single word match would always invoke single word match. I.e.
-
v0.8.3 Changes
October 30, 2013๐ Fixes
- Modal - Adds fixes for opening modals when other modals are opened, adds a few new API behaviors
- Form - Fixes issues with form validation not escaping regex characters
- Form - Errored fields now have their icons and corner labels colored appropriately
- Labels - Fixes formatting of links inside labels
-
v0.8.2 Changes
October 28, 2013๐ Fixes
- Modal - Quick Fix for modal events in IE
- Menu - Fixes arrow direction on vertical menu dropdown
- Button - Fixes button height issue with button groups including icon and normal buttons
๐ Docs
- ๐ Fixes some missing closing tags
-
v0.8.1 Changes
October 26, 2013๐ Fixes
- Button - Fixes colored version sometime losing white text color
- Button - Fixes 1pixel jump on animated fade buttons
๐ Docs
- Prefixer now used for prefixing in grunt
- ๐ Spelling fixes
-
v0.8.0 Changes
October 25, 2013๐ New
- Button - Default button styles have been significantly tweaked
- Button - Evenly divided buttons can use number classes instead of words
class="2 buttons"
- Button - New animated button styles, fade, horizontal, and vertical
๐ Fixes
- Button - Fixes "or" sizing to work for all sizes
- โฌ๏ธ Dropdown - Fixes border radius on non-selection dropdowns from changing on activation
- Input - Action buttons now have tactile feedback like normal buttons
๐ Docs
- โ Added more detailed contributing guide
- โก๏ธ Updates info on setting up server
- โ Added new examples to button and input
-
v0.7.2 Changes
October 23, 2013๐ Fixes
- Modal - Fixes issue with modal hiding twice onApprove
-
v0.7.1 Changes
October 23, 2013๐ Fixes
- โฌ๏ธ Dropdown - Fixes issue with dropdown icon position in chrome
- Popup - Fixes issue with popup's using setting inline: true
-
v0.7.0 Changes
October 22, 2013๐ New
- Table - Added awesome 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
andonDeny
by returning false from callback - Transition - onShow and onHide callbacks for visibility changing transitions
- Shape - New 'cube' and 'text' shape type
- Shape - Transition duration can now be set programmatically
- 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
-
v0.6.5 Changes
October 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)
-
v0.6.4 Changes
October 16, 2013๐ Fixes
- ๐ Fixes issue where browser default action, like link clicking, was prevented on dropdown item click