Skip to content

Commit 398f5a1

Browse files
author
Nick Frasser
committed
Drop official IE 11 support
Might still work but not guaranteed
1 parent fe3d6ac commit 398f5a1

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
packages. Use `linkify-string`, `linkify-html` and `linkify-plugin-*` instead.
88
* Refactored scanner internals break custom link plugins created with Linkify v3
99
* Links that begin with `mailto:` now have type `url` instead of `email`
10+
* Drop official IE 11 support
1011

1112
### Added
1213
* `linkify-plugin-ip` plugin for detecting IPv4 and IPv6 addresses

test/ci1.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = function (config) {
1010
base: 'BrowserStack',
1111
browser: 'chrome',
1212
os: 'OS X',
13-
os_version: 'Big Sur'
13+
os_version: 'Monterey'
1414
},
1515
bs_chrome_windows: {
1616
base: 'BrowserStack',

test/ci2.conf.js

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = function (config) {
1616
base: 'BrowserStack',
1717
browser: 'safari',
1818
os: 'OS X',
19-
os_version: 'Big Sur'
19+
os_version: 'Monterey'
2020
},
2121
bs_ios_safari: {
2222
base: 'BrowserStack',
@@ -29,14 +29,7 @@ module.exports = function (config) {
2929
base: 'BrowserStack',
3030
browser: 'edge',
3131
os: 'Windows',
32-
os_version: '10'
33-
},
34-
bs_ie_11: {
35-
base: 'BrowserStack',
36-
browser: 'ie',
37-
browser_version: '11.0',
38-
os: 'Windows',
39-
os_version: '8.1'
32+
os_version: '11'
4033
}
4134
};
4235

0 commit comments

Comments
 (0)