Skip to content

Commit 97ea2d1

Browse files
authored
chore(release): bump version and update changelog (#4235)
1 parent f0f836e commit 97ea2d1

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,39 @@
44
> [standard-version](https://github.com/conventional-changelog/standard-version) for commit
55
> guidelines.
66
7+
<a name="2.0.4"></a>
8+
9+
## [v2.0.4](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.3...v2.0.4)
10+
11+
Released: 2019-10-10
12+
13+
### Bug Fixes v2.0.4
14+
15+
- **b-carousel:** disable the next/prev controls when the carousel is sliding (closes
16+
[#4210](https://github.com/bootstrap-vue/bootstrap-vue/issues/4210))
17+
([#4212](https://github.com/bootstrap-vue/bootstrap-vue/issues/4212))
18+
([64d556d](https://github.com/bootstrap-vue/bootstrap-vue/commit/64d556d))
19+
- **b-dropdown-form:** fix SCSS styling when placed in a nav dropdown (fixes
20+
[#4220](https://github.com/bootstrap-vue/bootstrap-vue/issues/4220))
21+
([#4223](https://github.com/bootstrap-vue/bootstrap-vue/issues/4223))
22+
([b852bba](https://github.com/bootstrap-vue/bootstrap-vue/commit/b852bba))
23+
- **types:** correct the declared export name for `BCardSubTitle` component
24+
([#4229](https://github.com/bootstrap-vue/bootstrap-vue/issues/4229))
25+
([9f216df](https://github.com/bootstrap-vue/bootstrap-vue/commit/9f216df))
26+
27+
### Performance v2.0.4
28+
29+
- **b-table, b-table-lite:** improve render performance for large tables (closes
30+
[#4211](https://github.com/bootstrap-vue/bootstrap-vue/issues/4211),
31+
[#4155](https://github.com/bootstrap-vue/bootstrap-vue/issues/4155))
32+
([#4213](https://github.com/bootstrap-vue/bootstrap-vue/issues/4213))
33+
([f3f42f2](https://github.com/bootstrap-vue/bootstrap-vue/commit/f3f42f2))
34+
35+
### Other v2.0.4
36+
37+
- add `"sass"` entry in `package.json`
38+
- minor docs fixes and updates
39+
740
<a name="2.0.3"></a>
841

942
## [v2.0.3](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.2...v2.0.3)

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.3",
3+
"version": "2.0.4",
44
"description": "BootstrapVue, with over 40 plugins and more than 80 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)