Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 45 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,49 @@

> All notable changes to this project will be documented in this file.

<a name="2.16.0"></a>

## [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))

<a name="2.15.0"></a>

## [v2.15.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.14.0...v2.15.0)
Expand Down Expand Up @@ -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))
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down