ember-learn / ember-website

The emberjs.com website.
https://emberjs.com/
MIT License
86 stars 185 forks source link

[Documentation] JavaScript Environment Requirements #1036

Open jenweber opened 1 year ago

jenweber commented 1 year ago

This issue was originally opened by @EWhite613 in https://github.com/emberjs/ember.js/issues/20471 and transferred to this repository. Copy-pasted content:

With the new Ember browser support policy it's difficult to see a way forward with Ember for apps that need to support legacy browser versions outside that statement.

Ember should have a JavaScript Environment Requirements like React did, and other libraries have. And include in changelogs when new features are used (react example).

This way those that need to support older legacy browser versions at least have an idea what they need to polyfill (or if they can even polyfill).

jenweber commented 1 year ago

Whoever picks up this ticket would need to do the following. This is not a beginner task, and requires knowledge of browser compatibility.