You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 4.8 KiB

4 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. ### v1.11.2 (2016-09-09)
  2. #### Bug Fixes
  3. * fix sourceMappingURL in bootstrap-select.min.js
  4. -------------------
  5. ### v1.11.1 (2016-09-09)
  6. #### Bug Fixes
  7. * [#1475]: fix Cannot read property 'apply' of null error
  8. * [#1484]: Change events fire twice on IE8
  9. * [#1489]: hide.bs.select and hidden.bs.select events not fired when "Esc" key pressed with live search enabled
  10. [#1475]: https://github.com/silviomoreto/bootstrap-select/issues/1475
  11. [#1484]: https://github.com/silviomoreto/bootstrap-select/issues/1484
  12. [#1489]: https://github.com/silviomoreto/bootstrap-select/issues/1489
  13. -------------------
  14. ### v1.11.0 (2016-08-16)
  15. #### Bug Fixes
  16. * [#1291]: don't trigger change event if selecting an option that passes the limit
  17. * [#1284]: check if all options are already selected/deselected before triggering changed/changed.bs.select
  18. * [#1245], [#1310]: With livesearch, when keypress, focus to search field isn't working with some characters
  19. * [#1257]: fix issue with Norwegian translation
  20. * [#1346]: fix edge case where default values are not respected when initializing the plugin
  21. * [#1338]: improve support for disabled optgroups and hidden options
  22. * [#1373]: prevent selectAll and deselectAll from being called on standard select boxes
  23. * [#1363]: if hideDisabled is enabled, and all options in an optgroup are disabled, the optgroup is still visible
  24. * [#1422]: fix menu position inside a scrolling container
  25. * [#1451]: fix select with input-group-addon on both sides
  26. * [#1465]: changed.bs.select not firing for native mobile menu
  27. * [#1459]: jQuery 3 support - $.expr[':'] -> $.expr.pseudos
  28. #### New Features
  29. * [#1139]: add placeholder styling via `bs-placeholder` class
  30. * [#1290]: auto close the menu if maxOptions is set to 1 (instead of leaving open)
  31. * [#1127], [#1016], [#1160], [#1269]: add 'auto' option for dropdownAlignRight
  32. * [58ed408]: support using a string for maxOptionsText
  33. * [#541]: ARIA - Accessibility
  34. [#1291]: https://github.com/silviomoreto/bootstrap-select/issues/1291
  35. [#1284]: https://github.com/silviomoreto/bootstrap-select/issues/1284
  36. [#1245]: https://github.com/silviomoreto/bootstrap-select/issues/1245
  37. [#1257]: https://github.com/silviomoreto/bootstrap-select/issues/1257
  38. [#1310]: https://github.com/silviomoreto/bootstrap-select/issues/1310
  39. [#1346]: https://github.com/silviomoreto/bootstrap-select/issues/1346
  40. [#1338]: https://github.com/silviomoreto/bootstrap-select/issues/1338
  41. [#1373]: https://github.com/silviomoreto/bootstrap-select/issues/1373
  42. [#1363]: https://github.com/silviomoreto/bootstrap-select/issues/1363
  43. [#1422]: https://github.com/silviomoreto/bootstrap-select/issues/1422
  44. [#1451]: https://github.com/silviomoreto/bootstrap-select/issues/1451
  45. [#1465]: https://github.com/silviomoreto/bootstrap-select/issues/1465
  46. [#1459]: https://github.com/silviomoreto/bootstrap-select/issues/1459
  47. [#1139]: https://github.com/silviomoreto/bootstrap-select/issues/1139
  48. [#1290]: https://github.com/silviomoreto/bootstrap-select/issues/1290
  49. [#1127]: https://github.com/silviomoreto/bootstrap-select/issues/1127
  50. [#1016]: https://github.com/silviomoreto/bootstrap-select/issues/1016
  51. [#1160]: https://github.com/silviomoreto/bootstrap-select/issues/1160
  52. [#1269]: https://github.com/silviomoreto/bootstrap-select/issues/1269
  53. [58ed408]: https://github.com/silviomoreto/bootstrap-select/commit/58ed4085019526141be07beeada37788dfe2d316
  54. [#541]: https://github.com/silviomoreto/bootstrap-select/issues/541
  55. -------------------
  56. ### v1.10.0 (2016-02-17)
  57. #### Bug Fixes
  58. * [#1268]: performance bug in clickListener
  59. * [#1273]: html5 validation message disappears in Chrome 47+
  60. * [#1295]: hide select by default (so there is no flash of unstyled content)
  61. #### New Features
  62. * [#950]: add `.selectpicker('toggle')` method to allow menu to be open/closed programmatically
  63. * [#1272]: add showTick option
  64. * [#1284]: selectAll and deselectAll now trigger the `changed.bs.select` event
  65. Add Lithuanian translations.
  66. [#1268]: https://github.com/silviomoreto/bootstrap-select/issues/1268
  67. [#1273]: https://github.com/silviomoreto/bootstrap-select/issues/1273
  68. [#1295]: https://github.com/silviomoreto/bootstrap-select/issues/1295
  69. [#950]: https://github.com/silviomoreto/bootstrap-select/issues/950
  70. [#1272]: https://github.com/silviomoreto/bootstrap-select/issues/1272
  71. [#1284]: https://github.com/silviomoreto/bootstrap-select/issues/1284
  72. -------------------
  73. ### v1.9.4 (2016-01-18)
  74. #### Bug fixes
  75. * [#1250]: don't destroy original select when using `destroy` method
  76. * [#1230]: Optgroup label missing when first option is disabled and `hideDisabled` is true
  77. Add new translations.
  78. [#1250]: https://github.com/silviomoreto/bootstrap-select/issues/1250
  79. [#1230]: https://github.com/silviomoreto/bootstrap-select/issues/1230
  80. -------------------
  81. ### v1.9.3 (2015-12-16)
  82. #### Bug fixes
  83. * Fix [#1235] - issue with selects that had `form-control` class
  84. [#1235]: https://github.com/silviomoreto/bootstrap-select/issues/1235