|
2 | 2 |
|
3 | 3 | > All notable changes to this project will be documented in this file.
|
4 | 4 |
|
| 5 | +<a name="2.13.0"></a> |
| 6 | + |
| 7 | +## [v2.13.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.12.0...v2.13.0) |
| 8 | + |
| 9 | +Released: 2020-04-27 |
| 10 | + |
| 11 | +### Features v2.13.0 |
| 12 | + |
| 13 | +- **b-calendar, b-form-datepicker:** relax `YYYY-MM-DD` string parsing (closes |
| 14 | + [#5232](https://github.com/bootstrap-vue/bootstrap-vue/issues/5232)) |
| 15 | + ([#5242](https://github.com/bootstrap-vue/bootstrap-vue/issues/5242)) |
| 16 | + ([f362802](https://github.com/bootstrap-vue/bootstrap-vue/commit/f362802b2794f0e5d294bbb004d91ccd623a1e25)) |
| 17 | +- **b-form-rating:** add `show-value-max` prop to show possible max rating when `show-value` is |
| 18 | + `true` ([#5200](https://github.com/bootstrap-vue/bootstrap-vue/issues/5200)) |
| 19 | + ([e9d54e6](https://github.com/bootstrap-vue/bootstrap-vue/commit/e9d54e6c6a736b2a4f9dbf232dd2b20afa0e990c)) |
| 20 | +- **b-overlay:** add support for overlay `click` event (closes |
| 21 | + [#5243](https://github.com/bootstrap-vue/bootstrap-vue/issues/5243)) |
| 22 | + ([#5248](https://github.com/bootstrap-vue/bootstrap-vue/issues/5248)) |
| 23 | + ([582560f](https://github.com/bootstrap-vue/bootstrap-vue/commit/582560ff97690ab1e5c1f609d76804b7b3daa104)) |
| 24 | + |
| 25 | +### Bug Fixes v2.13.0 |
| 26 | + |
| 27 | +- **b-avatar:** set `align-items: center` for default slot content (fixes: |
| 28 | + [#5205](https://github.com/bootstrap-vue/bootstrap-vue/issues/5205)) |
| 29 | + ([#5207](https://github.com/bootstrap-vue/bootstrap-vue/issues/5207)) |
| 30 | + ([c4981fd](https://github.com/bootstrap-vue/bootstrap-vue/commit/c4981fd098253840a37e731331de65b0e732fc79)) |
| 31 | +- **b-calendar, b-form-datepicker:** minor adjustments to styling and example updates |
| 32 | + ([#5211](https://github.com/bootstrap-vue/bootstrap-vue/issues/5211)) |
| 33 | + ([f0d8ffe](https://github.com/bootstrap-vue/bootstrap-vue/commit/f0d8ffe4253079939008108fe86529a2f69553f1)) |
| 34 | +- **b-form-datepicker, b-form-timepicker:** fix menu padding in button only mode (fixes |
| 35 | + [#5251](https://github.com/bootstrap-vue/bootstrap-vue/issues/5251)) |
| 36 | + ([#5252](https://github.com/bootstrap-vue/bootstrap-vue/issues/5252)) |
| 37 | + ([d57a643](https://github.com/bootstrap-vue/bootstrap-vue/commit/d57a643f0c6b5e805a42a3387fb0db4443bfc01f)) |
| 38 | +- **b-form-datepicker, b-form-timepicker:** adjust scss to support input-groups |
| 39 | + ([#5231](https://github.com/bootstrap-vue/bootstrap-vue/issues/5231)) |
| 40 | + ([7b1adc4](https://github.com/bootstrap-vue/bootstrap-vue/commit/7b1adc460f11c2ee54466fe0d204579f3f6f1bd2)) |
| 41 | +- **b-form-datepicker, b-form-timepicker:** prevent duplicate validation icons (fixes |
| 42 | + [#5237](https://github.com/bootstrap-vue/bootstrap-vue/issues/5237)) |
| 43 | + ([#5238](https://github.com/bootstrap-vue/bootstrap-vue/issues/5238)) |
| 44 | + ([6354e6e](https://github.com/bootstrap-vue/bootstrap-vue/commit/6354e6eb90b93e668c2794b3b4c2117a7cfc0ab0)) |
| 45 | +- **types:** update table field definition types to include sticky column (fixes |
| 46 | + [#5263](https://github.com/bootstrap-vue/bootstrap-vue/issues/5263)) |
| 47 | + ([#5265](https://github.com/bootstrap-vue/bootstrap-vue/issues/5265)) |
| 48 | + ([20eb3ac](https://github.com/bootstrap-vue/bootstrap-vue/commit/20eb3ac9e22ddbcc41d1f1aa923871007abe0dc0)) |
| 49 | +- handle nested form options normalization |
| 50 | + ([#5247](https://github.com/bootstrap-vue/bootstrap-vue/issues/5247)) |
| 51 | + ([0c57ffe](https://github.com/bootstrap-vue/bootstrap-vue/commit/0c57ffe31c946475498fa3554b8b4aba4e9d19df)) |
| 52 | + |
| 53 | +### Other v2.13.0 |
| 54 | + |
| 55 | +- dev dependencies updates |
| 56 | +- documentation updates |
| 57 | +- new docs domain [`https://bootstrap-vue.org/`](https://bootstrap-vue.org/) |
| 58 | + |
5 | 59 | <a name="2.12.0"></a>
|
6 | 60 |
|
7 | 61 | ## [v2.12.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.11.0...v2.12.0)
|
|
0 commit comments