Skip to content

feat: show per-runtime UI5 Web Components info in App Info tab - #379

Open
IlianaB wants to merge 1 commit into
masterfrom
fix/webc-appinfo-review
Open

feat: show per-runtime UI5 Web Components info in App Info tab#379
IlianaB wants to merge 1 commit into
masterfrom
fix/webc-appinfo-review

Conversation

@IlianaB

@IlianaB IlianaB commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Merge classic SAPUI5 and UI5 Web Components application info on mixed pages instead of letting one framework win. WebC info is emitted as a single self-labelled "UI5 Web Components" group with one collapsible section per runtime (version, alias, scoping suffix, configuration, used/unused tags and features), rendered alongside the classic sections.

Additional improvements:

  • Drop the tag-conflict section: a runtime only records tags it wins, so diffing registeredTags across runtimes could never detect a collision.
  • Escape page-controlled strings (version/alias/scoping suffix) that land in DataView section titles, which are not escaped by the DataView.
  • Zero-pad runtime indices at 11+ runtimes so section titles keep numeric order under the DataView's alphabetical key sort.

Merge classic SAPUI5 and UI5 Web Components application info on mixed
pages instead of letting one framework win. WebC info is emitted as a
single self-labelled "UI5 Web Components" group with one collapsible
section per runtime (version, alias, scoping suffix, configuration,
used/unused tags and features), rendered alongside the classic sections.

Additional improvements:
- Drop the tag-conflict section: a runtime only records tags it wins, so
  diffing registeredTags across runtimes could never detect a collision.
- Escape page-controlled strings (version/alias/scoping suffix) that land
  in DataView section titles, which are not escaped by the DataView.
- Zero-pad runtime indices at 11+ runtimes so section titles keep numeric
  order under the DataView's alphabetical key sort.
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.

1 participant