Browse Source

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 5 years ago committed by GitHub
parent
commit
57c2dd90c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .browserslistrc
  2. 11
      docs/browser-support.md

8
.browserslistrc

@ -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

11
docs/browser-support.md

@ -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
``` ```

Loading…
Cancel
Save