From 22b2c5e1142d9a33118f3d430858e5fe41dcb3b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Mon, 29 Jun 2015 19:16:10 +0200 Subject: [PATCH 1/7] Browser support: Update the site for jQuery 3.0.0 Closes #103 --- pages/browser-support.html | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/pages/browser-support.html b/pages/browser-support.html index 87df281..0ebca76 100644 --- a/pages/browser-support.html +++ b/pages/browser-support.html @@ -9,35 +9,34 @@

Current Active Support

Internet Explorer - Chrome - Firefox + Edge + Chrome, Firefox, Opera Safari - Opera iOS Android - jQuery 1.x - 6+ - (Current - 1) or Current - (Current - 1) or Current - 5.1+ - 12.1x, (Current - 1) or Current + jQuery + 9+ + Current + (Current - 1) and Current + 6.0+ 6.1+ 2.3, 4.0+ - jQuery 2.x - 9+ + jQuery Compat + 8+

Any problem with jQuery in the above browsers should be reported as a bug in jQuery.

-

(Current - 1) or Current denotes that we support the current stable version of the browser and the version that preceded it. For example, if the current version of a browser is 24.x, we support the 24.x and 23.x versions.

-

12.1x, (Current - 1) or Current denotes that we support Opera 12.1x as well as last 2 versions of Opera. For example, if the current Opera version is 20.x, we support Opera 12.1x, 19.x and 20.x but not Opera 15.x through 18.x.

+

(Current - 1) and Current denotes that we support the current stable version of the browser and the version that preceded it. For example, if the current version of a browser is 24.x, we support the 24.x and 23.x versions.

+

Current denotes that we support only the latest stable build of the browser.

+

If you need to support older browsers like Internet Explorer 6-7, Opera 12.17 or Safari 5.1, use jQuery 1.11.3.


Unsupported Browsers

From e1338445eca0bb0037561803fe71c29e6c31cb23 Mon Sep 17 00:00:00 2001 From: Oleg Gaidarenko Date: Sat, 11 Jul 2015 01:30:57 +0300 Subject: [PATCH 2/7] Browser support: Add Yandex.Browser to the list Closes gh-106 --- pages/browser-support.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/browser-support.html b/pages/browser-support.html index 0ebca76..9321a43 100644 --- a/pages/browser-support.html +++ b/pages/browser-support.html @@ -9,7 +9,7 @@

Current Active Support

Internet Explorer - Edge + Edge, Yandex.Browser Chrome, Firefox, Opera Safari iOS From 5dfe7266502422c465ecb728fb444206a0b5c3c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Fri, 17 Jul 2015 21:29:34 +0200 Subject: [PATCH 3/7] Browser support: Test only on latest Opera Opera is now just another Chromium-based browser, like Yandex.Browser. It doesn't make sense to test on two Opera versions. Closes #107 --- pages/browser-support.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/browser-support.html b/pages/browser-support.html index 9321a43..498b5c8 100644 --- a/pages/browser-support.html +++ b/pages/browser-support.html @@ -9,8 +9,8 @@

Current Active Support

Internet Explorer - Edge, Yandex.Browser - Chrome, Firefox, Opera + Edge, Opera, Yandex.Browser + Chrome, Firefox Safari iOS Android From 1d073daff488a4eb59fed86fc4479b25ee1b7652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Mon, 27 Jul 2015 19:51:39 +0200 Subject: [PATCH 4/7] Browser support: Drop support for Safari 6 & iOS 6 Refs jquery/jquery#2482 --- pages/browser-support.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/browser-support.html b/pages/browser-support.html index 498b5c8..adb31bf 100644 --- a/pages/browser-support.html +++ b/pages/browser-support.html @@ -22,8 +22,8 @@

Current Active Support

9+ Current (Current - 1) and Current - 6.0+ - 6.1+ + 7.0+ + 7.0+ 2.3, 4.0+ @@ -36,7 +36,7 @@

Current Active Support

Any problem with jQuery in the above browsers should be reported as a bug in jQuery.

(Current - 1) and Current denotes that we support the current stable version of the browser and the version that preceded it. For example, if the current version of a browser is 24.x, we support the 24.x and 23.x versions.

