Skip to content

Commit 2511d8d

Browse files
committed
chore: bump version to 2.16.0 and update changelog
1 parent 0b52bd3 commit 2511d8d

File tree

2 files changed

+46
-3
lines changed

2 files changed

+46
-3
lines changed

CHANGELOG.md

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,49 @@
22

33
> All notable changes to this project will be documented in this file.
44
5+
<a name="2.16.0"></a>
6+
7+
## [2.16.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.15.0...v2.16.0) (2020-07-27)
8+
9+
Released: 2020-07-27
10+
11+
### Features v2.16.0
12+
13+
- **b-form-tags:** add `ignoreInputFocusSelector` prop to make input focus behavior configurable
14+
(closes [#5425](https://github.com/bootstrap-vue/bootstrap-vue/issues/5425))
15+
([#5429](https://github.com/bootstrap-vue/bootstrap-vue/issues/5429))
16+
([26d5953](https://github.com/bootstrap-vue/bootstrap-vue/commit/26d5953f834684d36b0af99da912dba08fd37bd8))
17+
- **docs:** launch themes page with first BootstrapVue theme
18+
([#5549](https://github.com/bootstrap-vue/bootstrap-vue/issues/5549))
19+
([ec51ef0](https://github.com/bootstrap-vue/bootstrap-vue/commit/ec51ef062f7ed39339cde59b2d9d4cee40347dcc))
20+
21+
### Bug Fixes v2.16.0
22+
23+
- properly handle special characters in user-provided IDs (closes
24+
[#4927](https://github.com/bootstrap-vue/bootstrap-vue/issues/4927),
25+
[#5561](https://github.com/bootstrap-vue/bootstrap-vue/issues/5561))
26+
([#5564](https://github.com/bootstrap-vue/bootstrap-vue/issues/5564))
27+
([1fabd68](https://github.com/bootstrap-vue/bootstrap-vue/commit/1fabd68bb44b28a9127810f35bd07e1fdf3d12ec))
28+
- **b-form-checkbox-group:** only emit `input` when value loosely changes
29+
([#5432](https://github.com/bootstrap-vue/bootstrap-vue/issues/5432))
30+
([e76d408](https://github.com/bootstrap-vue/bootstrap-vue/commit/e76d40874bd2a42126162101e94bb18e9042840b))
31+
- **b-form-tags:** unit test ([#5586](https://github.com/bootstrap-vue/bootstrap-vue/issues/5586))
32+
([f4d509a](https://github.com/bootstrap-vue/bootstrap-vue/commit/f4d509af647eaf87e2b635d08ff9431b25150650))
33+
- **b-icon:** use `aria-label` attribute instead of `alt`
34+
([#5581](https://github.com/bootstrap-vue/bootstrap-vue/issues/5581))
35+
([72a1363](https://github.com/bootstrap-vue/bootstrap-vue/commit/72a13635b94aedfab1fb6800f2a297fa306f63ef))
36+
- **b-img:** Allow empty `alt` prop (fixes
37+
[#5524](https://github.com/bootstrap-vue/bootstrap-vue/issues/5524))
38+
([#5545](https://github.com/bootstrap-vue/bootstrap-vue/issues/5545))
39+
([b22829d](https://github.com/bootstrap-vue/bootstrap-vue/commit/b22829d064b6e3820ef66168ec766a57520f31eb))
40+
- **b-table:** prevent endless reevaluation when using v-model and object/array literal prop values
41+
([#5554](https://github.com/bootstrap-vue/bootstrap-vue/issues/5554))
42+
([f127d91](https://github.com/bootstrap-vue/bootstrap-vue/commit/f127d916d1ddd3a3da37bcb081150f86b356a7a4))
43+
- **b-tags:** replace spacing utility with static CSS (fixes
44+
[#5523](https://github.com/bootstrap-vue/bootstrap-vue/issues/5523))
45+
([#5544](https://github.com/bootstrap-vue/bootstrap-vue/issues/5544))
46+
([e0de687](https://github.com/bootstrap-vue/bootstrap-vue/commit/e0de6871640db405e7b0bfa23f3c33f348894cea))
47+
548
<a name="2.15.0"></a>
649

750
## [v2.15.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.14.0...v2.15.0)
@@ -40,7 +83,7 @@ Released: 2020-05-22
4083

4184
### Bug Fixes v2.15.0
4285

43-
- **v-b-toggle:** don't check for evt.defaultPrevened (closes
86+
- **v-b-toggle:** don't check for evt.defaultPrevented (closes
4487
[#5391](https://github.com/bootstrap-vue/bootstrap-vue/issues/5391))
4588
([#5396](https://github.com/bootstrap-vue/bootstrap-vue/issues/5396))
4689
([a1543b2](https://github.com/bootstrap-vue/bootstrap-vue/commit/a1543b297040ea593306ec55d7de5f1e2e776bce))
@@ -333,7 +376,7 @@ Released: 2020-03-25
333376
[#4990](https://github.com/bootstrap-vue/bootstrap-vue/issues/4990))
334377
([#4991](https://github.com/bootstrap-vue/bootstrap-vue/issues/4991))
335378
([d1474f2](https://github.com/bootstrap-vue/bootstrap-vue/commit/d1474f28729e4e13ad97b75a87d56f85543d4c96))
336-
- **b-drodpown-item-button, b-drodpown-item-button:** add `button-class` and `link-class` prop
379+
- **b-dropdown-item-button, b-dropdown-item-button:** add `button-class` and `link-class` prop
337380
([#5014](https://github.com/bootstrap-vue/bootstrap-vue/issues/5014))
338381
([b39d31c](https://github.com/bootstrap-vue/bootstrap-vue/commit/b39d31cede76b594b5608fa472d53e3dac525e2b))
339382
- **b-form-datepicker, b-form-timepicker:** emit `shown` and `hidden` events

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-vue",
3-
"version": "2.15.0",
3+
"version": "2.16.0",
44
"description": "With more than 85 components, over 45 available plugins, several directives, and 1000+ icons, BootstrapVue provides one of the most comprehensive implementations of the Bootstrap v4 component and grid system available for Vue.js v2.6, complete with extensive and automated WAI-ARIA accessibility markup.",
55
"main": "dist/bootstrap-vue.common.js",
66
"web": "dist/bootstrap-vue.js",

0 commit comments

Comments
 (0)