Skip to content

Commit bb8ed11

Browse files
authored
chore: bump version and update changelog (bootstrap-vue#5349)
1 parent 0c2b406 commit bb8ed11

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

33
> All notable changes to this project will be documented in this file.
44
5+
<a name="2.14.0"></a>
6+
7+
## [v2.14.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.13.1...v2.14.0)
8+
9+
Released: 2020-05-12
10+
11+
### Features v2.14.0
12+
13+
- **b-avatar-group:** new helper component `<b-avatar-group>`
14+
([#5272](https://github.com/bootstrap-vue/bootstrap-vue/issues/5272))
15+
([c84faae](https://github.com/bootstrap-vue/bootstrap-vue/commit/c84faaebe18bbf652583d6c302447e931a4ab741))
16+
- **b-nav-item-dropdown:** improve default handling of dropdown toggle link (closes
17+
[#3942](https://github.com/bootstrap-vue/bootstrap-vue/issues/3942))
18+
([#5344](https://github.com/bootstrap-vue/bootstrap-vue/issues/5344))
19+
([62c6105](https://github.com/bootstrap-vue/bootstrap-vue/commit/62c6105e25bc4590f9e2fa92069b77ccbc17fac6))
20+
- **v-b-toggle:** support specifying target ID via directive argument, and array of target IDs via
21+
directive value (closes [#4834](https://github.com/bootstrap-vue/bootstrap-vue/issues/4834))
22+
([#5336](https://github.com/bootstrap-vue/bootstrap-vue/issues/5336))
23+
([260ef72](https://github.com/bootstrap-vue/bootstrap-vue/commit/260ef7259e46d343823767374322db0ae3a74803))
24+
25+
### Bug Fixes v2.14.0
26+
27+
- **b-modal:** remove `role="document"` from `.modal-content`
28+
([#5345](https://github.com/bootstrap-vue/bootstrap-vue/issues/5345))
29+
([0c2b406](https://github.com/bootstrap-vue/bootstrap-vue/commit/0c2b406e8dadc274e8433d3a4c414e799d0fa228))
30+
- **perf:** avoid useless re-renders of component on parent update
31+
([#4825](https://github.com/bootstrap-vue/bootstrap-vue/issues/4825))
32+
([2cb3fe0](https://github.com/bootstrap-vue/bootstrap-vue/commit/2cb3fe0fa822a8284e023ccf71f8e451f124016a))
33+
34+
### Other v2.14.0
35+
36+
- dev dependency upgrades
37+
- docs updates
38+
- upgrade to vue test utils 1.0.x
39+
540
<a name="2.13.1"></a>
641

742
## [v2.13.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.13.0...v2.13.1)

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.13.1",
3+
"version": "2.14.0",
44
"description": "BootstrapVue, with more than 85 custom components, over 45 plugins, several custom directives, and over 300 icons, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. 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)