Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
update changelog headings
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyjhol committed Jul 19, 2017
1 parent 48f63f6 commit e1a7743
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### v1.12.4 (2017-07-19)
# v1.12.4 (2017-07-19)

## Bug Fixes
### Bug Fixes
- [#1286]: Event creation throws illegal constructor error on stock Android Browser < 5.0
- [#1764]: Bootstrap-select steals focus on form.checkValidity

Expand All @@ -9,15 +9,15 @@

-------------------

### v1.12.3 (2017-07-06)
# v1.12.3 (2017-07-06)

## Bug Fixes
### Bug Fixes
- [#1529]: add selectAllText and deselectAllText to translation files (used Google Translate)
- [#1604]: Keydown improvements
- [#1630]: htmlEscape inline style
- [#1631]: Livesearch performance

## New Features
### New Features
- Add/update various translations

[#1529]: https://github.com/silviomoreto/bootstrap-select/issues/1529
Expand All @@ -27,9 +27,9 @@

-------------------

### v1.12.2 (2017-01-30)
# v1.12.2 (2017-01-30)

## Bug Fixes
### Bug Fixes
* [#1563]: key word searching broken in [#1516].
* [#1570]: properly adjust size when inside form-group-sm or form-group-lg
* [#1590]: menu height calculated improperly when using liveSearch and input has custom height
Expand All @@ -40,19 +40,19 @@

-------------------

### v1.12.1 (2016-11-22)
# v1.12.1 (2016-11-22)

## Bug Fixes
### Bug Fixes
* [#1167], [#1366]: using a method before initializing bootstrap-select throws an error

[#1167]: https://github.com/silviomoreto/bootstrap-select/issues/1167
[#1366]: https://github.com/silviomoreto/bootstrap-select/issues/1366

-------------------

### v1.12.0 (2016-11-18)
# v1.12.0 (2016-11-18)

## Bug Fixes
### Bug Fixes
* [#1220]: unescape button title
* [#1348]: escape HTML for optgroup label
* [#1506]: Fix bs-placeholder usage for jQuery>=3.0
Expand All @@ -64,7 +64,7 @@
* [#1531]: add Spanish (Spain) translations
* [#1553]: don't use replace in normalizeToBase if text is undefined (throws error otherwise)

## New Features
### New Features
* [#1503]: Add windowPadding option (either a number or an array of numbers - [top, right, bottom, left])
* [#1516]: Improve liveSearch performance (addresses [#1275])
* [#1440]: allow HTML in placeholder title for non-multiple selects
Expand All @@ -87,16 +87,16 @@

-------------------

### v1.11.2 (2016-09-09)
# v1.11.2 (2016-09-09)

#### Bug Fixes
### Bug Fixes
* fix sourceMappingURL in bootstrap-select.min.js

-------------------

### v1.11.1 (2016-09-09)
# v1.11.1 (2016-09-09)

#### Bug Fixes
### 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
Expand All @@ -107,9 +107,9 @@

-------------------

### v1.11.0 (2016-08-16)
# v1.11.0 (2016-08-16)

#### Bug Fixes
### 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
Expand All @@ -123,7 +123,7 @@
* [#1465]: changed.bs.select not firing for native mobile menu
* [#1459]: jQuery 3 support - $.expr[':'] -> $.expr.pseudos

#### New Features
### 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
Expand Down Expand Up @@ -154,14 +154,14 @@

-------------------

### v1.10.0 (2016-02-17)
# v1.10.0 (2016-02-17)

#### Bug Fixes
### 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
### 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
Expand All @@ -177,9 +177,9 @@ Add Lithuanian translations.

-------------------

### v1.9.4 (2016-01-18)
# v1.9.4 (2016-01-18)

#### Bug fixes
### 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

Expand All @@ -190,9 +190,9 @@ Add new translations.

-------------------

### v1.9.3 (2015-12-16)
# v1.9.3 (2015-12-16)

#### Bug fixes
### Bug fixes
* Fix [#1235] - issue with selects that had `form-control` class

[#1235]: https://github.com/silviomoreto/bootstrap-select/issues/1235

0 comments on commit e1a7743

Please sign in to comment.