Skip to content

Releases: davidstutz/bootstrap-multiselect

v1.1.2

02 Sep 11:35
aade5e6
Compare
Choose a tag to compare

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

06 Aug 19:44
Compare
Choose a tag to compare

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

30 Jul 11:33
6e654bc
Compare
Choose a tag to compare

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

17 Nov 20:29
5283318
Compare
Choose a tag to compare

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

04 Mar 00:11
Compare
Choose a tag to compare

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

26 May 18:37
Compare
Choose a tag to compare

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

18 Mar 00:44
Compare
Choose a tag to compare

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

01 Mar 00:18
Compare
Choose a tag to compare

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.

v0.9.10

01 Nov 21:21
Compare
Choose a tag to compare

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

19 Aug 21:52
Compare
Choose a tag to compare
  • Fixed #362 and #361.
  • NuGet package will be available, see README.