Releases: UI5/webcomponents
v1.0.2
v0.31.25
Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
0.31.25 (2021-11-29)
Bug Fixes
v0.31.24
Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
0.31.24 (2021-11-23)
Bug Fixes
- ui5-tab-container, ui5-shellbar: add stable selectors (#4369) (dc2ea58)
- ui5-date-picker: align day names in hide-week-numbers mode (#4309) (9dcc887), closes #4260
- ui5-tab-container: fix shadow DOM selector (#4261) (#4273) (735d9c4)
Features
v0.31.23
Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
0.31.23 (2021-11-17)
Bug Fixes
- ui5-input: escape HTML before highlighting suggestions (XSS) (#4296) (8120f6c), closes #4245
- ui5-link: add underlining in the regular state in
hcb / hcw(#3960) (e44dc97)
Features
v1.0.1
Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
1.0.1 (2021-11-10)
Fixes
- build: start shipping .css files to NPM #4308
The CSP-compliance for Firefox/Safari requires the /dist/css/ directory for the main, fiori and theming packages to be in NPM
v1.0.0
v1.0.0-rc.16
Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
1.0.0-rc.16 (2021-11-09)
New Component
New Theme
New Icons
Features
- framework: allow using a custom i18n library (#4119) (56f366f)
- framework: implement better custom theme support (#4121) (31e30f8)
- framework: handle PAGE UP and PAGE DOWN in ItemNavigation (#3727) (91a974f)
- framework: load new "72Black" font face (#4139) (2be7869)
- framework: enable
getDomReffor abstract web components (#4210) (d1ebea3) - tools: create NPM init script (#4090) (5608e04)
- ui5-calendar: support secondary calendar type (#3634) (fca7508)
- ui5-card: introduce
accessibleNameproperty (#4021) (54fdb3a) - ui5-card-header: implement
ariaLevelproperty (#3878) (b2b2ccd) - ui5-carousel: implement F7 keyboard functionality (#3559) (df0ace8), closes #3092
- ui5-date-picker: introduce preventable change and input events (#3609) (05e0769), closes #3516 #3516
- ui5-illustrated-message: add TNT illustration set (#3857) (0ade371)
- ui5-illustrated-message: introduce
subtitleslot (#3633) (96ccf93), closes #3557 #3557 - ui5-panel:
noAnimationproperty introduced (#3694) (fc7972b), closes #3505 - ui5-product-switch: add
selectedstate to an item (#3872) (9e7928b) - ui5-progress-indicator: implement
displayValueproperty (#3879) (50008d0), closes #3573 #3573 - ui5-responsive-popover: add
preventInitialFocusparameter toshowAtmethod (#3595) (62d1079), closes #3473 - ui5-side-navigation: add tooltip to all items (#3921) (5849a38), closes #3549 #3549
- ui5-tree: introduce
item-mouseover/item-mouseoutevents (#3990) (e8b6145) - ui5-upload-collection: add
accessibleNameproperty (#3917) (ea79fb3), closes #3768 #3768 - ui5-view-settings-dialog: introduce
filtersection (#3616) (52987c2)
BREAKING CHANGES
- framework: The async
fetchI18nBundlefunction is now removed. Use asyncgetI18nBundleinstead #4128 - icons: The icons SVG imports are changed. If you previously had
import "@ui5/webcomponents-icons/dist/accept.svg";you have to import the SVGs from the v4/ (SAP-icons4.0) or the v5/ (SAP-icons5.0) directory:
import "@ui5/webcomponents-icons/dist/v4/accept.svg"; // for SAPIcons4.0
import "@ui5/webcomponents-icons/dist/v5/accept.svg"; // for SAPIcons5.0- theming:
theme-basepackage deprecated in favour ofthemingpackage. #4133 - ui5-breadcrumbs-item: BreadcrumbsItem's
stableDomRefproperty has been removed - usegetDomRefto get the matching actual DOM ref. #4284 - ui5-message-strip: The MessageStrip component's tag name has been renamed from
ui5-messagestriptoui5-message-strip. #4268 - ui5-input: The
suggestion-scrollevent has been removed as no UX specified. #4141 - ui5-option, ui5-combobox-item, ui5-multi-combobox-item, ui5-tab: The
stableDomRefproperty has been removed - usegetDomRefto get the matching actual DOM ref. #4210. - ui5-shellbar-item: ShellBarItem's event
item-clickhas been renamed toclick. #4282 - ui5-wizard: The
accessible-nameproperty has been removed. #4262
Bug Fixes
- ui5-*: add global styles for
tap-highlight-color(18dab92) - ui5-avatar: correct background when
imageslot is used (#4117) (81d7815) - ui5-button: fix hover state for combi device(#4100) (6ab905c)
- ui5-card: fix
accessibleNameRefvalue (#4118) (07e8d44), closes #3681 - ui5-combobox: fix autocomplete on Safari (#3999) (2ee4feb)
- ui5-date-picker: fox hover state on
readonlyis now fixed (#4272) (535d0e5) - ui5-datetime-picker: fix the focus border (#4250) (9404c73)
- ui5-datetime-picker: fix JS error not thrown on Firefox browser (#4164) (7d773d5), closes #4136
- ui5-dialog: fix resize handler console warning ([#4138](https://github.com/SAP/ui5-webcompon
- ui5-input: escape HTML before highlighting suggestions (XSS) (2a4919e), closes #4245
- ui5-input: prevent suggestion popover open on focusin (#3997) (0b3e12f)
- ui5-avatar: fix font-size and color-scheme (#3799) (ea8ef59)
- ui5-bar: fix cente...
v0.31.22
Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
0.31.22 (2021-10-26)
Bug Fixes
Features
- ui5-card: introduce accessible-name-ref to replace aria-labelledby (3f7138c)
BREAKING CHANGE
- ui5-card: introduce accessible-name-ref (3f7138c)
If previously used "aria-labelledby", not you have to change it to accessible-name-ref
v0.31.21
Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
0.31.21 (2021-10-16)
Bug Fixes
- ui5-flexible-column-layout: fix speech output on layout arrows (#4034) (abfee41), closes #3699
- ui5-input: fix suggestiions interaction on mobile (#4025) (ebd2065)
- ui5-list: remove unnecessary scrollbar on RTL in MultiSelect mode (#4085) (023081e), closes #3947
- ui5-list, ui5-table, ui5-notification, ui5-busy-indicator: getFocusDomRef returns the correct element when busy (#3951) (feaa63f), closes #3922
Features
v0.31.20
Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
0.31.20 (2021-10-03)
Bug Fixes
- ui5-dialog: fix
aria-labeltext screen reading (#3936) (622344d), closes #3778 - ui5-icon: set
aria-hidden=trueon decorative icons (#3983) (e558159), closes #3954 - ui5-timeline: fix a11y issues (#4053) (2379c97), closes #3459
- ui5-list: announce the selection mode of the list on entry (#4018) (58c36b1), closes #3806
Features
BREAKING CHANGES
- ui5-popover:
ariaLabelhas been replaced byaccessibleName