Bootstrap Multiselect Versions Save

JQuery multiselect plugin based on Twitter Bootstrap.

v1.1.2

1 year ago

Features

  • Added definition file for TypeScript
  • Reworked option groups (#1210, #1218)

Fixes

  • Fixed timing problems during initialization
  • #1214: Fixed empty labels using the dataprovider
  • #1197: Multiple options with the same value were not handled correctly

v1.1.1

2 years ago

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

2 years ago

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

3 years ago

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

6 years ago

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

8 years ago

Due to a XSS vulnerability, an update to v0.9.13 is highly recommended!

Changes:

  • Merged: #539, #497, #502, #521.
  • New option delimiterText (#531, #539).
  • Support for data-placeholder.
  • #526: Fixed default buttonTitle option.
  • XSS vulnerability fixed with new release (#524).
  • Support for collapsible optgroups (#521).
  • FAQ: #532, #519.
  • Examples: #529, #541.

v0.9.12

9 years ago

Release v0.9.12 removes require.js support to get Bootstrap Multiselect working without knockout.js.

It is highly recommended to upgrade from v.0.9.11 when using require.js!

Changes:

  • Removed require.js support (#).
  • Added example for #484.
  • Fixed #494.

v0.9.11

9 years ago

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

9 years ago

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 the selectAll 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.

v0.9.9

9 years ago
  • Fixed #362 and #361.
  • NuGet package will be available, see README.