From 30429f89c3e5267914daa81fe0ee51f10830af84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20M=C3=BCller?= Date: Sun, 8 Nov 2020 13:52:42 +0100 Subject: [PATCH] chore: bump version to v2.19.0 --- CHANGELOG.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 45 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4153c8a7b8d..c3c85201683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,48 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + + +## [v2.19.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.18.1...v2.19.0) + +Released: 2020-11-08 + +### Features v2.19.0 + +- **b-media:** improve aside right handling + ([#5965](https://github.com/bootstrap-vue/bootstrap-vue/issues/5965)) + ([49a3f00](https://github.com/bootstrap-vue/bootstrap-vue/commit/49a3f00420bf9958deda3a6be0ccb76cc3ea06ba)) +- **config:** improved defaults handling (closes + [#4507](https://github.com/bootstrap-vue/bootstrap-vue/issues/4507), + [#5138](https://github.com/bootstrap-vue/bootstrap-vue/issues/5138), + [#5291](https://github.com/bootstrap-vue/bootstrap-vue/issues/5291), + [#5459](https://github.com/bootstrap-vue/bootstrap-vue/issues/5459), + [#5958](https://github.com/bootstrap-vue/bootstrap-vue/issues/5958)) + ([#5981](https://github.com/bootstrap-vue/bootstrap-vue/issues/5981)) + ([7ea0cc4](https://github.com/bootstrap-vue/bootstrap-vue/commit/7ea0cc4a16d27b179eca47d351eaa9fe6fdfd56e)) + +### Bug Fixes v2.19.0 + +- **b-avatar:** badge `z-index` handling + ([#5975](https://github.com/bootstrap-vue/bootstrap-vue/issues/5975)) + ([ecb33bd](https://github.com/bootstrap-vue/bootstrap-vue/commit/ecb33bdb510832096bc5a5196a11c97388bf6411)) +- **b-avatar:** prevent avatar from being squished + ([#5963](https://github.com/bootstrap-vue/bootstrap-vue/issues/5963)) + ([b3946ed](https://github.com/bootstrap-vue/bootstrap-vue/commit/b3946ed7a7b327fb7c66b44caaf122460fc24005)), + closes [#5962](https://github.com/bootstrap-vue/bootstrap-vue/issues/5962) +- **b-dropdown:** click handling on close (closes + [#5982](https://github.com/bootstrap-vue/bootstrap-vue/issues/5982)) + ([#6009](https://github.com/bootstrap-vue/bootstrap-vue/issues/6009)) + ([cf7a1cb](https://github.com/bootstrap-vue/bootstrap-vue/commit/cf7a1cb017e2263939a64e300abbbbac35c121d4)) +- **b-form-checkbox/b-form-radio:** `change` event timing + ([#6008](https://github.com/bootstrap-vue/bootstrap-vue/issues/6008)) + ([37ec7e9](https://github.com/bootstrap-vue/bootstrap-vue/commit/37ec7e9991b66af51ff81420da8eb88928615f9d)) +- **b-form-group:** accessibility when `label-for` prop not set + ([#6006](https://github.com/bootstrap-vue/bootstrap-vue/issues/6006)) + ([16f777b](https://github.com/bootstrap-vue/bootstrap-vue/commit/16f777b14bdcf9ebb6fae0325d355c7f5272bd98)) + + + ## [v2.18.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.18.0...v2.18.1) Released: 2020-10-21 @@ -22,6 +64,8 @@ Released: 2020-10-21 ([#5934](https://github.com/bootstrap-vue/bootstrap-vue/issues/5934)) ([8a367b6](https://github.com/bootstrap-vue/bootstrap-vue/commit/8a367b6296b0aa9700f67633fd60fb351e2f7373)) + + ## [v2.18.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.17.3...v2.18.0) Released: 2020-10-19 diff --git a/package.json b/package.json index c0d191c8bab..215a9172996 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue", - "version": "2.18.1", + "version": "2.19.0", "description": "With more than 85 components, over 45 available plugins, several directives, and 1000+ icons, BootstrapVue provides one of the most comprehensive implementations of the Bootstrap v4 component and grid system available for Vue.js v2.6, complete with extensive and automated WAI-ARIA accessibility markup.", "main": "dist/bootstrap-vue.common.js", "web": "dist/bootstrap-vue.js",