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

handle element registry in not supported versions #136

Closed nnaydenow closed 3 years ago

nnaydenow commented 3 years ago

Element registry (sap.ui.core.Element.registry) was introduced in version 1.67 of OpenUI5. Element registry tab is not able to be used in versions below that because it will have to be based on private APIs which are not stable.

Fixes: #132

Govikk commented 3 years ago

This marge causes plugin to stop working. in one place variable aResults wasn't change to aRegisteredElements instead of aResults.push({ it should be aRegisteredElements.push({

github-actions[bot] commented 3 years ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: