🌐 AI搜索 & 代理 主页
Skip to content

Commit d5460c7

Browse files
authored
chore: bump version to 2.0.2 (#4137)
1 parent 16e228a commit d5460c7

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@
44
> [standard-version](https://github.com/conventional-changelog/standard-version) for commit
55
> guidelines.
66
7+
<a name="2.0.2"></a>
8+
9+
## [v2.0.2](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.1...v2.0.2)
10+
11+
Released: 2019-09-20
12+
13+
This patch release includes a few minor bug fixes and documentation updates.
14+
15+
### Bug Fixes v2.0.2
16+
17+
- **b-popover, b-tooltip:** ensure prop `boundary-padding` is passed to popper instance (fixes
18+
[#4131](https://github.com/bootstrap-vue/bootstrap-vue/issues/4131))
19+
([#4133](https://github.com/bootstrap-vue/bootstrap-vue/issues/4133))
20+
([a54a647](https://github.com/bootstrap-vue/bootstrap-vue/commit/a54a647))
21+
- **b-collapse:** make `id` prop not required
22+
([#4109](https://github.com/bootstrap-vue/bootstrap-vue/issues/4109))
23+
([4f935ce](https://github.com/bootstrap-vue/bootstrap-vue/commit/4f935ce))
24+
- **tables:** add in missing Bootstrap variant class `bg-active` for dark tables
25+
([#4098](https://github.com/bootstrap-vue/bootstrap-vue/issues/4098))
26+
([d9900ab](https://github.com/bootstrap-vue/bootstrap-vue/commit/d9900ab))
27+
- **tables:** ensure row variant `active` (class `table-active`) takes precedence over other row
28+
variants (addresses [#3008](https://github.com/bootstrap-vue/bootstrap-vue/issues/3008))
29+
([#4127](https://github.com/bootstrap-vue/bootstrap-vue/issues/4127))
30+
([fdb8bb6](https://github.com/bootstrap-vue/bootstrap-vue/commit/fdb8bb6))
31+
- **tooltips, popovers:** hide trigger element `title` attribute during show delay (fixes
32+
[#4114](https://github.com/bootstrap-vue/bootstrap-vue/issues/4114))
33+
([#4120](https://github.com/bootstrap-vue/bootstrap-vue/issues/4120))
34+
([2dd8d5a](https://github.com/bootstrap-vue/bootstrap-vue/commit/2dd8d5a))
35+
736
<a name="2.0.1"></a>
837

938
## [v2.0.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.0.0...v2.0.1)

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.1",
3+
"version": "2.0.2",
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)