Skip to content

Commit f14da2f

Browse files
Portugal, Marcelomportuga
Portugal, Marcelo
authored andcommitted
fix(utils.js): Remove IE9 from supported browsers list.
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
1 parent 323fa95 commit f14da2f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/grunt/utils.js

-7
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,6 @@ var util = module.exports = {
102102
platform: 'Mac 10.12',
103103
version: '11'
104104
},
105-
'SL_IE_9': {
106-
base: 'SauceLabs',
107-
browserName: 'internet explorer',
108-
platform: 'Windows 7',
109-
version: '9',
110-
'X-UA-Compatible': 'IE=edge,chrome=1'
111-
},
112105
'SL_IE_10': {
113106
base: 'SauceLabs',
114107
browserName: 'internet explorer',

0 commit comments

Comments
 (0)