Skip to content

Commit ac554ac

Browse files
authored
chore: bump version and update changelog (#5260)
1 parent 8138ada commit ac554ac

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,60 @@
22

33
> All notable changes to this project will be documented in this file.
44
5+
<a name="2.13.0"></a>
6+
7+
## [v2.13.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.12.0...v2.13.0)
8+
9+
Released: 2020-04-27
10+
11+
### Features v2.13.0
12+
13+
- **b-calendar, b-form-datepicker:** relax `YYYY-MM-DD` string parsing (closes
14+
[#5232](https://github.com/bootstrap-vue/bootstrap-vue/issues/5232))
15+
([#5242](https://github.com/bootstrap-vue/bootstrap-vue/issues/5242))
16+
([f362802](https://github.com/bootstrap-vue/bootstrap-vue/commit/f362802b2794f0e5d294bbb004d91ccd623a1e25))
17+
- **b-form-rating:** add `show-value-max` prop to show possible max rating when `show-value` is
18+
`true` ([#5200](https://github.com/bootstrap-vue/bootstrap-vue/issues/5200))
19+
([e9d54e6](https://github.com/bootstrap-vue/bootstrap-vue/commit/e9d54e6c6a736b2a4f9dbf232dd2b20afa0e990c))
20+
- **b-overlay:** add support for overlay `click` event (closes
21+
[#5243](https://github.com/bootstrap-vue/bootstrap-vue/issues/5243))
22+
([#5248](https://github.com/bootstrap-vue/bootstrap-vue/issues/5248))
23+
([582560f](https://github.com/bootstrap-vue/bootstrap-vue/commit/582560ff97690ab1e5c1f609d76804b7b3daa104))
24+
25+
### Bug Fixes v2.13.0
26+
27+
- **b-avatar:** set `align-items: center` for default slot content (fixes:
28+
[#5205](https://github.com/bootstrap-vue/bootstrap-vue/issues/5205))
29+
([#5207](https://github.com/bootstrap-vue/bootstrap-vue/issues/5207))
30+
([c4981fd](https://github.com/bootstrap-vue/bootstrap-vue/commit/c4981fd098253840a37e731331de65b0e732fc79))
31+
- **b-calendar, b-form-datepicker:** minor adjustments to styling and example updates
32+
([#5211](https://github.com/bootstrap-vue/bootstrap-vue/issues/5211))
33+
([f0d8ffe](https://github.com/bootstrap-vue/bootstrap-vue/commit/f0d8ffe4253079939008108fe86529a2f69553f1))
34+
- **b-form-datepicker, b-form-timepicker:** fix menu padding in button only mode (fixes
35+
[#5251](https://github.com/bootstrap-vue/bootstrap-vue/issues/5251))
36+
([#5252](https://github.com/bootstrap-vue/bootstrap-vue/issues/5252))
37+
([d57a643](https://github.com/bootstrap-vue/bootstrap-vue/commit/d57a643f0c6b5e805a42a3387fb0db4443bfc01f))
38+
- **b-form-datepicker, b-form-timepicker:** adjust scss to support input-groups
39+
([#5231](https://github.com/bootstrap-vue/bootstrap-vue/issues/5231))
40+
([7b1adc4](https://github.com/bootstrap-vue/bootstrap-vue/commit/7b1adc460f11c2ee54466fe0d204579f3f6f1bd2))
41+
- **b-form-datepicker, b-form-timepicker:** prevent duplicate validation icons (fixes
42+
[#5237](https://github.com/bootstrap-vue/bootstrap-vue/issues/5237))
43+
([#5238](https://github.com/bootstrap-vue/bootstrap-vue/issues/5238))
44+
([6354e6e](https://github.com/bootstrap-vue/bootstrap-vue/commit/6354e6eb90b93e668c2794b3b4c2117a7cfc0ab0))
45+
- **types:** update table field definition types to include sticky column (fixes
46+
[#5263](https://github.com/bootstrap-vue/bootstrap-vue/issues/5263))
47+
([#5265](https://github.com/bootstrap-vue/bootstrap-vue/issues/5265))
48+
([20eb3ac](https://github.com/bootstrap-vue/bootstrap-vue/commit/20eb3ac9e22ddbcc41d1f1aa923871007abe0dc0))
49+
- handle nested form options normalization
50+
([#5247](https://github.com/bootstrap-vue/bootstrap-vue/issues/5247))
51+
([0c57ffe](https://github.com/bootstrap-vue/bootstrap-vue/commit/0c57ffe31c946475498fa3554b8b4aba4e9d19df))
52+
53+
### Other v2.13.0
54+
55+
- dev dependencies updates
56+
- documentation updates
57+
- new docs domain [`https://bootstrap-vue.org/`](https://bootstrap-vue.org/)
58+
559
<a name="2.12.0"></a>
660

761
## [v2.12.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.11.0...v2.12.0)

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.12.0",
3+
"version": "2.13.0",
44
"description": "BootstrapVue, with more than 85 custom components, over 45 plugins, several 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)