From aa2cc3adecd688b14b029bc43617a15b5be7f72a Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Mon, 6 Apr 2020 22:39:47 -0300 Subject: [PATCH 1/3] chore: bump version and update changelog --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e8c7140c8a..f4252eba7c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue", - "version": "2.10.1", + "version": "2.11.0", "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.", "main": "dist/bootstrap-vue.common.js", "web": "dist/bootstrap-vue.js", From 795527ec58a703fc51cc50a71515f1b7626f7410 Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Tue, 7 Apr 2020 13:13:55 -0300 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12fcee6dda5..3117cf07f85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,42 @@ > All notable changes to this project will be documented in this file. + + +## [v2.11.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.10.1...v2.11.0) + +Released: 2020-04-07 + +### Features v2.11.0 + +- **b-avatar:** if img `src` fails to load, then show icon, text or fallback icon + ([#5079](https://github.com/bootstrap-vue/bootstrap-vue/issues/5079)) + ([ed6704d](https://github.com/bootstrap-vue/bootstrap-vue/commit/ed6704d0971ade485393b7f711f05d93ca42ebc3)) +- **b-calendar, b-form-datepicker:** add optional decade navigation buttons (addresses + [#4976](https://github.com/bootstrap-vue/bootstrap-vue/issues/4976)) + ([#5112](https://github.com/bootstrap-vue/bootstrap-vue/issues/5112)) + ([b1f74a8](https://github.com/bootstrap-vue/bootstrap-vue/commit/b1f74a84f4021022e606360ee6824c6645b6fbd0)) + +### Bug Fixes v2.11.0 + +- **b-calendar, b-form-datepicker:** handle keyboard navigation when selected date is out of range + (fixes [#5057](https://github.com/bootstrap-vue/bootstrap-vue/issues/5057)) + ([#5108](https://github.com/bootstrap-vue/bootstrap-vue/issues/5108)) + ([6ed09f4](https://github.com/bootstrap-vue/bootstrap-vue/commit/6ed09f40ae1594c7ad96dedc8c3d7c2a54d4d9c7)) +- **b-link:** don't render `target` or `rel` attrs when `router-tag` other than `a` or `area` + provided ([#5107](https://github.com/bootstrap-vue/bootstrap-vue/issues/5107)) + ([33c6cef](https://github.com/bootstrap-vue/bootstrap-vue/commit/33c6cefc2f46ab8110e39f110d984f230d525c86)) +- **tooltip, popover:** handle 'click blur' trigger on iOS webkit browsers (fixes + [#5099](https://github.com/bootstrap-vue/bootstrap-vue/issues/5099)) + ([#5103](https://github.com/bootstrap-vue/bootstrap-vue/issues/5103)) + ([27da76c](https://github.com/bootstrap-vue/bootstrap-vue/commit/27da76cdc70449b0564e31f5733df97d758652ea)) + +### Other v2.11.0 + +- additional unit testing +- dev dependencies updates +- minor documentation updates + ## [v2.10.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.10.0...v2.10.1) From e8029c977c765e7a872e8d7cad8060d7d9c7cbaf Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Tue, 7 Apr 2020 13:19:44 -0300 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3117cf07f85..1a38b92d55b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ Released: 2020-04-07 ### Features v2.11.0 -- **b-avatar:** if img `src` fails to load, then show icon, text or fallback icon +- **b-avatar:** if image `src` fails to load, then show icon, text or fallback icon ([#5079](https://github.com/bootstrap-vue/bootstrap-vue/issues/5079)) ([ed6704d](https://github.com/bootstrap-vue/bootstrap-vue/commit/ed6704d0971ade485393b7f711f05d93ca42ebc3)) - **b-calendar, b-form-datepicker:** add optional decade navigation buttons (addresses @@ -27,7 +27,7 @@ Released: 2020-04-07 - **b-link:** don't render `target` or `rel` attrs when `router-tag` other than `a` or `area` provided ([#5107](https://github.com/bootstrap-vue/bootstrap-vue/issues/5107)) ([33c6cef](https://github.com/bootstrap-vue/bootstrap-vue/commit/33c6cefc2f46ab8110e39f110d984f230d525c86)) -- **tooltip, popover:** handle 'click blur' trigger on iOS webkit browsers (fixes +- **tooltip, popover:** handle `'click blur'` trigger on iOS webkit browsers (fixes [#5099](https://github.com/bootstrap-vue/bootstrap-vue/issues/5099)) ([#5103](https://github.com/bootstrap-vue/bootstrap-vue/issues/5103)) ([27da76c](https://github.com/bootstrap-vue/bootstrap-vue/commit/27da76cdc70449b0564e31f5733df97d758652ea))