|
2 | 2 |
|
3 | 3 | > All notable changes to this project will be documented in this file.
|
4 | 4 |
|
| 5 | +<a name="2.12.0"></a> |
| 6 | + |
| 7 | +## [v2.12.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.11.0...v2.12.0) |
| 8 | + |
| 9 | +Released: 2020-04-20 |
| 10 | + |
| 11 | +### Features v2.12.0 |
| 12 | + |
| 13 | +- **b-avatar:** add support for badges on avatars |
| 14 | + ([#5124](https://github.com/bootstrap-vue/bootstrap-vue/issues/5124)) |
| 15 | + ([a2e465b](https://github.com/bootstrap-vue/bootstrap-vue/commit/a2e465b6457cabb88e42bcefd86a86e36c4602de)) |
| 16 | +- **b-avatar:** if `variant` is empty string, then remove spacing around image (closes |
| 17 | + [#5154](https://github.com/bootstrap-vue/bootstrap-vue/issues/5154)) |
| 18 | + ([#5156](https://github.com/bootstrap-vue/bootstrap-vue/issues/5156)) |
| 19 | + ([7ff87fc](https://github.com/bootstrap-vue/bootstrap-vue/commit/7ff87fc560a2ad005bdca394cccf1fafa9d5e696)) |
| 20 | +- **b-calendar, b-form-datepicker:** add prop `weekday-header-format` to specify weekday header |
| 21 | + length (closes [#5171](https://github.com/bootstrap-vue/bootstrap-vue/issues/5171)) |
| 22 | + ([#5175](https://github.com/bootstrap-vue/bootstrap-vue/issues/5175)) |
| 23 | + ([8241644](https://github.com/bootstrap-vue/bootstrap-vue/commit/8241644477b174042bb163ba1741c3066165d9f9)) |
| 24 | +- **b-calendar, b-form-datepicker:** add scoped slots for date navigation buttons (closes |
| 25 | + [#5117](https://github.com/bootstrap-vue/bootstrap-vue/issues/5117)) |
| 26 | + ([#5147](https://github.com/bootstrap-vue/bootstrap-vue/issues/5147)) |
| 27 | + ([5f69864](https://github.com/bootstrap-vue/bootstrap-vue/commit/5f69864497a13a9b18a96b508af6b9ba89a43add)) |
| 28 | +- **b-form-datepicker:** add pass through prop `date-info-fn` (closes |
| 29 | + [#4826](https://github.com/bootstrap-vue/bootstrap-vue/issues/4826)) |
| 30 | + ([#5150](https://github.com/bootstrap-vue/bootstrap-vue/issues/5150)) |
| 31 | + ([bf35f80](https://github.com/bootstrap-vue/bootstrap-vue/commit/bf35f80d1c4619cf4494dc8a6256d093140d4052)) |
| 32 | +- **b-form-rating:** new `b-form-rating` custom component |
| 33 | + ([#5132](https://github.com/bootstrap-vue/bootstrap-vue/issues/5132)) |
| 34 | + ([30ad7fe](https://github.com/bootstrap-vue/bootstrap-vue/commit/30ad7fe746cd6187311c86319abf6e9519b81f15)) |
| 35 | +- **b-sidebar:** add optional backdrop support |
| 36 | + ([#5182](https://github.com/bootstrap-vue/bootstrap-vue/issues/5182)) |
| 37 | + ([c6375e5](https://github.com/bootstrap-vue/bootstrap-vue/commit/c6375e5513cb0ec33a9bc9fc894a123d74cf7768)) |
| 38 | +- **custom components:** avoid using padding/margin utility classes where possible (closes |
| 39 | + [#5117](https://github.com/bootstrap-vue/bootstrap-vue/issues/5117)) |
| 40 | + ([#5121](https://github.com/bootstrap-vue/bootstrap-vue/issues/5121)) |
| 41 | + ([8c6cfe0](https://github.com/bootstrap-vue/bootstrap-vue/commit/8c6cfe0af919a4e54667bcb4b29d2ba6b6576b67)) |
| 42 | +- **icons:** new `throb` and `fade` animations |
| 43 | + ([#5122](https://github.com/bootstrap-vue/bootstrap-vue/issues/5122)) |
| 44 | + ([bc0117c](https://github.com/bootstrap-vue/bootstrap-vue/commit/bc0117cc794c948b202daf2e17f22eb4c36235cc)) |
| 45 | + |
| 46 | +### Bug Fixes v2.12.0 |
| 47 | + |
| 48 | +- **b-alert:** fix memory leak by using the correct method to clear the countdown timeout |
| 49 | + ([#5158](https://github.com/bootstrap-vue/bootstrap-vue/issues/5158)) |
| 50 | + ([7a7f33d](https://github.com/bootstrap-vue/bootstrap-vue/commit/7a7f33d74f906e5feecf2bf177636c7f85bc4537)) |
| 51 | +- **b-avatar:** fix button type font size inheritance |
| 52 | + ([#5177](https://github.com/bootstrap-vue/bootstrap-vue/issues/5177)) |
| 53 | + ([441ebdc](https://github.com/bootstrap-vue/bootstrap-vue/commit/441ebdc8a262c6c6ed494ddc6a6c0c06604045ef)) |
| 54 | +- **b-calendar:** use `Intl.NumberFormat` for formatting the number in the date buttons (closes |
| 55 | + [#5171](https://github.com/bootstrap-vue/bootstrap-vue/issues/5171)) |
| 56 | + ([#5179](https://github.com/bootstrap-vue/bootstrap-vue/issues/5179)) |
| 57 | + ([cbf2cd0](https://github.com/bootstrap-vue/bootstrap-vue/commit/cbf2cd007cce81a5f664fa649b08af6735fe16e4)) |
| 58 | +- **b-form-datepicker:** make datepicker respect `no-highlight-today` prop |
| 59 | + ([#5159](https://github.com/bootstrap-vue/bootstrap-vue/issues/5159)) |
| 60 | + ([c4ead33](https://github.com/bootstrap-vue/bootstrap-vue/commit/c4ead3302b176e4a90fbfcfe6380de0edc22640f)) |
| 61 | + |
| 62 | +### Other v2.12.0 |
| 63 | + |
| 64 | +- documentation updates |
| 65 | +- dev dependency updates |
| 66 | + |
5 | 67 | <a name="2.11.0"></a>
|
6 | 68 |
|
7 | 69 | ## [v2.11.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.10.1...v2.11.0)
|
|
0 commit comments