Skip to content

Commit bd5a3d7

Browse files
authored
chore: bump version to 2.15.0 and update changelog (bootstrap-vue#5428)
1 parent a8ab65e commit bd5a3d7

File tree

2 files changed

+58
-2
lines changed

2 files changed

+58
-2
lines changed

CHANGELOG.md

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

33
> All notable changes to this project will be documented in this file.
44
5+
<a name="2.15.0"></a>
6+
7+
## [v2.15.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.14.0...v2.15.0)
8+
9+
Released: 2020-05-22
10+
11+
### Features v2.15.0
12+
13+
- **css:** update Bootstrap to v4.5.0
14+
([#5395](https://github.com/bootstrap-vue/bootstrap-vue/issues/5395))
15+
([ba7a55e](https://github.com/bootstrap-vue/bootstrap-vue/commit/ba7a55ea094049fd1e3ae492a5a95196252b1da9))
16+
- **icons:** upgrade to Bootstrap Icons 1.0.0-alpha4
17+
([#5420](https://github.com/bootstrap-vue/bootstrap-vue/issues/5420))
18+
([3208309](https://github.com/bootstrap-vue/bootstrap-vue/commit/3208309c649b4cce73c68643d7c911237a713ebc))
19+
- **b-sidebar:** add prop `backdrop-variant`
20+
([#5411](https://github.com/bootstrap-vue/bootstrap-vue/issues/5411))
21+
([4b0c163](https://github.com/bootstrap-vue/bootstrap-vue/commit/4b0c163156b6ac5be6c1b0a2801d7c169c87cb49))
22+
- **b-link:** add support 3rd party router links such as Gridsome's `<g-link>` (closes
23+
[#2627](https://github.com/bootstrap-vue/bootstrap-vue/issues/2627))
24+
([#5358](https://github.com/bootstrap-vue/bootstrap-vue/issues/5358))
25+
([6d29e1c](https://github.com/bootstrap-vue/bootstrap-vue/commit/6d29e1cff6c4fd42b3f60f86bd017d8601de3956))
26+
- **b-navbar-toggle:** add `disabled` prop
27+
([#5397](https://github.com/bootstrap-vue/bootstrap-vue/issues/5397))
28+
([0b7082b](https://github.com/bootstrap-vue/bootstrap-vue/commit/0b7082b792ee49847ba7c99c61758c0d9fd6d222))
29+
- **v-b-toggle:** check for target ID via `href` if a link
30+
([#5398](https://github.com/bootstrap-vue/bootstrap-vue/issues/5398))
31+
([33e39b0](https://github.com/bootstrap-vue/bootstrap-vue/commit/33e39b007225ba86a0c84a66e3ee60b9d2f01fed))
32+
- **types:** create declarations for `<b-calendar>` and `<b-time>` context event objects (closes
33+
[#5366](https://github.com/bootstrap-vue/bootstrap-vue/issues/5366))
34+
([#5374](https://github.com/bootstrap-vue/bootstrap-vue/issues/5374))
35+
([8f3ca30](https://github.com/bootstrap-vue/bootstrap-vue/commit/8f3ca30e4d51b5e97f9c4f301c31254a8b060980))
36+
- support `<nuxt-link>`'s `prefetch` property (closes
37+
[#5125](https://github.com/bootstrap-vue/bootstrap-vue/issues/5125))
38+
([#5355](https://github.com/bootstrap-vue/bootstrap-vue/issues/5355))
39+
([b9416cb](https://github.com/bootstrap-vue/bootstrap-vue/commit/b9416cb3824d680e297347af61a934b1536224de))
40+
41+
### Bug Fixes v2.15.0
42+
43+
- **v-b-toggle:** don't check for evt.defaultPrevened (closes
44+
[#5391](https://github.com/bootstrap-vue/bootstrap-vue/issues/5391))
45+
([#5396](https://github.com/bootstrap-vue/bootstrap-vue/issues/5396))
46+
([a1543b2](https://github.com/bootstrap-vue/bootstrap-vue/commit/a1543b297040ea593306ec55d7de5f1e2e776bce))
47+
- **b-link:** default new `<nuxt-link>` prop `prefetch` to `null` for true tri-state prop
48+
([#5357](https://github.com/bootstrap-vue/bootstrap-vue/issues/5357))
49+
([3f41c91](https://github.com/bootstrap-vue/bootstrap-vue/commit/3f41c91961c29988ba13ca11f4dc8f81810e761f))
50+
- ensure all intervals/timeouts/observers are cleared when component is destroyed
51+
([#5362](https://github.com/bootstrap-vue/bootstrap-vue/issues/5362))
52+
([064cdf4](https://github.com/bootstrap-vue/bootstrap-vue/commit/064cdf4f7e7c6b779c1bd689a6d300efdf81bc0d))
53+
- properly handle HTML props render order (closes
54+
[#5363](https://github.com/bootstrap-vue/bootstrap-vue/issues/5363))
55+
([#5365](https://github.com/bootstrap-vue/bootstrap-vue/issues/5365))
56+
([844ecda](https://github.com/bootstrap-vue/bootstrap-vue/commit/844ecda654a2db50d9b84c193f1ab031e291d024))
57+
- fix docs CodeSandbox integration
58+
([#5381](https://github.com/bootstrap-vue/bootstrap-vue/issues/5381))
59+
([a948846](https://github.com/bootstrap-vue/bootstrap-vue/commit/a948846400c37fca0fa3ed673b1c4684fc6f69e1))
60+
561
<a name="2.14.0"></a>
662

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bootstrap-vue",
3-
"version": "2.14.0",
4-
"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.",
3+
"version": "2.15.0",
4+
"description": "BootstrapVue, with more than 85 custom components, over 45 plugins, several custom directives, and over 670 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",
77
"module": "esm/index.js",

0 commit comments

Comments
 (0)