Version 2.0.5 - July 20, 2015
- API - Data replaced in urls,
urlData, will now be url encoded by default. Additionally checks were added to avoid double encoding already encoded values. #2394 - Checkbox - Fix issue with
onChangenot firing when space key is used. Checkbox keyboard shortcuts now occur onkeydownbut cancel events correctly onkeyup#2676 - Radio Checkbox - Fixed regression causing radio checkboxes to all appear selected in chrome due to
:indeterminateselector #2505 - Dropdown - Fixed issue causing
multiple search dropdownusingsearchinside menu to break when multiple #2666 - Message - Fixed issues where icon would overlap in
icon messagewhen at mobile resolutions due toflex-collapsevalue being incorrect #2665
Additional Fixes
- Dropdown -
<select>dropdowns intialized withoutmultipleproperty set on<select>will now produce an error to alert users selection will not be preserved correctly. Related #2573 - Dropdown - Dropdown
<option>added withuserAdditionnow recieve class nameadditionto distinguish from original<select>options. #2573 - Dropdown - User additions now have their
<option>removed if a user deselects an addition. #2573