SAP / ui5-webcomponents-react

A wrapper implementation for React of the UI5 Web Components that are compliant with the SAP Fiori User Experience
https://sap.github.io/ui5-webcomponents-react/
Apache License 2.0
436 stars 97 forks source link

Cleanup Device #1791

Closed MarcusNotheis closed 3 years ago

MarcusNotheis commented 3 years ago

The Device class is basically copied from openui5 at the beginning of this project and has lots of coding which isn't actually used. Our library should only contain coding we or our users need:

Media

The Media file is supporting various rangesets, but the SAP Standard Extended is the only one used.

Support

--> supportRetina is the only check that is not always returning true in our supported browsers but it is never used internally. Should be move up that API to the Device or delete the Support file entirely?

Utils

Device

ui5-webcomponents-react-bot commented 3 years ago

:tada: This issue has been resolved in version v0.17.0 :tada:

The release is available on v0.17.0

Your semantic-release bot :package::rocket: