Skip to content

Commit 9313a05

Browse files
authored
chore: bump version and update changelog (#4793)
1 parent 39829be commit 9313a05

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,42 @@
44
> [standard-version](https://github.com/conventional-changelog/standard-version) for commit
55
> guidelines.
66
7+
<a name="2.5.0"></a>
8+
9+
## [v2.5.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.4.2...v2.5.0)
10+
11+
Released: 2020-02-18
12+
13+
### Features v2.5.0
14+
15+
- **b-calendar, b-form-datepicker:** new components `b-calendar` and `b-form-datepicker` (closes
16+
[#3676](https://github.com/bootstrap-vue/bootstrap-vue/issues/3676),
17+
[#1428](https://github.com/bootstrap-vue/bootstrap-vue/issues/1428))
18+
([#4712](https://github.com/bootstrap-vue/bootstrap-vue/issues/4712))
19+
([af0ded0](https://github.com/bootstrap-vue/bootstrap-vue/commit/af0ded0a3bdc9d69653e9c55f874d550e4909662))
20+
- **b-form-spinbutton:** new form control component `b-form-spinbutton`
21+
([#4744](https://github.com/bootstrap-vue/bootstrap-vue/issues/4744))
22+
([da5e473](https://github.com/bootstrap-vue/bootstrap-vue/commit/da5e473bee8866f2940e027e5e7e87e3a2ff8f11))
23+
- **v-b-hover:** new directive for reacting to hover changes
24+
([#4771](https://github.com/bootstrap-vue/bootstrap-vue/issues/4771))
25+
([b7adc6d](https://github.com/bootstrap-vue/bootstrap-vue/commit/b7adc6dc726f75c0578b3de5208f112bef58b4ad))
26+
27+
### Bug Fixes v2.5.0
28+
29+
- **b-form-tags:** improve accessibility for screen reader users
30+
([#4775](https://github.com/bootstrap-vue/bootstrap-vue/issues/4775))
31+
([2328630](https://github.com/bootstrap-vue/bootstrap-vue/commit/2328630542defc395912165a964a95107f8a4ba9))
32+
- **b-modal:** additional fixes for show transition behaviour (closes
33+
[#4761](https://github.com/bootstrap-vue/bootstrap-vue/issues/4761))
34+
([#4777](https://github.com/bootstrap-vue/bootstrap-vue/issues/4777))
35+
([1113c6f](https://github.com/bootstrap-vue/bootstrap-vue/commit/1113c6f951d86b7e6e6ba2161f935d2b6e0b5ce8))
36+
37+
### Other v2.5.0
38+
39+
- documentation updates
40+
- documentation accessibility improvements
41+
- dev dependency updates
42+
743
<a name="2.4.2"></a>
844

945
## [v2.4.2](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.4.1...v2.4.2)

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.4.2",
3+
"version": "2.5.0",
44
"description": "BootstrapVue, with over 40 plugins and more than 80 custom components, custom directives, and over 300 icons, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. 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)