-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update browser support policy (#2154)
- Loading branch information
1 parent
ddf6e90
commit eef360c
Showing
9 changed files
with
36 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# The browsers that are explicitly supported | ||
chrome >= 63 | ||
chrome >= 73 | ||
firefox >= 67 | ||
safari >= 11.1 | ||
ios_saf >= 11.3 | ||
safari >= 12.1 | ||
ios_saf >= 12.2 | ||
edge >= 79 | ||
opera >= 50 | ||
samsung >= 8.2 | ||
opera >= 60 | ||
samsung >= 11.1 | ||
|
||
# The features that the script checks for | ||
supports css-grid and supports object-entries and supports es6-module-dynamic-import |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
'@sumup/cna-template': major | ||
'@sumup/circuit-ui': major | ||
--- | ||
|
||
Updated the list of supported browsers: | ||
|
||
| Browser | Previous | New | | ||
| ---------------- | -------- | ----- | | ||
| Chrome | 63+ | 73+ | | ||
| Firefox | 67+ | 67+ | | ||
| Edge | 79+ | 79+ | | ||
| Safari iOS | 11.0+ | 12.2+ | | ||
| Safari macOS | 11.1+ | 12.1+ | | ||
| Opera | 50+ | 60+ | | ||
| Samsung Internet | 8.2+ | 11.1+ | |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# The browsers that are explicitly supported | ||
chrome >= 63 | ||
chrome >= 73 | ||
firefox >= 67 | ||
safari >= 11.1 | ||
ios_saf >= 11.3 | ||
safari >= 12.1 | ||
ios_saf >= 12.2 | ||
edge >= 79 | ||
opera >= 50 | ||
samsung >= 8.2 | ||
opera >= 60 | ||
samsung >= 11.1 | ||
|
||
# The features that the script checks for | ||
supports css-grid and supports object-entries and supports es6-module-dynamic-import |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters