Skip to content

Commit 5594644

Browse files
committed
categories: Add the 3.0 section
Fixes #937 Closes #938
1 parent cdb0c5b commit 5594644

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

categories.xml

Lines changed: 8 additions & 0 deletions
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 3.0" slug="3.0">
418+
<desc><![CDATA[
419+
<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.
420+
</p>
421+
<p>For more information, see the <a href="https://jquery.com/upgrade-guide/3.0/">jQuery Core 3.0 Upgrade guide</a> and the <a href="https://blog.jquery.com/2016/06/09/jquery-3-0-final-released/">Release Notes/Changelog</a></p>
422+
<hr/>
423+
]]></desc>
424+
</category>
417425
<category name="All" slug="all"/>
418426
</category>
419427
</categories>

0 commit comments

Comments
 (0)