Reputation: 9294
Is there a documented list of desktop browsers and versions which support Ember.js apps? That is, if I say an app developed in Ember.js will support IE 9+, FF 11+, Chrome 17+, Safari 5+, will I be overreaching or underreaching? If support is fluid, what does it depend on?
Upvotes: 36
Views: 16069
Reputation: 27417
Browser Supportability For Ember 2.x
Base on the Github README, https://github.com/emberjs/ember.js/
The following browsers versions are supported.
Upvotes: 1
Reputation: 17186
It has been announced that Ember 2.0 will support IE9+, and that the 1.13.x series will be the last version to support IE 8.
Upvotes: 5
Reputation: 5056
When doing new releases we run tests across all platforms available on BrowserStack. We have a couple test failures on some of the older platforms, but in practice they all do work. The biggest concern if you support older versions of IE is performance. However, it should still work properly. It definitely supports all modern browsers and mobile platforms, though built in touch support is limited.
Upvotes: 42