Stoyan
Stoyan
This should not be merged, it is a test !
It is a draft.
When having a long `subTitle` text in a ``, the text is getting truncated without an ellipsis and the item is getting cut from the side. With this change we...
Previously when `secondaryCalendarType` was set to `Islamic` or `Persian`, the texts of the months' names didnt had enough space in the cell to be displayed on one row, which wasnt...
### Bug Description When having a long subTitle text in a ``, the text is getting truncated without an ellipsis and the item is getting cut from the side. ###...
Our `` component used to round off the numbers based on the `valuePrecision` property. However this wasn't always the desired behavior. For that reason we decided to give the application...
### Feature Request Description Currently there is no way of showing the complete text of a Timeline item, if it is being truncated. The client would like to be able...
Downport of fix #8293
We are introducing a **selected** property to the `ui5-color-palette-item`. This enhancement allows users to explicitly set a **selected state** to **any** `ui5-color-palette-item`. For example, previously the first item was always...
The text of `ui5-link` now wraps by default. BREAKING CHANGE: `wrapping-type` property default value has changed from `None` to `Normal`. Before: ```html some very very very long link ``` Now:...