Current denotes that we support only the latest stable build of the browser.

-

If you need to support older browsers like Internet Explorer 6-7, Opera 12.17 or Safari 5.1, use jQuery 1.11.3.

+

If you need to support older browsers like Internet Explorer 6-7, Opera 12.17 or Safari 5.1-6.0, use jQuery 1.11.3.


Unsupported Browsers

From 0d5d2d7d648f81c9e61a75e1c7b87c1d05c75565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Sun, 2 Aug 2015 22:25:10 +0200 Subject: [PATCH 5/7] Index: Update the browsers list Opera is now a secondary browser (as one of Chromium-likes), Edge is a main one. Also, the desktop list is now sorted alphabetically. Closes gh-109 --- pages/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.html b/pages/index.html index 1a1059d..1e6ff11 100644 --- a/pages/index.html +++ b/pages/index.html @@ -36,7 +36,7 @@

CSS3 Compliant

From 6aa52b0e23117e47c37de51ee5f4557db1f00ca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Fri, 16 Oct 2015 11:10:49 -0400 Subject: [PATCH 6/7] Browser support: Treat Safari Desktop as Chrome/Firefox Support only Current & Current - 1 Safari Desktop versions. Also, say iOS 7+ instead of 7.0+. There is no sense to support n.0 if e.g. n.1 is available. Closes gh-110 --- pages/browser-support.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pages/browser-support.html b/pages/browser-support.html index adb31bf..bd32013 100644 --- a/pages/browser-support.html +++ b/pages/browser-support.html @@ -10,8 +10,7 @@

Current Active Support

Internet Explorer Edge, Opera, Yandex.Browser - Chrome, Firefox - Safari + Chrome, Firefox, Safari iOS Android @@ -22,8 +21,7 @@

Current Active Support

9+ Current (Current - 1) and Current - 7.0+ - 7.0+ + 7+ 2.3, 4.0+ From d14cf76fb5d35a1a945b1b75567434042caa8f73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Mon, 26 Oct 2015 22:46:38 +0100 Subject: [PATCH 7/7] Browser support: Remove Compat, add Android 2.3 note jQuery Compat is no longer planned; the table was changed to a regular list. Also, a note that Android 2.3 is supported in a very limited way was added. --- pages/browser-support.html | 49 +++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 27 deletions(-) diff --git a/pages/browser-support.html b/pages/browser-support.html index bd32013..92ceaa9 100644 --- a/pages/browser-support.html +++ b/pages/browser-support.html @@ -4,37 +4,32 @@

Current Active Support

- - - - - - - - - - - - - - - - - - - - - - - - - -
Internet ExplorerEdge, Opera, Yandex.BrowserChrome, Firefox, SafariiOSAndroid
jQuery9+Current(Current - 1) and Current7+2.3, 4.0+
jQuery Compat8+
+

Desktop

+
    +
  • Chrome: (Current - 1) and Current
  • +
  • Edge: Current
  • +
  • Firefox: (Current - 1) and Current
  • +
  • Internet Explorer: 9+
  • +
  • Safari: (Current - 1) and Current
  • +
  • Opera: Current
  • +
  • Yandex.Browser: Current
  • +
+ +

Mobile

+
    +
  • Android: 4.0+ (plus limited 2.3 support)
  • +
  • iOS: 7+
  • +

Any problem with jQuery in the above browsers should be reported as a bug in jQuery.

+

(Current - 1) and Current denotes that we support the current stable version of the browser and the version that preceded it. For example, if the current version of a browser is 24.x, we support the 24.x and 23.x versions.

+

Current denotes that we support only the latest stable build of the browser.

-

If you need to support older browsers like Internet Explorer 6-7, Opera 12.17 or Safari 5.1-6.0, use jQuery 1.11.3.

+ +

Android 2.3 is supported in a very limited way: jQuery shouldn't crash on it and basic methods should work; edge cases & various bugs are not worked around.

+ +

If you need to support older browsers like Internet Explorer 6-8, Opera 12.16-12.17 or Safari 5.1+, use jQuery 1.11.3.


Unsupported Browsers