-
Notifications
You must be signed in to change notification settings - Fork 355
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
opt-in IE11 / non-modern browser support #800
Comments
Addepar no longer requires IE11 support so I am amenable to a major release dropping support. Or to some tweaks which make it IE11 support opt-out within 2.x. It is a little unfortunate to ship a major fairly close to our recent major. I welcome other perspectives @bantic @frykten @wuarmin or any others. |
Great point; I did not consider the semantic versioning guarantees. I would then vote for a tweaks approach. |
@mixonic Current Ember version still support IE11: emberjs/website#3139 (comment) Anyway, if you drop support we'll be forced to fork ember-table. |
Please see #819 for a 3.0 plan. 2.x releases of Ember Table will of course continue to exist, however we're moving forward on a 3.0 plan which would mean a 3.0 final release without IE11 support probably some time in September. |
While debugging a performance issue, I noticed that ember-table has IE specific checks:
https://github.com/Addepar/ember-table/blob/master/addon/components/ember-table/component.js#L48-L51
ember-useragent imports ua-parser-js which leads to unwanted code in vendor.js.
As a developer who does not need to support IE11, I would like to opt-in for cross-browser support.
It would be nice if these could be eliminated using a macro style approach that prunes unwanted code from the final build.
related issues
#745, #490.
The text was updated successfully, but these errors were encountered: