Skip to content

Releases: snapappointments/bootstrap-select

v1.11.1

09 Sep 23:41
Compare
Choose a tag to compare

Bug Fixes

  • #1475: fix Cannot read property 'apply' of null error
  • #1484: Change events fire twice on IE8
  • #1489: hide.bs.select and hidden.bs.select events not fired when "Esc" key pressed with live search enabled

Compare this release with the previous one.

v1.11.0

16 Aug 21:21
Compare
Choose a tag to compare

Bug Fixes

  • #1291: don't trigger change event if selecting an option that passes the limit
  • #1284: check if all options are already selected/deselected before triggering changed/changed.bs.select
  • #1245, #1310: With livesearch, when keypress, focus to search field isn't working with some characters
  • #1257: fix issue with Norwegian translation
  • #1346: fix edge case where default values are not respected when initializing the plugin
  • #1338: improve support for disabled optgroups and hidden options
  • #1373: prevent selectAll and deselectAll from being called on standard select boxes
  • #1363: if hideDisabled is enabled, and all options in an optgroup are disabled, the optgroup is still visible
  • #1422: fix menu position inside a scrolling container
  • #1451: fix select with input-group-addon on both sides
  • #1465: changed.bs.select not firing for native mobile menu
  • #1459: jQuery 3 support - $.expr[':'] -> $.expr.pseudos

New Features

  • #1139: add placeholder styling via bs-placeholder class
  • #1290: auto close the menu if maxOptions is set to 1 (instead of leaving open)
  • #1127, #1016, #1160, #1269: add 'auto' option for dropdownAlignRight
  • 58ed408: support using a string for maxOptionsText
  • #541: ARIA - Accessibility

Compare this release with the previous one.

v1.10.0

17 Feb 18:26
Compare
Choose a tag to compare

Bug Fixes

  • #1268: performance bug in clickListener
  • #1273: html5 validation message disappears in Chrome 47+
  • #1295: hide select by default (so there is no flash of unstyled content)

New Features

  • #950: add .selectpicker('toggle') method to allow menu to be open/closed programmatically
  • #1272: add showTick option
  • #1284: selectAll and deselectAll now trigger the changed.bs.select event

Add Lithuanian translations.

Compare this release with the previous one.

v1.9.4

18 Jan 21:39
Compare
Choose a tag to compare

Bug fixes

  • #1250: don't destroy original select when using destroy method
  • #1230: Optgroup label missing when first option is disabled and hideDisabled is true

Add new translations.

Compare this release with the previous one.

v1.9.3

16 Dec 20:18
Compare
Choose a tag to compare

Fix #1235 (issue with selects that had form-control class)

v1.9.2

16 Dec 19:50
Compare
Choose a tag to compare

Update version number across files. Version number was not updated correctly in the previous release.

v1.9.1

16 Dec 12:40
Compare
Choose a tag to compare
  • Added Sass support
  • Norwegian translation
  • Finnish translation

v1.8.1

08 Dec 21:48
Compare
Choose a tag to compare

v1.8.0

07 Dec 20:27
Compare
Choose a tag to compare
  • Add support for HTML5 "required" attribute - select element is now placed within $newElement
  • Fix closing menu bug #1172

v1.7.7

02 Dec 21:13
Compare
Choose a tag to compare
  • Destroy method now works properly
  • Mobile bug fix