formio / formio.js

JavaScript powered Forms with JSON Form Builder
https://formio.github.io/formio.js
MIT License
1.83k stars 1.04k forks source link

Remove *zoom (IE7 hack) #5635

Closed timneutkens closed 3 weeks ago

timneutkens commented 3 weeks ago

Currently this file includes invalid CSS which fails to parse on some of the modern tooling like lightningcss.dev.

Since IE7 is severely outdated I don't think this property is needed nowadays, given that even IE11 is fully deprecated.

Details on the Next.js repo: https://github.com/vercel/next.js/issues/66394

Link to Jira Ticket

https://formio.atlassian.net/browse/FIO-XXXX

Description

What changed?

Previously, formio.js ... This PR replaces this behavior by ...

Why have you chosen this solution?

Although there were many potential solutions such as ..., [my solution] was best because ...

Dependencies

This PR depends on the following PRs from other Form.io modules: ...

How has this PR been tested?

I added automated tests to cover [all/the following] cases, including ...

Checklist:

brendanbond commented 3 weeks ago

hey thanks a lot @timneutkens !

timneutkens commented 3 weeks ago

No problem!