Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(ui5-illustrated-message): rename IllustrationMessageSize enum #9302

Merged
merged 2 commits into from
Jun 27, 2024

Conversation

dobrinyonkov
Copy link
Contributor

@dobrinyonkov dobrinyonkov commented Jun 26, 2024

As follow up of #8605 the enumeration of the design property is renamed to IllustrationMessageDesign

Additionally, since tags are adjusted to 2.0.0

BREAKING CHANGE: The enum IllustrationMessageSize is renamed to IllustrationMessageDesign.
If you have previously imported the enum:

import IllustrationMessageSize from "@ui5/webcomponents-base/dist/types/IllustrationMessageSize.js";

Now import IllustrationMessageDesign instead:

import IllustrationMessageDesign from "@ui5/webcomponents-base/dist/types/IllustrationMessageDesign.js";

Related to #8461, #7887

@dobrinyonkov dobrinyonkov merged commit 6fe2a02 into main Jun 27, 2024
10 checks passed
@dobrinyonkov dobrinyonkov deleted the ui5-il-message-design-enum branch June 27, 2024 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants