Update browserslist config (#2836)

* use the defaults
* drop Edge < 15
* drop Android since newer Android uses Android WebView which is Chromium-based
pull/2849/head
XhmikosR 2020-06-13 15:34:36 +03:00 committed by GitHub
parent 2545f04bf3
commit 57c2dd90c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 11 deletions

View File

@ -1,13 +1,11 @@
# https://github.com/browserslist/browserslist#readme # https://github.com/browserslist/browserslist#readme
>= 1% >= 0.2%
last 1 major version last 2 major versions
not dead not dead
Chrome >= 45 Chrome >= 45
Firefox >= 38 Firefox >= 38
Edge >= 12 Edge >= 15
Explorer >= 10 Explorer >= 10
iOS >= 9 iOS >= 9
Safari >= 9 Safari >= 9
Android >= 4.4
Opera >= 30

View File

@ -10,19 +10,18 @@ AdminLTE comes with the same browser support as Bootstrap 4.
> >
> For more details [look here](https://getbootstrap.com/docs/4.4/getting-started/browsers-devices/#supported-browsers). > For more details [look here](https://getbootstrap.com/docs/4.4/getting-started/browsers-devices/#supported-browsers).
You can find our supported range of browsers and their versions in [our .browserslistrc file](https://github.com/ColorlibHQ/AdminLTE/blob/v3-dev/.browserslistrc): You can find our supported range of browsers and their versions in [our .browserslistrc file](https://github.com/ColorlibHQ/AdminLTE/blob/master/.browserslistrc):
``` ```
# https://github.com/browserslist/browserslist#readme # https://github.com/browserslist/browserslist#readme
>= 1% >= 0.2%
last 1 major version last 2 major versions
not dead not dead
Chrome >= 45 Chrome >= 45
Firefox >= 38 Firefox >= 38
Edge >= 12 Edge >= 15
Explorer >= 10 Explorer >= 10
iOS >= 9 iOS >= 9
Safari >= 9 Safari >= 9
Android >= 4.4
Opera >= 30
``` ```