From 2511d8dd793d5e1c6e4681d364707451aa75279d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20M=C3=BCller?= Date: Mon, 27 Jul 2020 23:56:54 +0200 Subject: [PATCH] chore: bump version to 2.16.0 and update changelog --- CHANGELOG.md | 47 +++++++++++++++++++++++++++++++++++++++++++++-- package.json | 2 +- 2 files changed, 46 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3485b54630..5fbe23e4d0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,49 @@ > All notable changes to this project will be documented in this file. + + +## [2.16.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.15.0...v2.16.0) (2020-07-27) + +Released: 2020-07-27 + +### Features v2.16.0 + +- **b-form-tags:** add `ignoreInputFocusSelector` prop to make input focus behavior configurable + (closes [#5425](https://github.com/bootstrap-vue/bootstrap-vue/issues/5425)) + ([#5429](https://github.com/bootstrap-vue/bootstrap-vue/issues/5429)) + ([26d5953](https://github.com/bootstrap-vue/bootstrap-vue/commit/26d5953f834684d36b0af99da912dba08fd37bd8)) +- **docs:** launch themes page with first BootstrapVue theme + ([#5549](https://github.com/bootstrap-vue/bootstrap-vue/issues/5549)) + ([ec51ef0](https://github.com/bootstrap-vue/bootstrap-vue/commit/ec51ef062f7ed39339cde59b2d9d4cee40347dcc)) + +### Bug Fixes v2.16.0 + +- properly handle special characters in user-provided IDs (closes + [#4927](https://github.com/bootstrap-vue/bootstrap-vue/issues/4927), + [#5561](https://github.com/bootstrap-vue/bootstrap-vue/issues/5561)) + ([#5564](https://github.com/bootstrap-vue/bootstrap-vue/issues/5564)) + ([1fabd68](https://github.com/bootstrap-vue/bootstrap-vue/commit/1fabd68bb44b28a9127810f35bd07e1fdf3d12ec)) +- **b-form-checkbox-group:** only emit `input` when value loosely changes + ([#5432](https://github.com/bootstrap-vue/bootstrap-vue/issues/5432)) + ([e76d408](https://github.com/bootstrap-vue/bootstrap-vue/commit/e76d40874bd2a42126162101e94bb18e9042840b)) +- **b-form-tags:** unit test ([#5586](https://github.com/bootstrap-vue/bootstrap-vue/issues/5586)) + ([f4d509a](https://github.com/bootstrap-vue/bootstrap-vue/commit/f4d509af647eaf87e2b635d08ff9431b25150650)) +- **b-icon:** use `aria-label` attribute instead of `alt` + ([#5581](https://github.com/bootstrap-vue/bootstrap-vue/issues/5581)) + ([72a1363](https://github.com/bootstrap-vue/bootstrap-vue/commit/72a13635b94aedfab1fb6800f2a297fa306f63ef)) +- **b-img:** Allow empty `alt` prop (fixes + [#5524](https://github.com/bootstrap-vue/bootstrap-vue/issues/5524)) + ([#5545](https://github.com/bootstrap-vue/bootstrap-vue/issues/5545)) + ([b22829d](https://github.com/bootstrap-vue/bootstrap-vue/commit/b22829d064b6e3820ef66168ec766a57520f31eb)) +- **b-table:** prevent endless reevaluation when using v-model and object/array literal prop values + ([#5554](https://github.com/bootstrap-vue/bootstrap-vue/issues/5554)) + ([f127d91](https://github.com/bootstrap-vue/bootstrap-vue/commit/f127d916d1ddd3a3da37bcb081150f86b356a7a4)) +- **b-tags:** replace spacing utility with static CSS (fixes + [#5523](https://github.com/bootstrap-vue/bootstrap-vue/issues/5523)) + ([#5544](https://github.com/bootstrap-vue/bootstrap-vue/issues/5544)) + ([e0de687](https://github.com/bootstrap-vue/bootstrap-vue/commit/e0de6871640db405e7b0bfa23f3c33f348894cea)) + ## [v2.15.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.14.0...v2.15.0) @@ -40,7 +83,7 @@ Released: 2020-05-22 ### Bug Fixes v2.15.0 -- **v-b-toggle:** don't check for evt.defaultPrevened (closes +- **v-b-toggle:** don't check for evt.defaultPrevented (closes [#5391](https://github.com/bootstrap-vue/bootstrap-vue/issues/5391)) ([#5396](https://github.com/bootstrap-vue/bootstrap-vue/issues/5396)) ([a1543b2](https://github.com/bootstrap-vue/bootstrap-vue/commit/a1543b297040ea593306ec55d7de5f1e2e776bce)) @@ -333,7 +376,7 @@ Released: 2020-03-25 [#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 +- **b-dropdown-item-button, b-dropdown-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 diff --git a/package.json b/package.json index 69b6f70ee45..86a606966f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue", - "version": "2.15.0", + "version": "2.16.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",