SAP / ui5-inspector

With the UI5 Inspector, you can easily debug and support your OpenUI5/SAPUI5 based apps.
https://sap.github.io/ui5-inspector/
Apache License 2.0
144 stars 57 forks source link

feat: show XML of XMLViews in elements registry #205

Closed erlethor closed 1 year ago

erlethor commented 2 years ago

New XML View tab in Elements Registry showing XMLView content

This PR introduces a new feature for the Elements Registry for sap.ui.core.mvc.XMLView controls. It provides easy access to the definition of an XMLView.

XMLViews may be bundled and minified in a component or library preload and therefor not easy to read. On top of that SAP Fiori elements is generating XMLViews dynamically based on OData metadata.

Usage

The XML of the selected XMLView will be shown.

Screenshot

image
cla-assistant[bot] commented 2 years ago

CLA assistant check
All committers have signed the CLA.

erlethor commented 1 year ago

@kineticjs Thank you Diana

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.4.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: