Skip to content

Commit 55e62a2

Browse files
committed
chore: bump version to 2.17.0 and update changelog
1 parent bf7a65f commit 55e62a2

File tree

2 files changed

+121
-3
lines changed

2 files changed

+121
-3
lines changed

CHANGELOG.md

Lines changed: 120 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,128 @@
11
# Changelog
22

3-
> All notable changes to this project will be documented in this file.
3+
All notable changes to this project will be documented in this file. See
4+
[standard-version](https://github.com/conventional-changelog/standard-version) for commit
5+
guidelines.
6+
7+
<a name="2.17.0"></a>
8+
9+
## [v2.17.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.16.0...v2.17.0) (2020-09-13)
10+
11+
Released: 2020-09-13
12+
13+
### Features v2.17.0
14+
15+
- **b-avatar:** add size classes for `sm` and `lg` sizes (closes
16+
[#5592](https://github.com/bootstrap-vue/bootstrap-vue/issues/5592))
17+
([#5768](https://github.com/bootstrap-vue/bootstrap-vue/issues/5768))
18+
([942bf31](https://github.com/bootstrap-vue/bootstrap-vue/commit/942bf31546179abce8f0bb8252f8716c85c6de86))
19+
- **b-calendar:** add `nav-button-variant` prop (closes
20+
[#5702](https://github.com/bootstrap-vue/bootstrap-vue/issues/5702))
21+
([#5705](https://github.com/bootstrap-vue/bootstrap-vue/issues/5705))
22+
([aa291fc](https://github.com/bootstrap-vue/bootstrap-vue/commit/aa291fce6df52df4d2396b9499c964ce0ac5962b))
23+
- **b-form-file:** improved drag and drop handling (closes
24+
[#3673](https://github.com/bootstrap-vue/bootstrap-vue/issues/3673))
25+
([#5727](https://github.com/bootstrap-vue/bootstrap-vue/issues/5727))
26+
([3b12a73](https://github.com/bootstrap-vue/bootstrap-vue/commit/3b12a73d3856a0b14f630d45d236570698b75e50))
27+
- **b-icon:** add proper `title` support (closes
28+
[#5711](https://github.com/bootstrap-vue/bootstrap-vue/issues/5711))
29+
([#5724](https://github.com/bootstrap-vue/bootstrap-vue/issues/5724))
30+
([3756b2c](https://github.com/bootstrap-vue/bootstrap-vue/commit/3756b2c0e07fc85f73769ea312ede8917d1e1de5))
31+
- **b-pagination/b-pagination-nav:** allow page change to be prevented (closes
32+
[#5679](https://github.com/bootstrap-vue/bootstrap-vue/issues/5679))
33+
([#5755](https://github.com/bootstrap-vue/bootstrap-vue/issues/5755))
34+
([7e18c61](https://github.com/bootstrap-vue/bootstrap-vue/commit/7e18c615fec871fb99a947ca5e247bcef04b7c6f))
35+
- **b-sidebar:** add `noEnforceFocus` prop (closes
36+
[#5707](https://github.com/bootstrap-vue/bootstrap-vue/issues/5707))
37+
([#5734](https://github.com/bootstrap-vue/bootstrap-vue/issues/5734))
38+
([c11c237](https://github.com/bootstrap-vue/bootstrap-vue/commit/c11c237143230f533404af75933d86a2de7bfb56))
39+
- **b-skeleton:** add skeleton components (closes
40+
[#5413](https://github.com/bootstrap-vue/bootstrap-vue/issues/5413))
41+
([#5575](https://github.com/bootstrap-vue/bootstrap-vue/issues/5575))
42+
([31c06b5](https://github.com/bootstrap-vue/bootstrap-vue/commit/31c06b5fa697b5f13cc888a1d72effae21eb5e73))
43+
- **b-table:** add `sortKey` option for `no-local-sorting` events
44+
([#5746](https://github.com/bootstrap-vue/bootstrap-vue/issues/5746))
45+
([f847dae](https://github.com/bootstrap-vue/bootstrap-vue/commit/f847daeb797b84ed80b49a31294a5088fc32b59d))
46+
- **b-tags:** add `limit` prop ([#5543](https://github.com/bootstrap-vue/bootstrap-vue/issues/5543))
47+
([caa0f1a](https://github.com/bootstrap-vue/bootstrap-vue/commit/caa0f1a2e6d96637c216eb306c77a67254af1caf))
48+
- **docs:** auto-detect settings props in component reference
49+
([#5761](https://github.com/bootstrap-vue/bootstrap-vue/issues/5761))
50+
([0ddb2e0](https://github.com/bootstrap-vue/bootstrap-vue/commit/0ddb2e051c0ce42bdd599415ba93e82e1a6584f1))
51+
52+
### Bug Fixes v2.17.0
53+
54+
- **b-avatar:** image fit and scale (closes
55+
[#5610](https://github.com/bootstrap-vue/bootstrap-vue/issues/5610),
56+
[#5655](https://github.com/bootstrap-vue/bootstrap-vue/issues/5655))
57+
([#5675](https://github.com/bootstrap-vue/bootstrap-vue/issues/5675))
58+
([9812248](https://github.com/bootstrap-vue/bootstrap-vue/commit/9812248ea686e339f32604c0020a1714bb228d75))
59+
- **b-button-toolbar:** allow focus to leave toolbar by keyboard
60+
([#5737](https://github.com/bootstrap-vue/bootstrap-vue/issues/5737))
61+
([f54e427](https://github.com/bootstrap-vue/bootstrap-vue/commit/f54e4275881947cfb504235aa9330c03444e08bb))
62+
- **b-form-checkbox:** `change` event value when in multiple mode
63+
([#5716](https://github.com/bootstrap-vue/bootstrap-vue/issues/5716))
64+
([5150b94](https://github.com/bootstrap-vue/bootstrap-vue/commit/5150b943f25ff6b2f331aaef64321973bd60dd0e))
65+
- **b-form-checkbox/b-form-radio:** remove `autocomplete="off"` attribute
66+
([#5764](https://github.com/bootstrap-vue/bootstrap-vue/issues/5764))
67+
([443aaf1](https://github.com/bootstrap-vue/bootstrap-vue/commit/443aaf1afc38dc029e0b142c11a39d360bbc98d2))
68+
- **b-form-datepicker/b-form-timepicker/b-nav-item-dropdown:** dropdown positioning handling (closes
69+
[#5700](https://github.com/bootstrap-vue/bootstrap-vue/issues/5700),
70+
[#5630](https://github.com/bootstrap-vue/bootstrap-vue/issues/5630))
71+
([#5765](https://github.com/bootstrap-vue/bootstrap-vue/issues/5765))
72+
([7ec2205](https://github.com/bootstrap-vue/bootstrap-vue/commit/7ec2205a96e0d14772f1ed6c047a9808a32fbf82))
73+
- **b-form-file:** drop handling for huge amounts of files (closes
74+
[#5615](https://github.com/bootstrap-vue/bootstrap-vue/issues/5615))
75+
([#5685](https://github.com/bootstrap-vue/bootstrap-vue/issues/5685))
76+
([d54b240](https://github.com/bootstrap-vue/bootstrap-vue/commit/d54b240adeb6eadfe8736f4926384a5c4d351bde))
77+
- **b-form-input:** fix debounce when value does not change
78+
([#5632](https://github.com/bootstrap-vue/bootstrap-vue/issues/5632))
79+
([111ca65](https://github.com/bootstrap-vue/bootstrap-vue/commit/111ca65240ab6941e2173ca44806aa0a75691c95))
80+
- **b-form-tags:** ensure same height with or without tags
81+
([#5752](https://github.com/bootstrap-vue/bootstrap-vue/issues/5752))
82+
([07102f9](https://github.com/bootstrap-vue/bootstrap-vue/commit/07102f988cfe8e8290189e73f50790f70bbb4639))
83+
- **b-form-textarea:** `setStyle()` util usage
84+
([bf7a65f](https://github.com/bootstrap-vue/bootstrap-vue/commit/bf7a65f87caf0d725033c35ee85c1e32ced82adc))
85+
- **b-pagination:** properly calculate number of links with `hide-ellipsis` option (closes
86+
[#5514](https://github.com/bootstrap-vue/bootstrap-vue/issues/5514))
87+
([#5678](https://github.com/bootstrap-vue/bootstrap-vue/issues/5678))
88+
([98e17ca](https://github.com/bootstrap-vue/bootstrap-vue/commit/98e17ca85588b858f5d74e217c48fa82f11f487f))
89+
- **bv-tooltip:** hide the tooltip when the title is set to empty (closes
90+
[#5648](https://github.com/bootstrap-vue/bootstrap-vue/issues/5648))
91+
([#5677](https://github.com/bootstrap-vue/bootstrap-vue/issues/5677))
92+
([5363a31](https://github.com/bootstrap-vue/bootstrap-vue/commit/5363a3132df898cb5f0cac172c0510aead62d66e))
93+
- **perf:** reactivity issues with `bvAttrs` and `bvListeners` (closes
94+
[#5520](https://github.com/bootstrap-vue/bootstrap-vue/issues/5520))
95+
([#5753](https://github.com/bootstrap-vue/bootstrap-vue/issues/5753))
96+
([d83a2b1](https://github.com/bootstrap-vue/bootstrap-vue/commit/d83a2b179cac2f7449a7138fce71e07139e18c94))
97+
- **v-b-toggle:** prevent scroll anchoring behavior (closes
98+
[#5715](https://github.com/bootstrap-vue/bootstrap-vue/issues/5715))
99+
([#5769](https://github.com/bootstrap-vue/bootstrap-vue/issues/5769))
100+
([390a5c7](https://github.com/bootstrap-vue/bootstrap-vue/commit/390a5c7045432c98999ae8bf9259fb9ae03bcb19))
101+
- component destroy handling on parent destroy
102+
([#5749](https://github.com/bootstrap-vue/bootstrap-vue/issues/5749))
103+
([e67d341](https://github.com/bootstrap-vue/bootstrap-vue/commit/e67d34190358cb5e9d3e6d45ec74f045bf20caef))
104+
- don't display BootstrapVue warning messages when in production
105+
([bf8966f](https://github.com/bootstrap-vue/bootstrap-vue/commit/bf8966f6de725bf2828ca4609056c27dd4a96399))
106+
- don't display warning messages when in production (closes
107+
[#5598](https://github.com/bootstrap-vue/bootstrap-vue/issues/5598))
108+
([#5763](https://github.com/bootstrap-vue/bootstrap-vue/issues/5763))
109+
([4b5d916](https://github.com/bootstrap-vue/bootstrap-vue/commit/4b5d9162b8a6531c0ada66f646498b0ba40a0e9b))
110+
- **b-table:** make sure to apply all formatters of field configuration (closes
111+
[#5672](https://github.com/bootstrap-vue/bootstrap-vue/issues/5672))
112+
([#5674](https://github.com/bootstrap-vue/bootstrap-vue/issues/5674))
113+
([c7c14ea](https://github.com/bootstrap-vue/bootstrap-vue/commit/c7c14ea1d023b26af8a12c12dbc2c3d8220b7f67))
114+
- **ssr:** avoid tree missmatches by either using `domProps` or `children` (closes
115+
[#5453](https://github.com/bootstrap-vue/bootstrap-vue/issues/5453),
116+
[#5557](https://github.com/bootstrap-vue/bootstrap-vue/issues/5557))
117+
([#5723](https://github.com/bootstrap-vue/bootstrap-vue/issues/5723))
118+
([5e8dad8](https://github.com/bootstrap-vue/bootstrap-vue/commit/5e8dad84c094ff1f7810f69293418b81e676af26))
119+
- **v-b-toggle:** handle component updates on click listeners
120+
([#5690](https://github.com/bootstrap-vue/bootstrap-vue/issues/5690))
121+
([156b1d6](https://github.com/bootstrap-vue/bootstrap-vue/commit/156b1d6a3a1ebb6548ea0dbfac346d61a92f6ed9))
4122

5123
<a name="2.16.0"></a>
6124

7-
## [2.16.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.15.0...v2.16.0) (2020-07-27)
125+
## [v2.16.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.15.0...v2.16.0) (2020-07-27)
8126

9127
Released: 2020-07-27
10128

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.16.0",
3+
"version": "2.17.0",
44
"description": "With more than 85 components, over 45 available plugins, several directives, and 1000+ icons, BootstrapVue provides one of the most comprehensive implementations of the Bootstrap v4 component and grid system available for Vue.js v2.6, complete 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)