Skip to content

Commit

Permalink
fix(utils.js): Remove IE9 from supported browsers list.
Browse files Browse the repository at this point in the history
Since this browser is frequently the one that gives us issues for new changes and we are moving
towards angular 5 support, I am dropping it from our supported list.

BREAKING CHANGE: IE9 is no longer officially supported.

Closes #2273, #2552, #3593, #3854, #4439
  • Loading branch information
Portugal, Marcelo authored and mportuga committed Mar 11, 2018
1 parent 323fa95 commit f14da2f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/grunt/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,6 @@ var util = module.exports = {
platform: 'Mac 10.12',
version: '11'
},
'SL_IE_9': {
base: 'SauceLabs',
browserName: 'internet explorer',
platform: 'Windows 7',
version: '9',
'X-UA-Compatible': 'IE=edge,chrome=1'
},
'SL_IE_10': {
base: 'SauceLabs',
browserName: 'internet explorer',
Expand Down

0 comments on commit f14da2f

Please sign in to comment.