|
| 1 | +# Change Log |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
| 5 | + |
| 6 | +# [0.23.1](https://github.com/SAP/ui5-webcomponents/compare/v0.23.0...v0.23.1) (2020-08-24) |
| 7 | + |
| 8 | +### Features |
| 9 | + |
| 10 | +* **ui5-datepicker:** introduce required property ([#2117](https://github.com/SAP/ui5-webcomponents/issues/2117)) ([e282fc8](https://github.com/SAP/ui5-webcomponents/commit/e282fc8)) |
| 11 | +* **ui5-datepicker:** introduce ariaLabel and ariaLabelledby properties ([#2126](https://github.com/SAP/ui5-webcomponents/issues/2126)) ([e0f93fa](https://github.com/SAP/ui5-webcomponents/commit/e0f93fa)) |
| 12 | +* **ui5-select:** introduce required property ([#2116](https://github.com/SAP/ui5-webcomponents/issues/2116)) ([f66875a](https://github.com/SAP/ui5-webcomponents/commit/f66875a)) |
| 13 | +* **ui5-select:** introduce ariaLabel and ariaLabelledby properties ([#2125](https://github.com/SAP/ui5-webcomponents/issues/2125)) ([a58bf49](https://github.com/SAP/ui5-webcomponents/commit/a58bf49)) |
| 14 | +* **ui5-textarea:** introduce ariaLabel and ariaLabelledby properties ([#2124](https://github.com/SAP/ui5-webcomponents/issues/2124)) ([c005478](https://github.com/SAP/ui5-webcomponents/commit/c005478)) |
| 15 | +* **framework:** dynamic custom elements scoping ([#2091](https://github.com/SAP/ui5-webcomponents/issues/2091)) ([3588542](https://github.com/SAP/ui5-webcomponents/commit/3588542)) |
| 16 | + |
| 17 | + |
| 18 | +### Fixes |
| 19 | +* **ui5-input:** fix aria-required announcement ([#2114](https://github.com/SAP/ui5-webcomponents/issues/2114)) ([0e0de82](https://github.com/SAP/ui5-webcomponents/commit/0e0de82)) |
| 20 | +* **ui5-input:** announce custom valueStateMessage ([#2120](https://github.com/SAP/ui5-webcomponents/issues/2120)) ([8f8a0d4](https://github.com/SAP/ui5-webcomponents/commit/8f8a0d4)) |
| 21 | +* **ui5-popover:** fix arrow horizontal position ([#2129](https://github.com/SAP/ui5-webcomponents/issues/2129)) ([7a1c3eb](https://github.com/SAP/ui5-webcomponents/commit/7a1c3eb)) |
| 22 | +* **ui5-dialog:** prevent interaction with outside content ([#2119](https://github.com/SAP/ui5-webcomponents/issues/2119)) ([d6ffa48](https://github.com/SAP/ui5-webcomponents/commit/d6ffa48)) |
| 23 | +* **ui5-textarea:** fix aria-required announcement ([#2113](https://github.com/SAP/ui5-webcomponents/issues/2113)) ([4f35c92](https://github.com/SAP/ui5-webcomponents/commit/4f35c92)) |
| 24 | +* **ui5-textarea:** announce custom valueStateMessage ([#2122](https://github.com/SAP/ui5-webcomponents/issues/2122)) ([4d27065](https://github.com/SAP/ui5-webcomponents/commit/4d27065)) |
| 25 | +* **ui5-toast:** avoid overlaying Dialog and Popover ([#2118](https://github.com/SAP/ui5-webcomponents/issues/2118)) ([1971a54](https://github.com/SAP/ui5-webcomponents/commit/1971a54)) |
| 26 | + |
| 27 | + |
| 28 | +### Refactoring |
| 29 | + |
| 30 | +* **ui5-title:** enable font-size customization ([#2135](https://github.com/SAP/ui5-webcomponents/issues/2135)) ([335e792](https://github.com/SAP/ui5-webcomponents/commit/335e792)) |
| 31 | + |
| 32 | + |
| 33 | + |
1 | 34 | # Change Log |
2 | 35 |
|
3 | 36 | All notable changes to this project will be documented in this file. |
|
0 commit comments