8000 chore: bump version to v2.19.0 · bootstrap-vue/bootstrap-vue@30429f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 30429f8

Browse files
committed
chore: bump version to v2.19.0
1 parent 7ea0cc4 commit 30429f8

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,48 @@ All notable changes to this project will be documented in this file. See
44
[standard-version](https://github.com/conventional-changelog/standard-version) for commit
55
guidelines.
66

7+
<a name="2.19.0"></a>
8+
9+
## [v2.19.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.18.1...v2.19.0)
10+
11+
Released: 2020-11-08
12+
13+
### Features v2.19.0
14+
15+
- **b-media:** improve aside right handling
16+
([#5965](https://github.com/bootstrap-vue/bootstrap-vue/issues/5965))
17+
([49a3f00](https://github.com/bootstrap-vue/bootstrap-vue/commit/49a3f00420bf9958deda3a6be0ccb76cc3ea06ba))
18+
- **config:** improved defaults handling (closes
19+
[#4507](https://github.com/bootstrap-vue/bootstrap-vue/issues/4507),
20+
[#5138](https://github.com/bootstrap-vue/bootstrap-vue/issues/5138),
21+
[#5291](https://github.com/bootstrap-vue/bootstrap-vue/issues/5291),
22+
[#5459](https://github.com/bootstrap-vue/bootstrap-vue/issues/5459),
23+
[#5958](https://github.com/bootstrap-vue/bootstrap-vue/issues/5958))
24+
([#5981](https://github.com/bootstrap-vue/bootstrap-vue/issues/5981))
25+
([7ea0cc4](https://github.com/bootstrap-vue/bootstrap-vue/commit/7ea0cc4a16d27b179eca47d351eaa9fe6fdfd56e))
26+
27+
### Bug Fixes v2.19.0
28+
29+
- **b-avatar:** badge `z-index` handling
30+
([#5975](https://github.com/bootstrap-vue/bootstrap-vue/issues/5975))
31+
([ecb33bd](https://github.com/bootstrap-vue/bootstrap-vue/commit/ecb33bdb510832096bc5a5196a11c97388bf6411))
32+
- **b-avatar:** prevent avatar from being squished
33+
([#5963](https://github.com/bootstrap-vue/bootstrap-vue/issues/5963))
34+
([b3946ed](https://github.com/bootstrap-vue/bootstrap-vue/commit/b3946ed7a7b327fb7c66b44caaf122460fc24005)),
35+
closes [#5962](https://github.com/bootstrap-vue/bootstrap-vue/issues/5962)
36+
- **b-dropdown:** click handling on close (closes
37+
[#5982](https://github.com/bootstrap-vue/bootstrap-vue/issues/5982))
38+
([#6009](https://github.com/bootstrap-vue/bootstrap-vue/issues/6009))
39+
([cf7a1cb](https://github.com/bootstrap-vue/bootstrap-vue/commit/cf7a1cb017e2263939a64e300abbbbac35c121d4))
40+
- **b-form-checkbox/b-form-radio:** `change` event timing
41+
([#6008](https://github.com/bootstrap-vue/bootstrap-vue/issues/6008))
42+
([37ec7e9](https://github.com/bootstrap-vue/bootstrap-vue/commit/37ec7e9991b66af51ff81420da8eb88928615f9d))
43+
- **b-form-group:** accessibility when `label-for` prop not set
44+
([#6006](https://github.com/bootstrap-vue/bootstrap-vue/issues/6006))
45+
([16f777b](https://github.com/bootstrap-vue/bootstrap-vue/commit/16f777b14bdcf9ebb6fae0325d355c7f5272bd98))
46+
47+
<a name="2.18.1"></a>
48+
749
## [v2.18.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.18.0...v2.18.1)
850

951
Released: 2020-10-21
@@ -22,6 +64,8 @@ Released: 2020-10-21
2264
([#5934](https://github.com/bootstrap-vue/bootstrap-vue/issues/5934))
2365
([8a367b6](https://github.com/bootstrap-vue/bootstrap-vue/commit/8a367b6296b0aa9700f67633fd60fb351e2f7373))
2466

67+
<a name="2.18.0"></a>
68+
2569
## [v2.18.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.17.3...v2.18.0)
2670

2771
Released: 2020-10-19

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.18.1",
3+
"version": "2.19.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)
0