From 2776d46d6f298392f11da3568275d7804bd9bf7b 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/2] 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 e3cdeb6..c73298c 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 3370614033a9f7f54972e828194e71261ed226b9 Mon Sep 17 00:00:00 2001 From: Oleg Gaidarenko Date: Sat, 11 Jul 2015 01:30:57 +0300 Subject: [PATCH 2/2] Browser support: Add Yandex.Browser to the list --- 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 c73298c..8d6d608 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 @@ -49,7 +49,7 @@

Unsupported Browsers

About Browser Support

jQuery is constantly tested with all of its supported browsers via unit tests. However, a web page using jQuery may not work in the same set of browsers if its own code takes advantage of (or falls prey to) browser-specific behaviors. Testing is essential to fully support a browser. The modern.IE site makes available virtual machines for testing many different versions of Internet Explorer. Older versions of other browsers can be found at oldversion.com.

-

Only the most current version of jQuery is tested and updated to fix bugs or add features. Users of older versions that find a bug should upgrade to the latest released version to determine if the bug has already been fixed. The jQuery Migrate plugin may be helpful in identifying and fixing problems during a version upgrade.

+

Only the most current version of jQuery is tested and updated to fix bugs or add features. Users of older versions that find a bug should upgrade to the latest released version to determine if the bug has already been fixed. The jQuery Migrate plugin may be helpful in identifying and fixing problems during a version upgrade.