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

fix: fixed UI5 version detection #187

Closed plamenivanov91 closed 2 years ago

plamenivanov91 commented 2 years ago

Problem: When the inspected app is built the UI5 Tooling, the version which we take from the "sap.ui.getVersionInfo" API is incorrect. This results in some unwanted behavior in the "Event Registry" tab of the inspector.

Solution: We take the framework version from the framework's core configuration which always returns the correct data.

github-actions[bot] commented 2 years ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: