Skip to content

Commit

Permalink
feat(Browser support): support for IE 9/10 has been dropped
Browse files Browse the repository at this point in the history
Due to lack of interest in still supporting legacy IE, implementation issues and Ember itself presumably dropping support in 3.0, this decision was taken. See #454

BREAKING CHANGE: support for IE 9/10 has been dropped
  • Loading branch information
simonihmig committed Sep 30, 2017
1 parent 34abf71 commit 343865f
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 642 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -89,7 +89,6 @@
"ember-assign-polyfill": "^2.0.1",
"ember-cli-babel": "^6.6.0",
"ember-cli-build-config-editor": "0.5.0",
"ember-cli-classlist-polyfill": "^0.1.0",
"ember-cli-htmlbars": "^2.0.2",
"ember-runtime-enumerable-includes-polyfill": "^2.0.0",
"ember-wormhole": "^0.5.2",
Expand Down
2 changes: 0 additions & 2 deletions testem.sauce.js
Expand Up @@ -10,8 +10,6 @@ module.exports = {
'SLChrome',
'SLFirefox',
'SLIE11',
'SLIE10',
'SLIE9',
'SLSafari',
'SLSafariLast'
],
Expand Down

0 comments on commit 343865f

Please sign in to comment.