Releases: davidstutz/bootstrap-multiselect
v1.1.2
v1.1.1
Features
- Reset button option (see #535)
- onSelectAll and onDeselectAll get changed options as argument (see #415)
- Document #515, #436 and #396
Fixes
- Keyboard support #355
- Fixed Bower and NPM specs, specifically regarding Bootstrap version and meta information
Misc
- Removed old, obsolete TS interface
- Removed Yarn support
- Removed obsolete Travis config
v1.1.0
Features
- Redesign of filter and active items
- Added new option "widthSynchronizationMode"
- Added new option "buttonTextAlignment"
Resolved Bugs
- #1153: disabledText was displayed when list contains items but none are selected
- #1160: Fixed selection of option when pressing enter on an input text field
- #1167: Fixed select all behavior for collapsed option groups
- #1175: Improved "enableHTML" for options
- #1183: Fixed tabbing issue
- Fixed deselection of selected item in single-selection mode
- Fixed style of select when used in input groups
v1.0.0
Bootstrap 4 support.
Note that this release might be incompatible with Bootstrap 3 or older. Also note that this was originally release/tag v0.9.16. To indicate the change from Bootstrap 3 to Bootstrap 4, I decided to directly go to v1.0.0. So the stable release for Boostrap 3 is v0.9.15.
v0.9.15
Updating from v0.9.13 is recommended. Note that v0.9.14 is a left-over tag where continuous integration is not working. Please refer to the updated documentation for changes or check the commits or pull requests.
v0.9.13
Due to a XSS vulnerability, an update to v0.9.13 is highly recommended!
Changes:
v0.9.12
v0.9.11
Release v0.9.11 includes a bunch of fixes, new options and improvements:
Note: Due to a mistake, this release has knockout.js as dependency when used with require.js! The use of the next release is highly recommended.
- Support for Bootstrap 3.3.2!
- Require.js support (#463).
- Improved Knockout Binding (#447).
- Shift and click range selections (#439).
- New options:
onSelectAll
,selectAllNumber
,inheritClasses
... - FAQ: #455, #426, #475.
- Fixed/Merged: #469, #422, #485, #429, #434, #430, #437,#453, #432, #425, #444, #427, #447, #439.
- New examples!
v0.9.10
Release v0.9.10 includes tests based on the Jasmine framework, overhauled documentation with 62+ examples, fixes several bugs and introduces new configuration options:
justVisible
option for theselectAll
method (#380).- Fixed: #377, #400, #384, #375, #383, #301, #386, #404, #405, #412.
- New
enableClickableOptGroups
option (#388, #302, #305). - Clear button for filter (#374).
- Filtering: optgroup integration (#395).
dataprovider
method supports preselected options, optgroups and titles (#401).- Options via data attributes (#397).
- Extended templates: #389.
- Handling POST data: #376, #378.