Skip to content

Releases: davidstutz/bootstrap-multiselect

v0.9.8

07 Aug 18:02
Compare
Choose a tag to compare

This release includes the following changes:

  • Fixed #351.
  • Added new option disableIfEmpty, #358.
  • Added example for #129, #360.
  • Updated documentation according to #356.

v0.9.7

02 Aug 16:28
Compare
Choose a tag to compare

Changes include:

  • #312 which is fixed by #326
  • Documentation has been updated according to #129.
  • New features/options: #326 and #283.

v0.9.6

14 Jul 22:44
Compare
Choose a tag to compare

Some minor fixes:

  • Pull request #346 fixes #322 and #324.
  • Pull request #341 fixes #340.
  • Pull request #345 fixes knockout binding.
  • Added discussion of #347 to FAQ.

v0.9.5

04 Jul 20:11
Compare
Choose a tag to compare

Some minor changes, including:

v0.9.4

01 Apr 18:30
Compare
Choose a tag to compare
  • 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 and onDropdownHide as discussed in #262.

v0.9.3

11 Mar 20:38
Compare
Choose a tag to compare
  • 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

09 Jan 01:06
Compare
Choose a tag to compare
  • 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

05 Oct 22:44
Compare
Choose a tag to compare

Multiselect for Bootstrap 3.

v0.9

06 Jul 18:26
Compare
Choose a tag to compare
Merge pull request #119 from doogi/master

Preventing generated inputs from firing change input.