You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,25 @@
2
2
3
3
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.
***docs:** typo in docs plugin ([#1777](https://github.com/bootstrap-vue/bootstrap-vue/issues/1777)) ([fb50c6f](https://github.com/bootstrap-vue/bootstrap-vue/commit/fb50c6f))
12
+
***dropdown:** aria-labbeledby for dropdowns ([8efa7ee](https://github.com/bootstrap-vue/bootstrap-vue/commit/8efa7ee))
13
+
***form-input:** revert step, min and max props ([#1767](https://github.com/bootstrap-vue/bootstrap-vue/issues/1767)) ([1ce1a20](https://github.com/bootstrap-vue/bootstrap-vue/commit/1ce1a20))
***tooltip:** typo in comment ([#1779](https://github.com/bootstrap-vue/bootstrap-vue/issues/1779)) ([ef253f7](https://github.com/bootstrap-vue/bootstrap-vue/commit/ef253f7))
16
+
17
+
18
+
### Features
19
+
20
+
***table:** support custom attributes per table cell in a column ([#1760](https://github.com/bootstrap-vue/bootstrap-vue/issues/1760)) ([fc083e5](https://github.com/bootstrap-vue/bootstrap-vue/commit/fc083e5))
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "bootstrap-vue",
3
-
"version": "2.0.0-rc.8",
3
+
"version": "2.0.0-rc.9",
4
4
"description": "BootstrapVue provides one of the most comprehensive implementations of Bootstrap 4 components and grid system for Vue.js and with extensive and automated WAI-ARIA accessibility markup.",
0 commit comments