Skip to content

Commit 7f21272

Browse files
authored
chore: bump version to v2.21.0 (#6195)
* chore: bump version to v2.21.0 * Update CHANGELOG.md
1 parent abddd0f commit 7f21272

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,56 @@ 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.0"></a>
8+
9+
## [v2.21.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.20.1...v2.21.0)
10+
11+
Released: 2020-12-14
12+
13+
### Features v2.21.0
14+
15+
- **b-form-group:** add `content-cols` props and scoped `default` slot (closes
16+
[#6095](https://github.com/bootstrap-vue/bootstrap-vue/issues/6095),
17+
[#6118](https://github.com/bootstrap-vue/bootstrap-vue/issues/6118))
18+
([#6178](https://github.com/bootstrap-vue/bootstrap-vue/issues/6178))
19+
([fab6dc5](https://github.com/bootstrap-vue/bootstrap-vue/commit/fab6dc57e974f14b7fb50f6f413f3fa9a4504290))
20+
- **b-form-tags:** add `no-tags-remove` prop (closes
21+
[#6162](https://github.com/bootstrap-vue/bootstrap-vue/issues/6162))
22+
([#6163](https://github.com/bootstrap-vue/bootstrap-vue/issues/6163))
23+
([92de1f9](https://github.com/bootstrap-vue/bootstrap-vue/commit/92de1f9f7772c595afcd16d25d8f71b54a2e077b))
24+
- **b-sidebar:** add `header` slot
25+
([#6179](https://github.com/bootstrap-vue/bootstrap-vue/issues/6179))
26+
([341b7f0](https://github.com/bootstrap-vue/bootstrap-vue/commit/341b7f07943d6079d2bf5d6ab88bbcc50f91d0c5))
27+
- **refactor:** code enhancements for easier Vue 3 migration (closes
28+
[#6124](https://github.com/bootstrap-vue/bootstrap-vue/issues/6124),
29+
[#6139](https://github.com/bootstrap-vue/bootstrap-vue/issues/6139))
30+
([#6141](https://github.com/bootstrap-vue/bootstrap-vue/issues/6141))
31+
([5bf6733](https://github.com/bootstrap-vue/bootstrap-vue/commit/5bf6733595091cc204d3acc0641f8f0301bcbe9c))
32+
- **icons:** update Bootstrap Icons to v1.2.1
33+
([#6194](https://github.com/bootstrap-vue/bootstrap-vue/issues/6194))
34+
([799e272](https://github.com/bootstrap-vue/bootstrap-vue/commit/799e272d5ae5c19425c4c912a72becfaafaac447))
35+
- **icons:** update Bootstrap Icons to v1.2.0
36+
([#6180](https://github.com/bootstrap-vue/bootstrap-vue/issues/6180))
37+
([00682e5](https://github.com/bootstrap-vue/bootstrap-vue/commit/00682e549e1a104156e3f701e2e6e6cffd13cb70))
38+
39+
### Bug Fixes v2.21.0
40+
41+
- **b-form-datepicker:** `valueAsDate` prop handling
42+
([#6159](https://github.com/bootstrap-vue/bootstrap-vue/issues/6159))
43+
([5cb8e0c](https://github.com/bootstrap-vue/bootstrap-vue/commit/5cb8e0c474ab750868379b4293d0eb5d52f5dd85))
44+
- **b-form-datepicker/b-form-timepicker:** label styles when in `button-only` mode (closes
45+
[#6172](https://github.com/bootstrap-vue/bootstrap-vue/issues/6172))
46+
([#6186](https://github.com/bootstrap-vue/bootstrap-vue/issues/6186))
47+
([e8842ba](https://github.com/bootstrap-vue/bootstrap-vue/commit/e8842bae98e83d16f3429b37f219ae61890a5c38))
48+
- **b-tabs:** cleanup rendering logic
49+
([#6154](https://github.com/bootstrap-vue/bootstrap-vue/issues/6154))
50+
([8aeb9e9](https://github.com/bootstrap-vue/bootstrap-vue/commit/8aeb9e941e84ec45a3415ab7238729458f56e427))
51+
- **table:** default sort compare logic for date strings
52+
([#6153](https://github.com/bootstrap-vue/bootstrap-vue/issues/6153))
53+
([3696a1f](https://github.com/bootstrap-vue/bootstrap-vue/commit/3696a1f888f2462a428431a593e235fd89bf54d4))
54+
- **table:** use original value for fallback when number parsing fails in `defaultSortCompare()`
55+
([c375ce9](https://github.com/bootstrap-vue/bootstrap-vue/commit/c375ce9093ed91060b4ab199ad771dd667a68589))
56+
757
<a name="2.20.1"></a>
858

959
## [v2.20.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.20.0...v2.20.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.20.1",
3+
"version": "2.21.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)