v1.12.0
ui5-webcomponents-bot
released this
04 Apr 08:11
·
2065 commits
to main
since this release
1.12.0 (2023-04-04)
Bug Fixes
- framework: fix relative paths for external themes (#6799) (df1ddfc)
- framework: fix ESLint for JS 3rd party projects (#6725) (215a888)
- framework: apply theme after every theme props registration (#6718) (9b6c414), closes #6666
- framework: inline sources in the .map file so the src folder is not mandatory (#6732) (16771a6)
- i18n: use correct i18n text bundle (#6720) (9636000)
- theming: fix icons version display for custom themes (built via the ThemeDesigner) (#6815) (63ff800), closes #6758
- ui5-busy-indicator: height of the root element inherits the height of the Busy Indicator (#6805) (3659ca0), closes #6668
- ui5-breadcrumbs: import used arrow-down icon (#6685) (3a000ce)
- ui5-combobox: fire selection-change correctly (#6652) (3d70b44)
- ui5-checkbox: apply correct styles to down state (#6824) (c7c186d)
- ui5-daypicker: date selection range light blue indication (#6836) (d16cf33), closes #6781
- ui5-progress-indicator: disabled opacity fix (#6808) (1174b48)
- ui5-list: forward focus behaviour (#6790) (3ac819c)
- ui5-multi-combobox: prevent focus lost after token deletion (#6734) (d23b8d7), closes #6671
- ui5-select: selected option is announced on dropdown open (#6733) (6a6f87f)
- ui5-side-navigation: correct-style description (#6814) (38b14c5)
- ui5-date-picker: change and restore value if change event is prevented (#6693) (597017f)
- ui5-datetime-picker: align styles in footer (#6665) (d58da29), closes #4852
- ui5-input, ui5-textarea: remove redundant styles (#6662) (52ff41a)
- ui5-icon: aria-label change (#6584) (932f451)
- ui5-input: remove field value when cleared in change event handler (#6417) (aeca9ac), closes #6249
- ui5-popover: flip horizontalAlign Right with Left and vice versa in RTL (#6645) (043a263)
- ui5-split-button: align styles in icon only mode (#6697) (dbdf625), closes #6688
- ui5-step-input: align style to specification (#6699) (85b4f8e), closes #6687
- ui5-textarea: apply correct styles to value state None (#6804) (6f7a22b)
Features
- framework: enhance create-ui5-element command to create component in TS (#6609) (d870065)
- framework: re-export all public imports from index.js (#6823) (a08d464)
- framework: add default values for language/theme (#6738) (36d3636)
- icons-tnt: add/update icons (#6756) (41e7cfd)
- icons-business-suite: update icons (#6755) (052ddcd)
- icons: add/update icons (#6754) (cad512a)
- ui5-datepicker: show only needed pickers based on date format (#6490) (182ebb2)
- ui5-product-switch: enable alignment of items (#6683) (97cba4b)
- ui5-illustrated-message: added new illustration type "Survey" (#6747) (43301a9)
- ui5-illustrated-message: added new illustrations (#6701) (bead264)
- ui5-upload-collection: add IllustratedMessage for empty state (#6657) (9ea5c93), closes #6271
- ui5-button: propagate icon default title to button (#6719) (575039e), closes #5733
- ui5-calendar: focus the nearest day when today is out of range (#6801) (e67a442), closes #6750
- ui5-switch: make change event preventable (#6603) (953a1d0), closes #5953