]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
.browserslistrc: remove Android and make Safari/iOS 12 the minimum (#33399)
authorXhmikosR <xhmikosr@gmail.com>
Mon, 22 Mar 2021 21:02:10 +0000 (23:02 +0200)
committerGitHub <noreply@github.com>
Mon, 22 Mar 2021 21:02:10 +0000 (23:02 +0200)
.browserslistrc
.bundlewatch.config.json
js/tests/browsers.js

index cc24a06a0505f52e66ecbf1e41b4a542906067cc..c71c8b9c717b205e3fa24f90444fb40db4575006 100644 (file)
@@ -6,7 +6,6 @@ not dead
 Chrome >= 60
 Firefox >= 60
 Firefox ESR
-iOS >= 10
-Safari >= 10
-Android >= 6
+iOS >= 12
+Safari >= 12
 not Explorer <= 11
index 58de657940b233c083f988215acbefffaf234919..32826198c3bb70f63d3f07021ad00db70b4d9fee 100644 (file)
     },
     {
       "path": "./dist/js/bootstrap.bundle.js",
-      "maxSize": "43 kB"
+      "maxSize": "41 kB"
     },
     {
       "path": "./dist/js/bootstrap.bundle.min.js",
-      "maxSize": "22.75 kB"
+      "maxSize": "22 kB"
     },
     {
       "path": "./dist/js/bootstrap.esm.js",
-      "maxSize": "28.5 kB"
+      "maxSize": "27 kB"
     },
     {
       "path": "./dist/js/bootstrap.esm.min.js",
-      "maxSize": "19 kB"
+      "maxSize": "18 kB"
     },
     {
       "path": "./dist/js/bootstrap.js",
-      "maxSize": "29 kB"
+      "maxSize": "27 kB"
     },
     {
       "path": "./dist/js/bootstrap.min.js",
-      "maxSize": "16.5 kB"
+      "maxSize": "15.75 kB"
     }
   ],
   "ci": {
index 00ad77ad74116dfe759564f0b331a4fd4c3f2cba..b8e47a364f012739ee52afc995712bbe7d5c0898 100644 (file)
@@ -40,7 +40,7 @@ const browsers = {
   iphone7: {
     base: 'BrowserStack',
     os: 'ios',
-    os_version: '10.0',
+    os_version: '12.0',
     device: 'iPhone 7',
     real_mobile: true
   },