Skip to content

refactor(ui5-title): wrap text by default#8916

Merged
ilhan007 merged 3 commits intomainfrom
title_default_wrapping
May 9, 2024
Merged

refactor(ui5-title): wrap text by default#8916
ilhan007 merged 3 commits intomainfrom
title_default_wrapping

Conversation

@dimovpetar
Copy link
Copy Markdown
Member

@dimovpetar dimovpetar commented May 8, 2024

The text of ui5-title now wraps by default.

BREAKING CHANGE: wrapping-type property default value has changed from None to Normal.
Before:

<ui5-title>some very very very long title</ui5-title> <!-- would truncate the text if there is not enough space -->

Now:

<ui5-title>some very very very long title</ui5-title> <!-- would let the text wrap if there is not enough space -->

Related to #8461

Copy link
Copy Markdown
Contributor

@ilhan007 ilhan007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can also remove these

Screenshot 2024-05-08 at 21 04 18

@ilhan007 ilhan007 merged commit f267f50 into main May 9, 2024
@ilhan007 ilhan007 deleted the title_default_wrapping branch May 9, 2024 14:04
@dimovpetar dimovpetar mentioned this pull request May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants