File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed
Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments