Skip to content

feat(ui5-static-area-item): StaticAreaItem can now be scoped #3076

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

Merged
merged 3 commits into from
Apr 1, 2021

Conversation

vladitasev
Copy link
Contributor

@vladitasev vladitasev commented Apr 1, 2021

Background: when new and old versions of UI5 Web Components are mixed on the same page and the old version has already upgraded the ui5-static-area-item tag, it will not have some of the newer functions. Therefore it should be scoped along with the other tags.

Changes:

  • StaticAreaItems.js can now be scoped
  • UI5Element.js delegates the creation of new static area items to StaticAreaItem.js
  • The IE11 CSS script is now aware of the static area item scoping

Note:

  • The ui5-static-area-item tag is defined lazily now, so that the app has had the chance to set the scoping suffix

Additionally:

  • ui5-wizard and ui5-wizard-step have been made scoping-friendly

@vladitasev vladitasev requested a review from niyap April 1, 2021 10:16
@vladitasev vladitasev merged commit 9a7ffe4 into master Apr 1, 2021
@vladitasev vladitasev deleted the static-area-item-suffix branch April 1, 2021 11:15
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