Version 2.2.14 - Jan 29, 2018
Critical Bugs
- Form - Fixes issue where radio checkbox would not return correct value from
get valuesThanks @tincdev #5713 #6043 - Modal - Fixes issue where an oversized modal would appear behind an existing modal when using
allowMultiple: trueand a second modal that is larger than the screen height. #2423
Enhancements
- Button - YouTube's red color now matches their current brand guidelines Thanks @hammy2899 #6110
- Flag - Adds missing flag for England Thanks @zyzniewski #5944
- Reveal -
ribbon labelcan now work withreveal#5681 - Dropdown - Added new setting
ignoreCase(defaults to false) that will prevent values from being added that match existing values (case insensitive). This is particularly useful when using allowAdditions for tagging to not allow case insensitive matches. - Site - Site theme now includes
@customScrollbarHeightand specifies a default horizontal scrollbar height Thanks @jayphelps #5749
Bugs
- Checkbox - Fixes issue where
toggle checkboxbox shadow was missing Thanks @Banandrew #5096 - Dropdown - Fixed issue where dropdowns could incorrectly open upward and leftward opening when using
contextsetting due to an incorrect offset calculation. Thanks @dannyBies #5974 #5366 - Form Validation - Fixed issue where default prompts for
containanddoesntContainrules were swapped. Thanks @xiongyu-git #5530 - Visibility - Fixes issue where
bottomPassedandtopPassedwould not fire under some conditions - Dropdown - Fixes issue where dropdowns might accidentally animate closed two times when quickly tabbing through fields
- Popup - Fixed an error which could cause popup not to move to right offset context when using a different target setting.
- Dropdown - Fixed issue where using
ui inputin a dropdown menu could cause the input to be too wide in some cases Thanks @Banandrew #5085 - Menu / Popup - Fixed issue where
inverted menurules would cause popup inside a menu to have incorrect link styling inlink listThanks @Banandrew #5585 #5603
Build Tools
- CSS Build - Fixed issue where package
gulp-clonewas only set to use >1.0causing issues with gulp builds due to upstream error #6067