8000 chore: bump version to v2.21.2 (#6276) · bootstrap-vue/bootstrap-vue@643a9f9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 643a9f9

Browse files
authored
chore: bump version to v2.21.2 (#6276)
1 parent 5977bb3 commit 643a9f9

File tree

5 files changed

+37
-4
lines changed

5 files changed

+37
-4
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,39 @@ 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.21.2"></a>
8+
9+
### [v2.21.2](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.21.1...v2.21.2)
10+
11+
Released: 2021-01-01
12+
13+
### Bug Fixes v2.21.2
14+
15+
- **b-dropdown:** only apply `heading` role to header when not a `header` tag
16+
([#6274](https://github.com/bootstrap-vue/bootstrap-vue/issues/6274))
17+
([bd67da0](https://github.com/bootstrap-vue/bootstrap-vue/commit/bd67da0c40744e6b245a4e514e2319ca7bfafe2d))
18+
- **b-table:** allow `responsive` and `stacked` props together
19+
([#6266](https://github.com/bootstrap-vue/bootstrap-vue/issues/6266))
20+
([fa977a8](https://github.com/bootstrap-vue/bootstrap-vue/commit/fa977a83cf21dd118e30f81aacf80d1c25b5c484))
21+
- clean up props inheritance ([#6265](https://github.com/bootstrap-vue/bootstrap-vue/issues/6265))
22+
([79784ae](https://github.com/bootstrap-vue/bootstrap-vue/commit/79784ae6e03f90ee14ce90f8f5e02d0249eb5c4a))
23+
- **b-form-datepicker/b-form-timepicker:** control size
24+
([#6249](https://github.com/bootstrap-vue/bootstrap-vue/issues/6249))
25+
([f2ffbeb](https://github.com/bootstrap-vue/bootstrap-vue/commit/f2ffbeb85a71f0e3ac5c6ea55622771357c703e1))
26+
- **b-icon:** title render handling
27+
([#6233](https://github.com/bootstrap-vue/bootstrap-vue/issues/6233))
28+
([b025047](https://github.com/bootstrap-vue/bootstrap-vue/commit/b0250477e6b4228f1f228c2776c8c211d8a57f00))
29+
- **b-sidebar:** make sure to not exceed 100% in height (closes
30+
[#6176](https://github.com/bootstrap-vue/bootstrap-vue/issues/6176))
31+
([#6234](https://github.com/bootstrap-vue/bootstrap-vue/issues/6234))
32+
([782e11d](https://github.com/bootstrap-vue/bootstrap-vue/commit/782e11dedf8ed9f362a1c44772d660adf24975a5))
33+
- **b-table:** only set `aria-describedby` when caption really exists
34+
([#6251](https://github.com/bootstrap-vue/bootstrap-vue/issues/6251))
35+
([b980017](https://github.com/bootstrap-vue/bootstrap-vue/commit/b980017139613db5d7c8df4293a4d80673c9e646))
36+
- environment detection based on `userAgent`
37+
([#6226](https://github.com/bootstrap-vue/bootstrap-vue/issues/6226))
38+
([cdfd16c](https://github.com/bootstrap-vue/bootstrap-vue/commit/cdfd16c32296072e49596a8acf722c77709f1b93))
39+
740
<a name="2.21.1"></a>
841

942
## [v2.21.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.21.0...v2.21.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.21.1",
3+
"version": "2.21.2",
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",

src/icons/icons.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// --- BEGIN AUTO-GENERATED FILE ---
22
//
33
// @IconsVersion: 1.2.2
4-
// @Generated: 2020-12-23T22:50:09.662Z
4+
// @Generated: 2021-01-01T00:29:10.157Z
55
//
66
// This file is generated on each build. Do not edit this file!
77

src/icons/icons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// --- BEGIN AUTO-GENERATED FILE ---
22
//
33
// @IconsVersion: 1.2.2
4-
// @Generated: 2020-12-23T22:50:09.662Z
4+
// @Generated: 2021-01-01T00:29:10.157Z
55
//
66
// This file is generated on each build. Do not edit this file!
77

src/icons/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// --- BEGIN AUTO-GENERATED FILE ---
22
//
33
// @IconsVersion: 1.2.2
4-
// @Generated: 2020-12-23T22:50:09.662Z
4+
// @Generated: 2021-01-01T00:29:10.157Z
55
//
66
// This file is generated on each build. Do not edit this file!
77

0 commit comments

Comments
 (0)
0