Skip to content

Commit

Permalink
feat(browserslist): drop ie support and tweak a bit the config (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres authored Aug 22, 2022
1 parent 6311614 commit d520b66
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 30 deletions.
20 changes: 12 additions & 8 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
ie >= 11
last 1 Edge version
last 1 Firefox version
last 1 Chrome version
last 1 Safari version
last 1 iOS version
last 1 Android version
last 1 ChromeAndroid version
# These browsers account for 89.03% of all users globally
last 5 versions
not ios_saf < 15
not safari < 15
not samsung < 17
not and_qq > 0
not and_uc > 0
not baidu > 0
not ie > 0
not kaios > 0
not op_mob > 0
not dead
24 changes: 12 additions & 12 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"dnd.js": {
"bundled": 340503,
"minified": 125035,
"gzipped": 37311
"bundled": 311009,
"minified": 118887,
"gzipped": 36435
},
"dnd.min.js": {
"bundled": 302346,
"minified": 107277,
"gzipped": 30915
"bundled": 273188,
"minified": 101163,
"gzipped": 30032
},
"dnd.esm.js": {
"bundled": 242968,
"minified": 126368,
"gzipped": 32917,
"bundled": 215667,
"minified": 120659,
"gzipped": 32350,
"treeshaked": {
"rollup": {
"code": 21062,
"import_statements": 577
"code": 18507,
"import_statements": 456
},
"webpack": {
"code": 24501
"code": 21728
}
}
}
Expand Down
18 changes: 8 additions & 10 deletions docs/about/browser-support.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
# Browser support 🌍

This library supports the standard [Atlassian supported browsers](https://confluence.atlassian.com/cloud/supported-browsers-744721663.html) for desktop:

| Desktop | Version |
| ------------------------------------ | ---------------------------------------------------- |
| Microsoft Internet Explorer(Windows) | Version 11 |
| Microsoft Edge | Latest stable version supported |
| Mozilla Firefox (all platforms) | Latest stable version supported |
| Google Chrome (Windows and Mac) | Latest stable version supported |
| Safari (Mac) | Latest stable version on latest OS release supported |
| Desktop | Version |
| ------------------------------------ | ------------------------------------------------------- |
| Microsoft Edge | Latest 5 stable versions supported |
| Mozilla Firefox (all platforms) | Latest 5 stable versions supported |
| Google Chrome (Windows and Mac) | Latest 5 stable versions supported |
| Safari (Mac) | Latest 5 stable versions on latest OS release supported |

| Mobile | Version |
| ------------------------ | --------------------------------------------------------- |
| Chrome (Android and iOS) | Latest stable version supported |
| Mobile Safari (iOS) | Latest stable version supported |
| Android (Android) | The default browser on Android 4.0.3 (Ice Cream Sandwich) |

_Internet Explorer 11 is no longer supported._

[← Back to documentation](/README.md#documentation-)

0 comments on commit d520b66

Please sign in to comment.