Nayden Naydenov
Nayden Naydenov
Introduced altTypes (alternative type) for properties. Some limitations that we have to discuss: - Boolean can't have altTypes, because its value depends if the attribute appears. - String property can't...
Added new CSS style class `.ui5-content-native-scrollbars`. This property remove custom added styles to components, which overstyle scrollbar. To use native scrollbar styles, you have to add the CSS style class...
Added missing `ui5-` prefix to all templates. Part of: #5646
As we internally synced if event is described in metadata of the component, it must be used with `ui5-` prefix in following cases: - When event listener is used in...
Now, we support two scenarios where OpenUI5/ SAPUI5 is detected and stand-alone web components project. If OpenUI5Support is feature is registered, we leave previous implementation where sap.ui.core CSS variables should...
Hello colleagues, I noticed that `Sub-menu creation, opening, closing and destroying` regularly fails when PR is created even if the change is not related to the `ui5-menu` component. 
Previously, if there was a multi package hierarchy (e.g. NotificationListItem) some properties were missing. With this change all properties are displayed. In addition, implemented interfaces are added to each child...
### Bug Description https://sap.github.io/ui5-webcomponents/nightly/playground/main/pages/Button/ Clicking on the `Bar` text doesn't focus the button. ```html Action Bar Button ``` ### Affected Component _No response_ ### Expected Behaviour _No response_ ### Isolated...
Integrate popover browser API to `ui5-popover` and `ui5-dialog` behind `useNativePopovers` config.