From 45017f19d5067c64282c3f104d41fbc2d8f0153f Mon Sep 17 00:00:00 2001 From: Aurelio De Rosa Date: Tue, 19 Apr 2016 02:12:21 +0100 Subject: [PATCH 1/2] jQuery.uniqueSort: Fixed category name Fixes gh-908 --- entries/jQuery.uniqueSort.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entries/jQuery.uniqueSort.xml b/entries/jQuery.uniqueSort.xml index a1927bda..88735af9 100644 --- a/entries/jQuery.uniqueSort.xml +++ b/entries/jQuery.uniqueSort.xml @@ -2,7 +2,7 @@ jQuery.uniqueSort() - 1.12/2.2 + 1.12-2.2 The Array of DOM elements. @@ -42,4 +42,5 @@ $( "div:eq(2)" ).text( "Post-unique there are " + divs.length + " elements." ) ]]> + From f6a902cb2a221880e2b7d6f18133977362137ea8 Mon Sep 17 00:00:00 2001 From: Aurelio De Rosa Date: Sun, 17 Jul 2016 16:58:13 +0100 Subject: [PATCH 2/2] Updated based on feedback --- categories.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/categories.xml b/categories.xml index 55038248..d4d31106 100644 --- a/categories.xml +++ b/categories.xml @@ -414,6 +414,14 @@ var files = event.originalEvent.dataTransfer.files;
]]> + + Aspects of the API that were changed in the corresponding versions of jQuery. Changes in jQuery 1.12 and 2.2 includes performance improvements of the selector engine, manipulation of class names for SVG elements, support for the Symbol type and iterators added in ES2015, and a new hook has been added for filtering HTML. A jQuery Migrate Plugin was offered to help developers with a transitional upgrade path. +

+

For more information, see the Release Notes/Changelog

+
+ ]]>
+
Aspects of the API that were changed in the corresponding version of jQuery. Changes in jQuery 3.0 dealt primarily with deferreds, data, show/hide and removal of some deprecated APIs. A jQuery Migrate Plugin was offered to help developers with a transitional upgrade path.