Skip to content

Commit 8f3b253

Browse files
authored
chore: bump version and update changelog (bootstrap-vue#3726)
1 parent f2805aa commit 8f3b253

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,54 @@
44
> [standard-version](https://github.com/conventional-changelog/standard-version) for commit
55
> guidelines.
66
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+
755
<a name="2.0.0-rc.26"></a>
856

957
## [v2.0.0-rc.26](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.0-rc.25...v2.0.0-rc.26)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-vue",
3-
"version": "2.0.0-rc.26",
3+
"version": "2.0.0-rc.27",
44
"description": "BootstrapVue, with over 40 plugins and more than 75 custom components, 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.",
55
"main": "dist/bootstrap-vue.common.js",
66
"web": "dist/bootstrap-vue.js",

0 commit comments

Comments
 (0)