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

Commit e1a7743

Browse files
authored
update changelog headings
1 parent 48f63f6 commit e1a7743

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

CHANGELOG.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
### v1.12.4 (2017-07-19)
1+
# v1.12.4 (2017-07-19)
22

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

@@ -9,15 +9,15 @@
99

1010
-------------------
1111

12-
### v1.12.3 (2017-07-06)
12+
# v1.12.3 (2017-07-06)
1313

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

20-
## New Features
20+
### New Features
2121
- Add/update various translations
2222

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

2828
-------------------
2929

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

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

4141
-------------------
4242

43-
### v1.12.1 (2016-11-22)
43+
# v1.12.1 (2016-11-22)
4444

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

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

5151
-------------------
5252

53-
### v1.12.0 (2016-11-18)
53+
# v1.12.0 (2016-11-18)
5454

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

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

8888
-------------------
8989

90-
### v1.11.2 (2016-09-09)
90+
# v1.11.2 (2016-09-09)
9191

92-
#### Bug Fixes
92+
### Bug Fixes
9393
* fix sourceMappingURL in bootstrap-select.min.js
9494

9595
-------------------
9696

97-
### v1.11.1 (2016-09-09)
97+
# v1.11.1 (2016-09-09)
9898

99-
#### Bug Fixes
99+
### Bug Fixes
100100
* [#1475]: fix Cannot read property 'apply' of null error
101101
* [#1484]: Change events fire twice on IE8
102102
* [#1489]: hide.bs.select and hidden.bs.select events not fired when "Esc" key pressed with live search enabled
@@ -107,9 +107,9 @@
107107

108108
-------------------
109109

110-
### v1.11.0 (2016-08-16)
110+
# v1.11.0 (2016-08-16)
111111

112-
#### Bug Fixes
112+
### Bug Fixes
113113
* [#1291]: don't trigger change event if selecting an option that passes the limit
114114
* [#1284]: check if all options are already selected/deselected before triggering changed/changed.bs.select
115115
* [#1245], [#1310]: With livesearch, when keypress, focus to search field isn't working with some characters
@@ -123,7 +123,7 @@
123123
* [#1465]: changed.bs.select not firing for native mobile menu
124124
* [#1459]: jQuery 3 support - $.expr[':'] -> $.expr.pseudos
125125

126-
#### New Features
126+
### New Features
127127
* [#1139]: add placeholder styling via `bs-placeholder` class
128128
* [#1290]: auto close the menu if maxOptions is set to 1 (instead of leaving open)
129129
* [#1127], [#1016], [#1160], [#1269]: add 'auto' option for dropdownAlignRight
@@ -154,14 +154,14 @@
154154

155155
-------------------
156156

157-
### v1.10.0 (2016-02-17)
157+
# v1.10.0 (2016-02-17)
158158

159-
#### Bug Fixes
159+
### Bug Fixes
160160
* [#1268]: performance bug in clickListener
161161
* [#1273]: html5 validation message disappears in Chrome 47+
162162
* [#1295]: hide select by default (so there is no flash of unstyled content)
163163

164-
#### New Features
164+
### New Features
165165
* [#950]: add `.selectpicker('toggle')` method to allow menu to be open/closed programmatically
166166
* [#1272]: add showTick option
167167
* [#1284]: selectAll and deselectAll now trigger the `changed.bs.select` event
@@ -177,9 +177,9 @@ Add Lithuanian translations.
177177

178178
-------------------
179179

180-
### v1.9.4 (2016-01-18)
180+
# v1.9.4 (2016-01-18)
181181

182-
#### Bug fixes
182+
### Bug fixes
183183
* [#1250]: don't destroy original select when using `destroy` method
184184
* [#1230]: Optgroup label missing when first option is disabled and `hideDisabled` is true
185185

@@ -190,9 +190,9 @@ Add new translations.
190190

191191
-------------------
192192

193-
### v1.9.3 (2015-12-16)
193+
# v1.9.3 (2015-12-16)
194194

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

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

0 commit comments

Comments
 (0)