8000 chore: bump version and update changelog (#5113) · bootstrap-vue/bootstrap-vue@d30c8b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit d30c8b0

Browse files
authored
chore: bump version and update changelog (#5113)
1 parent e76c01a commit d30c8b0

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
@@ -2,6 +2,42 @@
22

33
> All notable changes to this project will be documented in this file.
44
5+
<a name="2.11.0"></a>
6+
7+
## [v2.11.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.10.1...v2.11.0)
8+
9+
Released: 2020-04-07
10+
11+
### Features v2.11.0
12+
13+
- **b-avatar:** if image `src` fails to load, then show icon, text or fallback icon
14+
([#5079](https://github.com/bootstrap-vue/bootstrap-vue/issues/5079))
15+
([ed6704d](https://github.com/bootstrap-vue/bootstrap-vue/commit/ed6704d0971ade485393b7f711f05d93ca42ebc3))
16+
- **b-calendar, b-form-datepicker:** add optional decade navigation buttons (addresses
17+
[#4976](https://github.com/bootstrap-vue/bootstrap-vue/issues/4976))
18+
([#5112](https://github.com/bootstrap-vue/bootstrap-vue/issues/5112))
19+
([b1f74a8](https://github.com/bootstrap-vue/bootstrap-vue/commit/b1f74a84f4021022e606360ee6824c6645b6fbd0))
20+
21+
### Bug Fixes v2.11.0
22+
23+
- **b-calendar, b-form-datepicker:** handle keyboard navigation when selected date is out of range
24+
(fixes [#5057](https://github.com/bootstrap-vue/bootstrap-vue/issues/5057))
25+
([#5108](https://github.com/bootstrap-vue/bootstrap-vue/issues/5108))
26+
([6ed09f4](https://github.com/bootstrap-vue/bootstrap-vue/commit/6ed09f40ae1594c7ad96dedc8c3d7c2a54d4d9c7))
27+
- **b-link:** don't render `target` or `rel` attrs when `router-tag` other than `a` or `area`
28+
provided ([#5107](https://github.com/bootstrap-vue/bootstrap-vue/issues/5107))
29+
([33c6cef](https://github.com/bootstrap-vue/bootstrap-vue/commit/33c6cefc2f46ab8110e39f110d984f230d525c86))
30+
- **tooltip, popover:** handle `'click blur'` trigger on iOS webkit browsers (fixes
31+
[#5099](https://github.com/bootstrap-vue/bootstrap-vue/issues/5099))
32+
([#5103](https://github.com/bootstrap-vue/bootstrap-vue/issues/5103))
33+
([27da76c](https://github.com/bootstrap-vue/bootstrap-vue/commit/27da76cdc70449b0564e31f5733df97d758652ea))
34+
35+
### Other v2.11.0
36+
37+
- additional unit testing
38+
- dev dependencies updates
39+
- minor documentation updates
40+
541
<a name="2.10.1"></a>
642

743
## [v2.10.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.10.0...v2.10.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.10.1",
3+
"version": "2.11.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)
0