Skip to content

Commit

Permalink
Drop official IE 11 support
Browse files Browse the repository at this point in the history
Might still work but not guaranteed
  • Loading branch information
Nick Frasser committed Sep 19, 2022
1 parent fe3d6ac commit 398f5a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
packages. Use `linkify-string`, `linkify-html` and `linkify-plugin-*` instead.
* Refactored scanner internals break custom link plugins created with Linkify v3
* Links that begin with `mailto:` now have type `url` instead of `email`
* Drop official IE 11 support

### Added
* `linkify-plugin-ip` plugin for detecting IPv4 and IPv6 addresses
Expand Down
2 changes: 1 addition & 1 deletion test/ci1.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = function (config) {
base: 'BrowserStack',
browser: 'chrome',
os: 'OS X',
os_version: 'Big Sur'
os_version: 'Monterey'
},
bs_chrome_windows: {
base: 'BrowserStack',
Expand Down
11 changes: 2 additions & 9 deletions test/ci2.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = function (config) {
base: 'BrowserStack',
browser: 'safari',
os: 'OS X',
os_version: 'Big Sur'
os_version: 'Monterey'
},
bs_ios_safari: {
base: 'BrowserStack',
Expand All @@ -29,14 +29,7 @@ module.exports = function (config) {
base: 'BrowserStack',
browser: 'edge',
os: 'Windows',
os_version: '10'
},
bs_ie_11: {
base: 'BrowserStack',
browser: 'ie',
browser_version: '11.0',
os: 'Windows',
os_version: '8.1'
os_version: '11'
}
};

Expand Down

0 comments on commit 398f5a1

Please sign in to comment.