Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for IE #1129

Open
sandstrom opened this issue Mar 30, 2021 · 2 comments
Open

Drop support for IE #1129

sandstrom opened this issue Mar 30, 2021 · 2 comments
Labels
Feature Feature requests/suggestions

Comments

@sandstrom
Copy link

Most tech companies (LinkedIn, Zendesk, etc) has already dropped support for IE11.

Microsoft themselves will drop support in August (https://www.theverge.com/2020/8/17/21372487/microsoft-internet-explorer-11-support-end-365-legacy-edge).

https://death-to-ie11.com/

Maybe this repo could drop support for IE?

Support would still be available in earlier versions, so anyone who still need it can just pin their version and not upgrade.

I'm guessing it would allow for dropping a bunch of work-arounds and IE specific stuff + enable use of some modern web APIs.

@leongersen
Copy link
Owner

Thanks for the suggestion. There isn't all that much logic in the library to continue supporting older IE versions. It mostly boils down to supporting the lack of classList, some quirks around event properties (such as button/buttons), and the older PointerEvents implementation.

When these considerations start being a problem, I'd consider dropping support for older browsers. For now, I'm not planning to actively remove support, since the impact is so minor.

@sandstrom
Copy link
Author

sandstrom commented Apr 16, 2021

@leongersen Makes sense, thanks! Feel free to close.

@leongersen leongersen added the Support Questions and other support issues label Oct 7, 2021
@leongersen leongersen added Feature Feature requests/suggestions and removed Support Questions and other support issues labels May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Feature requests/suggestions
Projects
None yet
Development

No branches or pull requests

2 participants