Releases: davidstutz/bootstrap-multiselect
Releases · davidstutz/bootstrap-multiselect
v0.9.8
v0.9.7
v0.9.6
v0.9.5
v0.9.4
- New option to override the templates used by the plugin (e.g. the divider template).
- Added option to change the name of the used checkboxes:
checkboxName
- see #212. - New option to add select all only if more than x options are present:
includeSelectAllIfMoreThan
- #235. - Select all performance improvement by @Tyf0x (for further discussion see #268 and #279).
- Fixed: #267, #278, #274, #256, #263.
- Updated documentation according to #270.
- Added example for testing select all performance.
- Added example for testing
onDropdownShow
andonDropdownHide
as discussed in #262.
v0.9.3
- Master branch working for both Twitter Bootstrap 3.x and the old 2.3.x branch.
- Update to Twitter Bootstrap 3.1.1.
- New option:
includeSelectAllDivider
to add a divider behind the "Select All" option. - Update to jQuery 2.1.0.
- Full Knockout support - thanks to @BrewDawg.
- Minor fixes and improvements.
v0.9.2
- Select all option responds to user selections and initial state.
- Updated to Bootstrap 3.0.3.
- Dividers can be added.
- Added bower.json.
- Additional examples and demos.
- Many small fixes and improvements.
Thanks for a great community supporting this plugin!
v0.9.1
Multiselect for Bootstrap 3.
v0.9
Merge pull request #119 from doogi/master Preventing generated inputs from firing change input.