|
| 1 | + |
| 2 | +# Change Log |
| 3 | + |
| 4 | +All notable changes to this project will be documented in this file. |
| 5 | +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
| 6 | + |
| 7 | +# [0.20.10](https://github.com/SAP/ui5-webcomponents/compare/v0.21.9...v0.21.10) (2020-07-29) |
| 8 | + |
| 9 | + |
| 10 | +### Fixes |
| 11 | + |
| 12 | +* **ui5-input:** Fix JS error thrown in IE ([#2022](https://github.com/SAP/ui5-webcomponents/issues/2022)) |
| 13 | +([48dfd340](https://github.com/SAP/ui5-webcomponents/commit/48dfd340)) |
| 14 | + |
| 15 | +* **ui5-input:** Suggestions can now be arbitrary list items ([#1969](https://github.com/SAP/ui5-webcomponents/issues/1969)) |
| 16 | +([f3b05674](https://github.com/SAP/ui5-webcomponents/commit/f3b05674)) |
| 17 | + |
| 18 | +* **ui5-input:** Sync width of suggestions popover and input ([#1979](https://github.com/SAP/ui5-webcomponents/issues/1979)) |
| 19 | +([adf0d7f4](https://github.com/SAP/ui5-webcomponents/commit/adf0d7f4)) |
| 20 | + |
| 21 | +* **ui5-tabcontainer:** Fix accessibility of overflow button ([#1978](https://github.com/SAP/ui5-webcomponents/issues/1978)) |
| 22 | +([7b980ef8](https://github.com/SAP/ui5-webcomponents/commit/7b980ef8)) |
| 23 | + |
| 24 | +* **ui5-tabcontainer:** Prevent setting the selected property on ui5-tab internally ([#1974](https://github.com/SAP/ui5-webcomponents/issues/1974)) |
| 25 | +([b45c0587](https://github.com/SAP/ui5-webcomponents/commit/b45c0587)) |
| 26 | + |
| 27 | +* **framework:** Take region into account for i18n assets ([#1985](https://github.com/SAP/ui5-webcomponents/issues/1985)) |
| 28 | +([a75c96d3](https://github.com/SAP/ui5-webcomponents/commit/a75c96d3)) |
| 29 | + |
| 30 | +* **tools:** Building third-party packages no longer fails ([#1994](https://github.com/SAP/ui5-webcomponents/issues/1994)) |
| 31 | +([afdd5064](https://github.com/SAP/ui5-webcomponents/commit/afdd5064)) |
| 32 | + |
| 33 | +### Code Refactoring |
| 34 | +* **ui5-flexlible-column-layout:** Add custom layouts configuration ([#1987](https://github.com/SAP/ui5-webcomponents/issues/1987)) |
| 35 | +([bbd5f114](https://github.com/SAP/ui5-webcomponents/commit/bbd5f114)) |
| 36 | + |
| 37 | + |
| 38 | +### Features |
| 39 | +* **ui5-input:** Announce suggestions count ([#1975](https://github.com/SAP/ui5-webcomponents/issues/1975)) |
| 40 | +([8dfa088](https://github.com/SAP/ui5-webcomponents/commit/8dfa088)) |
| 41 | + |
1 | 42 | # Change Log |
2 | 43 |
|
3 | 44 | All notable changes to this project will be documented in this file. |
4 | 45 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
5 | 46 |
|
6 | | -# [0.20.9](https://github.com/SAP/ui5-webcomponents/compare/v0.20.8...v0.20.9) (2020-07-21) |
| 47 | +# [0.21.9](https://github.com/SAP/ui5-webcomponents/compare/v0.21.8...v0.21.9) (2020-07-21) |
7 | 48 |
|
8 | 49 |
|
9 | 50 | ### Features |
|
0 commit comments