Skip to content

Commit 1b230db

Browse files
AurelioDeRosakswedberg
authored andcommitted
jQuery.uniqueSort: Fixed category name
Fixes jquerygh-908 Closes jquerygh-913
1 parent c0cd6b2 commit 1b230db

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

categories.xml

+8
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,14 @@ var files = event.originalEvent.dataTransfer.files;
414414
<hr/>
415415
]]></desc>
416416
</category>
417+
<category name="Version 1.12 &amp; 2.2" slug="1.12-2.2">
418+
<desc><![CDATA[
419+
<p>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 <a href="https://github.com/jquery/jquery-migrate">jQuery Migrate Plugin</a> was offered to help developers with a transitional upgrade path.
420+
</p>
421+
<p>For more information, see the <a href="http://blog.jquery.com/2016/01/08/jquery-2-2-and-1-12-released/">Release Notes/Changelog</a></p>
422+
<hr/>
423+
]]></desc>
424+
</category>
417425
<category name="Version 3.0" slug="3.0">
418426
<desc><![CDATA[
419427
<p>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 <a href="https://github.com/jquery/jquery-migrate">jQuery Migrate Plugin</a> was offered to help developers with a transitional upgrade path.

entries/jQuery.uniqueSort.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<entry type="method" name="jQuery.uniqueSort" return="Array">
33
<title>jQuery.uniqueSort()</title>
44
<signature>
5-
<added>1.12/2.2</added>
5+
<added>1.12-2.2</added>
66
<argument name="array" type="Array">
77
<desc>The Array of DOM elements.</desc>
88
</argument>
@@ -42,4 +42,5 @@ $( "div:eq(2)" ).text( "Post-unique there are " + divs.length + " elements." )
4242
]]></html>
4343
</example>
4444
<category slug="utilities"/>
45+
<category slug="version/1.12-2.2"/>
4546
</entry>

0 commit comments

Comments
 (0)