Version 2.0.4 - July 17, 2015
- Build Tools - Fixed issue where sub tasks were undefined when importing SUI's
buildandwatchtasks into custom gulpfile #2648 - Button - Fixed
fluid buttonsnot working correctly with<button>due to button tags not supportingflexrules. #2617 - Button - Fixed colored vertical basic buttons appearing 2px offset #2655
- Checkbox - Checkbox now focus after click, allowing for tab navigation from current position #2610
- Checkbox - Fixed checkbox not using javascript having incorrect colors on focus #2607
- Dropdown - Fixed
search selectionappearing incorrectly inside menu (default text would not disappear) #2624 - Form - Added
doesntContainanddoesntContainExactly#2638 - Form - Fixed issue with
minLength[1]validation not behaving same asminLength > 2#2636. - Form - Fixes errors when a field identifier is named
identifier#2629 - Form - Form fields will now error when a non-string identifier is used
- Formatting - Fixed several source files that had
CR LF(Windows) line endings #2649 - Input - Fixed
left action inputdisplaying with incorrectinputborder radius insideui form#2638 - Modal - Modal
actionnow uses a more specific selector to prevent modifyingcomment action - Popup -
fluidpopup withsetFluidWidth: true(default value), will now useparentwidth and notoffsetContextwidth #2526 - Popup - Fixed issues where rounding could cause elements that are against edge of page from not appearing. Add new
jittersetting for allowing popups to escape page boundaries by a small margin #2526 - Segment - Added additional variables for
invertedsegment. - *Segment -
horizontal segmentsin IE will no longer stretch to the natural width of child imgs #2550 flexbug [#1](h - Sidebar -
right,top, andbottomsidebar will not have their direction removed ondestroy#2644 - Sticky - Fixed
stickyelement that cannot fit in viewport not scrolling correctly when fixed to viewport #2605 - Transition - Fixed issue where animating same element in its own
onCompletewould fail because animation had not yet calledforce visible/hidden#2583 - Visibility -
refreshOnResizenow correctly includes a default value #2615 - Menu/Segment/Table - Consolidated
attachedlogic for all components using attached. #2599
Additional Bugs
- Checkbox - Fixed
spaceshortcut causing checkbox to trigger twice - Checkbox - Updated
coloredtheme to add new focus color variables. - Popup -
wideandvery widepopup will now limit themselves to normal popup widths on mobile so that they still appear on screen. - Message - Fixes
attached icon messagenot usingflex - Sticky - Fixed
stickycontent jumping fromfixedtobount bottomwhen scroll position has surpassed bottom of container during page refresh. - Sticky - Sticky no longer uses
bottomPaddingto determine bottom edge of container. - Steps - Updated
basicsteps theme to appear correctly
Docs
- Fixed theme previews appearing incorrectly in all UI in docs. Regex parsing
.variablefiles would ignore first variable after a comment. - Added individual examples of all form validation rules
- Partial rewrite of sidebar documentation
- Added attached examples to
examples/ - Updated example in theme guide to include checkbox focus colors