From 6670b6a53984c5261d62529b1d998e1518e9ffe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Thu, 29 Aug 2019 15:06:29 +0200 Subject: [PATCH] Browser support: Document jQuery 4.x browser support --- pages/browser-support.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/pages/browser-support.html b/pages/browser-support.html index 3f89291..0e0f4b3 100644 --- a/pages/browser-support.html +++ b/pages/browser-support.html @@ -7,26 +7,30 @@

Current Active Support

Desktop

Mobile

+

[1] Only the Chromium-based Edge is supported, the old EdgeHTML-based version is not.

+

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 the current stable version of the browser, (Current - 1) - that the version that preceded it is supported. For example, if we support (Current - 2), (Current - 1) and Current versions of a particular browser & the current version of a browser is 24.x, we support the 24.x, 23.x and 22.x versions.

+ +

Firefox ESR (Extended Support Release) is a Firefox version for use by organizations including schools, universities, businesses and others who need extended support for mass deployments. It is based on a regular release of Firefox and synced from the next regular Firefox every few releases - example ESR versions include Firefox 52, 60 & 68. At any given time there are at most two ESR versions available; jQuery supports all of them. See the Mozilla site for more information.

-

Firefox ESR (Extended Support Release) is a Firefox version for use by organizations including schools, universities, businesses and others who need extended support for mass deployments. It is based on a regular release of Firefox and synced from the next regular Firefox every few releases - example ESR versions include Firefox 47, 52 & 60. At any given time there are at most two ESR versions available; jQuery supports both of them. See the Mozilla site for more information.

+

If you need to support Edge with EdgeHTML 18, Internet Explorer 9-10, iOS 7+ (and not just 3 latest versions) or Android Browser in Android 4.0+, use jQuery 3.x.

-

If you need to support older browsers like Internet Explorer 6-8, Opera 12.1x or Safari 5.1+, use jQuery 1.12.

+

If, additionally, you need to support Internet Explorer 6-8, Opera 12.1x or Safari 5.1+, use jQuery 1.x.


Unsupported Browsers