neos-ui icon indicating copy to clipboard operation
neos-ui copied to clipboard

Remove Internet Explorer 11 Support

Open markusguenther opened this issue 5 years ago • 3 comments

Description

The IE 11 is dead and even some of the libraries we use (ckeditor 5) are not compatible anymore. So we should remove the IE support and get rid of some polyfills and so one.

As it is to short before the 6.0 release we should tackle that for the next 6.1 version :)

  • [ ] Remove ckeditor version 4
  • [ ] Check if we still need polifills
  • [ ] Cleanup styles and remove potential IE hacks

markusguenther avatar Nov 25 '20 10:11 markusguenther

It has been a while ;) Actually, we are shipping CKEditor 4 and 5. The version 4 is for compatibility reasons because this one worked in the older IE browsers. With version 8.0 I plan to drop this CKEditor version 4.

markusguenther avatar Feb 15 '22 20:02 markusguenther

are the './polyfills.js' still needed? https://github.com/neos/neos-ui/blob/master/polyfills.js

mhsdesign avatar Mar 14 '22 18:03 mhsdesign

Anything left to do on this?

albe avatar Apr 03 '22 13:04 albe

with #3200 we are now targeting es2020, removed (some if not all) polyfills and im working via #3266 on removing the autoprefixer.

i think thats the last task - but hard to get started

Cleanup styles and remove potential IE hacks

maybe it will up itself eventually over time ...

mhsdesign avatar Nov 26 '22 09:11 mhsdesign

I could find no comments referencing internet explorer, ie, microsoft, or ms (vendor prefixes and stuff) so i think we can close this ;)

mhsdesign avatar Feb 17 '23 20:02 mhsdesign