From 114a217a0ab9d50441efd0d8ce0a488e1d6a9198 Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Wed, 25 Mar 2020 20:51:19 -0300 Subject: [PATCH 1/2] 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 3712f7b71ee..86d792f4c56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue", - "version": "2.8.0", + "version": "2.9.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 749cac4a433e9b413e07bbae01185f9c2048f071 Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Wed, 25 Mar 2020 21:00:55 -0300 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03905e3f8bc..00f5ba73704 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,40 @@ > All notable changes to this project will be documented in this file. + + +## [v2.9.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.8.0...v2.9.0) + +Released: 2020-03-25 + +### Features v2.9.0 + +- **b-aspect:** new custom component `` + ([#5008](https://github.com/bootstrap-vue/bootstrap-vue/issues/5008)) + ([662c8e0](https://github.com/bootstrap-vue/bootstrap-vue/commit/662c8e0709c8c73fb2119976d1906943cfe6daad)) +- **b-avatar:** add `alt` prop for adding alt attribute to image and icon avatars (closes + [#4990](https://github.com/bootstrap-vue/bootstrap-vue/issues/4990)) + ([#4991](https://github.com/bootstrap-vue/bootstrap-vue/issues/4991)) + ([d1474f2](https://github.com/bootstrap-vue/bootstrap-vue/commit/d1474f28729e4e13ad97b75a87d56f85543d4c96)) +- **b-drodpown-item-button, b-drodpown-item-button:** add `button-class` and `link-class` prop + ([#5014](https://github.com/bootstrap-vue/bootstrap-vue/issues/5014)) + ([b39d31c](https://github.com/bootstrap-vue/bootstrap-vue/commit/b39d31cede76b594b5608fa472d53e3dac525e2b)) +- **b-form-datepicker, b-form-timepicker:** emit `shown` and `hidden` events + ([#5004](https://github.com/bootstrap-vue/bootstrap-vue/issues/5004)) + ([eb259b9](https://github.com/bootstrap-vue/bootstrap-vue/commit/eb259b998dfd3e88a1b04ed8d3f4c97560f69dbb)) +- **b-navbar-toggle:** make default slot scoped + ([#4995](https://github.com/bootstrap-vue/bootstrap-vue/issues/4995)) + ([144d45f](https://github.com/bootstrap-vue/bootstrap-vue/commit/144d45fb0e4d66bbf243b4a4df39d7f3b9b5c7cc)) + +### Docs v2.9.0 + +- Ensure that the `IconsPlugin` is imported when exporting from playground to CodePen, CodeSandbox, + and JsFiddle ([#5003](https://github.com/bootstrap-vue/bootstrap-vue/issues/5003)) + +### Other v2.9.0 + +- dev dependency updates + ## [v2.8.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.7.0...v2.8.0)