Stoyan
Stoyan
Replacing `openPicker` method with `open` property in `ui5-time-picker` component. BREAKING CHANGE: removed `openPicker()`, `closePicker()` and `isOpen()` methods. Before the ui5-time-picker popover could be opened and closed by calling `openPicker()` and...
Previously there was a missing `font-size` CSS Property of the text of the `ui5-menu-li` web component. With this change we adjust the font-size, according to VD. ### Before  ###...
### Bug Description Hello team, While working on #10843 I noticed that when hovering over the arrow icon of an item of the `ui5-side-navigation` (i.e the item has subitems), the...
Previously, when no `placeholder` was provided in our Date/Time components, the default placeholder simply displayed the `formatPattern` string (e.g., `MMM d, y`, `dd/MM/yyyy - dd/MM/yyyy`). With this change, if no...
The `ui5-timeline` web component's accessibility semantics should be improved as they are currently not according to specification. This is a PoC exploring different approaches and possibilities, and this change is...
The CLDR data is loaded asynchronously during component definition via dynamic imports `customElements.whenDefined()` resolves when the element is registered, not when async data is loaded This caused a race condition...