Skip to content

Commit 7d8aa41

Browse files
authored
chore: bump version to v2.18.0 (#5924)
1 parent fc8c35b commit 7d8aa41

File tree

2 files changed

+41
-4
lines changed

2 files changed

+41
-4
lines changed

CHANGELOG.md

Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,54 @@ 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+
## [2.18.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.17.3...v2.18.0)
8+
9+
Released: 2020-10-19
10+
11+
### Features v2.18.0
12+
13+
- **b-calendar:** add `no-key-nav` property (closes
14+
[#5861](https://github.com/bootstrap-vue/bootstrap-vue/issues/5861))
15+
([#5883](https://github.com/bootstrap-vue/bootstrap-vue/issues/5883))
16+
([955ad63](https://github.com/bootstrap-vue/bootstrap-vue/commit/955ad631698f82a83de214ce9cd37271367d8c45))
17+
- update `core-js` to v3 ([#5894](https://github.com/bootstrap-vue/bootstrap-vue/issues/5894))
18+
([aeed981](https://github.com/bootstrap-vue/bootstrap-vue/commit/aeed9812afe770b6561c9513709e4be852250022))
19+
20+
### Bug Fixes v2.18.0
21+
22+
- **b-calendar:** month formatting for certain dates
23+
([#5911](https://github.com/bootstrap-vue/bootstrap-vue/issues/5911))
24+
([7de1844](https://github.com/bootstrap-vue/bootstrap-vue/commit/7de1844c6d5c0014d25c930527a7fc49a2b0cc25))
25+
- **b-card:** properly support header/footer with body image overlay
26+
([#5872](https://github.com/bootstrap-vue/bootstrap-vue/issues/5872))
27+
([bd8319d](https://github.com/bootstrap-vue/bootstrap-vue/commit/bd8319da8c6166f9fe3e64d9a3ac5c490c6b2f48))
28+
- **b-carousel:** fix glitching when switching slides fast (closes
29+
[#5810](https://github.com/bootstrap-vue/bootstrap-vue/issues/5810))
30+
([#5845](https://github.com/bootstrap-vue/bootstrap-vue/issues/5845))
31+
([761bc93](https://github.com/bootstrap-vue/bootstrap-vue/commit/761bc9381ba24aed751726c8213651e2014aa746))
32+
- **b-link:** `href` handling inconsistencies to `<router-link>` (closes
33+
[#5820](https://github.com/bootstrap-vue/bootstrap-vue/issues/5820))
34+
([#5876](https://github.com/bootstrap-vue/bootstrap-vue/issues/5876))
35+
([daea0e5](https://github.com/bootstrap-vue/bootstrap-vue/commit/daea0e5c638de9ec45d39af5aa1e9f8a9e455422))
36+
- **b-skeleton:** animation overflow issue for Safari
37+
([#5863](https://github.com/bootstrap-vue/bootstrap-vue/issues/5863))
38+
([bfd4f96](https://github.com/bootstrap-vue/bootstrap-vue/commit/bfd4f960d7056edcd2ccb1ae3930639d543d8b34))
39+
- **v-tooltip, v-popover:** render data-\* attributes on root components (closes
40+
[#5836](https://github.com/bootstrap-vue/bootstrap-vue/issues/5836))
41+
([#5882](https://github.com/bootstrap-vue/bootstrap-vue/issues/5882))
42+
([f6b51e0](https://github.com/bootstrap-vue/bootstrap-vue/commit/f6b51e04f074e45e98650034e88c2b5629ad25f6))
43+
744
<a name="2.17.3"></a>
845

9-
### [v2.17.3](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.17.2...v2.17.3)
46+
## [v2.17.3](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.17.2...v2.17.3)
1047

1148
Released: 2020-09-18
1249

1350
- No changes to v2.17.2.
1451

1552
<a name="2.17.2"></a>
1653

17-
### [v2.17.2](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.17.1...v2.17.2)
54+
## [v2.17.2](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.17.1...v2.17.2)
1855

1956
Released: 2020-09-18
2057

@@ -33,7 +70,7 @@ Released: 2020-09-18
3370

3471
<a name="2.17.1"></a>
3572

36-
### [v2.17.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.17.0...v2.17.1)
73+
## [v2.17.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.17.0...v2.17.1)
3774

3875
Released: 2020-09-16
3976

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.17.3",
3+
"version": "2.18.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)