🌐 AI搜索 & 代理 主页
Skip to content

Commit 0fe1895

Browse files
committed
chore: bump version to v2.21.0
1 parent abddd0f commit 0fe1895

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,50 @@ 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+
33+
### Bug Fixes v2.21.0
34+
35+
- **b-form-datepicker:** `valueAsDate` prop handling
36+
([#6159](https://github.com/bootstrap-vue/bootstrap-vue/issues/6159))
37+
([5cb8e0c](https://github.com/bootstrap-vue/bootstrap-vue/commit/5cb8e0c474ab750868379b4293d0eb5d52f5dd85))
38+
- **b-form-datepicker/b-form-timepicker:** label styles when in `button-only` mode (closes
39+
[#6172](https://github.com/bootstrap-vue/bootstrap-vue/issues/6172))
40+
([#6186](https://github.com/bootstrap-vue/bootstrap-vue/issues/6186))
41+
([e8842ba](https://github.com/bootstrap-vue/bootstrap-vue/commit/e8842bae98e83d16f3429b37f219ae61890a5c38))
42+
- **b-tabs:** cleanup rendering logic
43+
([#6154](https://github.com/bootstrap-vue/bootstrap-vue/issues/6154))
44+
([8aeb9e9](https://github.com/bootstrap-vue/bootstrap-vue/commit/8aeb9e941e84ec45a3415ab7238729458f56e427))
45+
- **table:** default sort compare logic for date strings
46+
([#6153](https://github.com/bootstrap-vue/bootstrap-vue/issues/6153))
47+
([3696a1f](https://github.com/bootstrap-vue/bootstrap-vue/commit/3696a1f888f2462a428431a593e235fd89bf54d4))
48+
- **table:** use original value for fallback when number parsing fails in `defaultSortCompare()`
49+
([c375ce9](https://github.com/bootstrap-vue/bootstrap-vue/commit/c375ce9093ed91060b4ab199ad771dd667a68589))
50+
751
<a name="2.20.1"></a>
852

953
## [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)