diff options
| author | Mark Otto <[email protected]> | 2019-05-03 10:54:29 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-05-03 10:54:29 -0700 |
| commit | a2594e1d6eefbc46a17edf2215547f55bdc7fe23 (patch) | |
| tree | a6803bc55bdc6f8cf909dc31d35167996aed7ca8 | |
| parent | 57a09376b14dce9ef097799fdae9883287d832d0 (diff) | |
| download | bootstrap-a2594e1d6eefbc46a17edf2215547f55bdc7fe23.tar.xz bootstrap-a2594e1d6eefbc46a17edf2215547f55bdc7fe23.zip | |
[WIP] Bump supported browsers for v5 (#28317)
* Bump supported browsers for v5
- Chrome history: https://en.wikipedia.org/wiki/Google_Chrome_version_history
- Firefox latest ESR (v60): https://www.mozilla.org/en-US/firefox/organizations/
- Edge history: https://en.wikipedia.org/wiki/Microsoft_Edge#Release_history
- Desktop Safari history: https://en.wikipedia.org/wiki/Safari_version_history
- Opera history: https://help.opera.com/en/opera-version-history/
* Update .browserslistrc
* Roll back Chrome several versions for now
Still WIP, but wanting to get this merged, so finding a slightly wider baseline
| -rw-r--r-- | .browserslistrc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.browserslistrc b/.browserslistrc index a814fbc3f..66df8f4f8 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -3,11 +3,11 @@ >= 1% last 1 major version not dead -Chrome >= 45 -Firefox >= 38 -Edge >= 12 +Chrome >= 60 +Firefox >= 60 +Edge >= 15.15063 Explorer 11 -iOS >= 9 -Safari >= 9 -Android >= 4.4 -Opera >= 30 +iOS >= 10 +Safari >= 10 +Android >= 6 +not ExplorerMobile <= 11 |
