|
4 | 4 | > [standard-version](https://github.com/conventional-changelog/standard-version) for commit
|
5 | 5 | > guidelines.
|
6 | 6 |
|
| 7 | +<a name="2.0.0-rc.27"></a> |
| 8 | + |
| 9 | +## [v2.0.0-rc.27](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.0-rc.26...v2.0.0-rc.27) |
| 10 | + |
| 11 | +Released: 2019-07-21 |
| 12 | + |
| 13 | +### Bug Fixes v2.0.0-rc.27 |
| 14 | + |
| 15 | +- **b-modal:** ensure header is read for accessibility with JAWS (closes |
| 16 | + [#3712](https://github.com/bootstrap-vue/bootstrap-vue/issues/3712)) |
| 17 | + ([#3713](https://github.com/bootstrap-vue/bootstrap-vue/issues/3713)) |
| 18 | + ([6a9d0ce](https://github.com/bootstrap-vue/bootstrap-vue/commit/6a9d0ce)) |
| 19 | +- **b-nav-item-dropdown:** clicking toggle a second time should close menu (closes |
| 20 | + [#3707](https://github.com/bootstrap-vue/bootstrap-vue/issues/3707)) |
| 21 | + ([#3706](https://github.com/bootstrap-vue/bootstrap-vue/issues/3706)) |
| 22 | + ([629951e](https://github.com/bootstrap-vue/bootstrap-vue/commit/629951e)) |
| 23 | +- **b-table:** IE11 edge case where custom inputs were not clickable in clickable/sortable cells |
| 24 | + (fixes [#3693](https://github.com/bootstrap-vue/bootstrap-vue/issues/3693)) |
| 25 | + ([#3697](https://github.com/bootstrap-vue/bootstrap-vue/issues/3697)) |
| 26 | + ([fce8b5b](https://github.com/bootstrap-vue/bootstrap-vue/commit/fce8b5b)) |
| 27 | +- **tooltip, popover:** handle case where tooltips are applied to dropdown root elements (closes |
| 28 | + [#3703](https://github.com/bootstrap-vue/bootstrap-vue/issues/3703)) |
| 29 | + ([#3704](https://github.com/bootstrap-vue/bootstrap-vue/issues/3704)) |
| 30 | + ([39df4f1](https://github.com/bootstrap-vue/bootstrap-vue/commit/39df4f1)) |
| 31 | + |
| 32 | +### Features v2.0.0-rc.27 |
| 33 | + |
| 34 | +- **b-dropdown:** new `split-button-type` prop to specify split button type (closes |
| 35 | + [#3694](https://github.com/bootstrap-vue/bootstrap-vue/issues/3694)) |
| 36 | + ([#3695](https://github.com/bootstrap-vue/bootstrap-vue/issues/3695)) |
| 37 | + ([1157589](https://github.com/bootstrap-vue/bootstrap-vue/commit/1157589)) |
| 38 | +- **b-modal:** for accessibility, read only modal title and not whole header + additional A11Y |
| 39 | + options (addresses [#3712](https://github.com/bootstrap-vue/bootstrap-vue/issues/3712)) |
| 40 | + ([#3715](https://github.com/bootstrap-vue/bootstrap-vue/issues/3715)) |
| 41 | + ([1ce8c6d](https://github.com/bootstrap-vue/bootstrap-vue/commit/1ce8c6d)) |
| 42 | +- **b-tabs:** new named slot `tabs-start` for prepending tab buttons, deprecates `tabs` slot in favour |
| 43 | + of `tabs-end` (closes [#3678](https://github.com/bootstrap-vue/bootstrap-vue/issues/3678)) |
| 44 | + ([#3679](https://github.com/bootstrap-vue/bootstrap-vue/issues/3679)) |
| 45 | + ([0b5f552](https://github.com/bootstrap-vue/bootstrap-vue/commit/0b5f552)) |
| 46 | +- minor code improvements ([#3682](https://github.com/bootstrap-vue/bootstrap-vue/issues/3682)) |
| 47 | + ([2fb5ce8](https://github.com/bootstrap-vue/bootstrap-vue/commit/2fb5ce8)) |
| 48 | + |
| 49 | +### Notes v2.0.0-rc.27 |
| 50 | + |
| 51 | +Users should switch to the simplified import syntax (introduced in `v2.0.0-rc.22`) when importing |
| 52 | +individual plugins, components, and/or directives. **Importing from the `es/` build directory has |
| 53 | +been deprecated and will be removed in 2.0.0 stable release!** |
| 54 | + |
7 | 55 | <a name="2.0.0-rc.26"></a>
|
8 | 56 |
|
9 | 57 | ## [v2.0.0-rc.26](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.0-rc.25...v2.0.0-rc.26)
|
|
0 commit comments