1.15.0 (2023-06-30)
Bug Fixes
- framework: fix OpenUI5Support feature usage (#7265) (109b6ee), closes #7175
- framework: fix logo in
create-webcomponent-package(#7253) (3317e64) - framework: missing CSS variables in compact mode / rtl mode (#7189) (9b39b9c)
- framework: prioritize external fonts over locally installed (#7184) (c527c70), closes #7177
- framework: support older OpenUI5 getThemeRoot API (#7202) (54e615c), closes #7199
- ui5-bar: apply correct box-shadow parameter (#7150) (5f9ba23)
- ui5-bar: apply correct box-shadow parameter (#7150) (5f9ba23)
- ui5-bar: correct padding values in dialog (#7046) (b20c946)
- ui5-button: prevent event throw on mobile when disabled (#7254) (337a5fa), closes #7249
- ui5-calendar: prevent focus loss during arrow navigation with mouse/touch (#6957) (216f6a7)
- ui5-combobox: prevent selection of multiple items (#7223) (bb41f78)
- ui5-combobox: remove position announcement for group header items (#7214) (2cc9d18)
- ui5-illustrated-message: text update in Survey (#7146) (a4299ce)
- ui5-link: change width to max-width (#7233) (3be7358)
- ui5-multi-combobox: delete value after OK button is pressed (#7221) (26f0f79)
- ui5-multi-combobox: improve paste functionality (#7190) (dd438be)
- ui5-page: apply scrollbar styling (#7224) (09eb5be)
- ui5-progress-indicator: align icon value with VD (#7167) (7101f27)
- ui5-range-slider: adjust hover state visualization (#7232) (0ee7b8e)
- ui5-segmented-button: support custom width configuration (#6969) (f448af4)
- ui5-select: collision of 'popover' property with Google Chrome (#7162) (6066d46)
- ui5-shellbar: align notification counter badge (#7208) (1ee67f5)
- ui5-shellbar: improve RTL styling of searchField (#7089) (9373abf), closes #7065
- ui5-shellbar: overflow action text translated (#7218) (31af59c)
- ui5-shellbar: tweaked breakpoint size "S" responsive padding (#7219) (af597d1)
- ui5-side-navigation: cursor is pointer for selected items (#7229) (9292c6e), closes #7156
- ui5-static-area-item: element additional properties (#7166) (361ff95)
- ui5-tabcontainer: fix height in compact (#7280) (3c4a806)
- ui5-table: adjust samples (#7181) (d384932)
- ui5-table: correct width in case of no-data (#7163) (f5838a8)
- ui5-textarea collision of 'popover' property with Google Chrome (#7162) (6066d46)
- ui5-upload-collection: item-delete event and delete mode docs are now updated (#7106) (b12bccb)
- ui5-view-settings-dialog: fix footer buttons position (#7270) (e569e6b)
- ui5-wizard: apply scrollbar styling (#7224) (09eb5be)
- ui5-wizard: prevent throwing exception in the console (#7204) (c684135)
Features
- ui5-button: type property added (#7157) (0effdf7)
- ui5-li: provide option to set custom aria-setsize (#7187) (8ab1c2d)
- ui5-radio-button: update visual design to latest Horizon spec (#7148) (7768cec), closes #7001
- ui5-rating-indicator: add required and accessibleNameRef properties (#7185) (3cb09c6)
- ui5-side-navigation: update Horizon theme design (#7186) (819d153), closes #7160
- ui5-time-picker: Redesign the Time Picker component according to the new design (#6818) (1d910cf)
- ui5-tokenizer: truncate when having 1 token with long text (e9a7580), closes #5229