|
2 | 2 |
|
3 | 3 | > All notable changes to this project will be documented in this file.
|
4 | 4 |
|
| 5 | +<a name="2.11.0"></a> |
| 6 | + |
| 7 | +## [v2.11.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.10.1...v2.11.0) |
| 8 | + |
| 9 | +Released: 2020-04-07 |
| 10 | + |
| 11 | +### Features v2.11.0 |
| 12 | + |
| 13 | +- **b-avatar:** if image `src` fails to load, then show icon, text or fallback icon |
| 14 | + ([#5079](https://github.com/bootstrap-vue/bootstrap-vue/issues/5079)) |
| 15 | + ([ed6704d](https://github.com/bootstrap-vue/bootstrap-vue/commit/ed6704d0971ade485393b7f711f05d93ca42ebc3)) |
| 16 | +- **b-calendar, b-form-datepicker:** add optional decade navigation buttons (addresses |
| 17 | + [#4976](https://github.com/bootstrap-vue/bootstrap-vue/issues/4976)) |
| 18 | + ([#5112](https://github.com/bootstrap-vue/bootstrap-vue/issues/5112)) |
| 19 | + ([b1f74a8](https://github.com/bootstrap-vue/bootstrap-vue/commit/b1f74a84f4021022e606360ee6824c6645b6fbd0)) |
| 20 | + |
| 21 | +### Bug Fixes v2.11.0 |
| 22 | + |
| 23 | +- **b-calendar, b-form-datepicker:** handle keyboard navigation when selected date is out of range |
| 24 | + (fixes [#5057](https://github.com/bootstrap-vue/bootstrap-vue/issues/5057)) |
| 25 | + ([#5108](https://github.com/bootstrap-vue/bootstrap-vue/issues/5108)) |
| 26 | + ([6ed09f4](https://github.com/bootstrap-vue/bootstrap-vue/commit/6ed09f40ae1594c7ad96dedc8c3d7c2a54d4d9c7)) |
| 27 | +- **b-link:** don't render `target` or `rel` attrs when `router-tag` other than `a` or `area` |
| 28 | + provided ([#5107](https://github.com/bootstrap-vue/bootstrap-vue/issues/5107)) |
| 29 | + ([33c6cef](https://github.com/bootstrap-vue/bootstrap-vue/commit/33c6cefc2f46ab8110e39f110d984f230d525c86)) |
| 30 | +- **tooltip, popover:** handle `'click blur'` trigger on iOS webkit browsers (fixes |
| 31 | + [#5099](https://github.com/bootstrap-vue/bootstrap-vue/issues/5099)) |
| 32 | + ([#5103](https://github.com/bootstrap-vue/bootstrap-vue/issues/5103)) |
| 33 | + ([27da76c](https://github.com/bootstrap-vue/bootstrap-vue/commit/27da76cdc70449b0564e31f5733df97d758652ea)) |
| 34 | + |
| 35 | +### Other v2.11.0 |
| 36 | + |
| 37 | +- additional unit testing |
| 38 | +- dev dependencies updates |
| 39 | +- minor documentation updates |
| 40 | + |
5 | 41 | <a name="2.10.1"></a>
|
6 | 42 |
|
7 | 43 | ## [v2.10.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.10.0...v2.10.1)
|
|
0 commit comments