erdapfel icon indicating copy to clipboard operation
erdapfel copied to clipboard

IE 11 support drop

Open bbecquet opened this issue 3 years ago • 2 comments

Checklist of technical simplifications and improvements after support of IE11 has been dropped:

  • [x] Remove "Explorer 11" from babel targets
  • [ ] CSS vars
  • [ ] Simplify conditional classList.add/remove by replacing with 2-args toggle
  • [ ] Simplify array and string lookups with includes
  • [ ] Simplify custom events creation
  • [ ] Remove url-search-params-polyfill from dependencies
  • [ ] Use IntersectionObserver instead of some costly scroll listeners
  • [ ] Use hover media query to check if device supports mouseover interaction

To be completed.

bbecquet avatar Dec 15 '20 15:12 bbecquet

-Array.includes() would be available

G-Ray avatar Dec 15 '20 15:12 G-Ray

  • [ ] Remove url-search-params-polyfill from dependencies

amatissart avatar Dec 15 '20 15:12 amatissart