Version 2.0.1 - July 6, 2015
Reported Bugs
- Label - Attached labels now use a border-radius for corner-edges that matches more closely #2500
- Label - Fixes incorrect label sizing for
largeand bigger sizes #2486 - Segment - Fixed incorrect margin set on
attached segment#2503 - Card -
centered cardsvariation now works similar tocentered card. #2520 - Checkbox - Fixed issue in chrome where radio checkbox would appear incorrectly when no default value was selected #2505
- Dropdown - Fixed transparent tap color not being set correctly. Removed toggle behavior from touch events on multiple dropdown. #2524
- Checkbox - Fixed issue where radio checkbox were not properly receiving
checkedclass #2506 - Tab - Tab now correctly obeys
cachesetting. Removed use of API's local caching by default. #2493 - Form -
resetwill no longer clear values if no default value is found #2504
Additional Bugs
- Dimmer - Dimmer now removes variations like
blurringandinvertedwhendestroyis called. - Dropdown -
restore defaultsin dropdown when used with multiple will now correctly clear other values selected that were not there on page load. - Dropdown - Removes accidental console.log statement in dropdown
- Menu - Fixed
pointing menuarrow color slightly off - Progress - Progress included
debug: trueby default. This has been now correctly set tofalse - Modal -
scrolling modalnow correctly inherits rules so that it appears at top of screen on mobile - Menu - Inverted menu no longer includes a 1px transparent border.
- Menu - Fixes
compact vertical menuusingflexstyle incorrectly - Menu - Fixes
border-topnot appearing onbottom fixedmenu - Tab - Fixed bug where remote loaded tab content would not show
loading tabon first load.
Docs
- Form - Clarified usage for
resetin form docs #2504 - Docs -
1.0docs are now available at http://1.semantic-ui.com Link in footer has been fixed. - Image - Fixed
mini imagehaving wrong pixel size in docs #2521 - Image - Added docs for missing
fluid imagevariation - Modal - Removed legacy JS animation settings still accidentally in docs
- Tab - Added new examples for
evaluateScriptsand HTML5 state tabs