eclipsesource / jsonforms

Customizable JSON Schema-based forms with React, Angular and Vue support out of the box.
http://jsonforms.io
Other
2.22k stars 373 forks source link

chore: remove 'matchMedia' mock #2370

Closed sdirix closed 2 months ago

sdirix commented 2 months ago

The 'matchMedia' mock was previously introduced to workaround the 'Hidden' component of Material UI not rendering in case media queries are not available in the environment.

With JSON Forms 3.3.0 we removed all usages of the 'Hidden' component so the 'matchMedia' mock is also no longer required.

netlify[bot] commented 2 months ago

Deploy Preview for jsonforms-examples ready!

Name Link
Latest commit a23e99003b7515d0fe9941eb7e5485263d134984
Latest deploy log https://app.netlify.com/sites/jsonforms-examples/deploys/66cf378b0e5d2e0007e87eed
Deploy Preview https://deploy-preview-2370--jsonforms-examples.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

coveralls commented 2 months ago

Coverage Status

coverage: 83.284% (-0.001%) from 83.285% when pulling 8baefa654b83d41da5ec175bcc8528a0cdcb5089 on sdirix:remove-matchmedia-mock into bd117541c77b720083b37f8925f244e98f65548f on eclipsesource:master.

sdirix commented 2 months ago

I rebased on master, no other changes