Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.6.0 (2022-07-25)
Features
- InvisibleMessage: make it available for application usage (#5468) (c6bcc02)
- ui5-calendar: show months and years from both primary and secondary calendar (#5412) (d5dc7ec)
- ui5-radio-button: add
accessibleName
property (#5548) (967b441), closes #5516 - ui5-shellbar: new property
accessibilityRoles
(#5551) (eef5c50), closes #4775
Bug Fixes
- Form Enablement: correct
submit
event behaviour (#5500) (07237ec) - Invisible Message: clear announcement after a while (#5446) (af213f1)
- All Inputs: adjust
placeholder
styling (#5547) (c427344) - ui5-bar: implement resize handlers for each slot (#5482) (a8a4acd)
- ui5-card: correct accessibility attribute (#5479) (48ff032)
- ui5-combobox: annouce group item’s text when accessed via keyboard (#5478) (0f60574)
- ui5-combobox: correct
ok
andclose
buttons behavior on mobile (#5541) (fdf25c3) - ui5-combobox: correctly fire
change
event on item press (#5447) (0218c19), closes #5432 - ui5-date-picker: adjust
background color
(#5466) (7ea3f49), closes #5396 - ui5-date-picker: adjust value help icon role (#5419) (56cc995), closes #5378
- ui5-input: enhance lazy loading (#5370) (73010dc)
- ui5-input, ui5-multi-input, ui5-combobox, ui5-multi-combobox: announce value state type (#5515) (82317d0), closes #5392
- ui5-li: correct accessibility attribute to checkbox (#5475) (88f278b)
- ui5-li-groupheader: use group role on UL nodes only (#5518) (1010f73), closes #5400
- ui5-list: focus handling on nested lists (#5502) (5d4ae79)
- ui5-multi-combobox: fix component scoping (#5553) (9c26e8e), closes #5521
- ui5-panel: add
tooltip
to expand/collapse icon (#5543) (533469d) - ui5-panel: enhance
aria-labelledby
handling (#5539) (410dee1) - ui5-radio-button: correct keyboard navigation in RTL (#5529) (bc726a9)
- ui5-select: announce value state type (#5538) (c0f8a2a)
- ui5-table: render selectAll checkbox only in case ui5-table is not empty (#5523) (cbf23d1)
- ui5-title: use correct font-family for Horizon Themes (#5457) (62c4c20)
- framework: fix
create-package
bugs (#5517) (f528f5c)