|
71 | 71 | <p>For more information, see the Release Notes/Changelog at <a href="https://blog.jquery.com/2016/06/09/jquery-3-0-final-released/">https://blog.jquery.com/2016/06/09/jquery-3-0-final-released/</a></p>
|
72 | 72 | ]]></desc>
|
73 | 73 | </category>
|
| 74 | + <category name="Deprecated 3.2" slug="deprecated-3.2"> |
| 75 | + <desc><![CDATA[All the aspects of the API that were deprecated in the corresponding version of jQuery. |
| 76 | + <p>For more information, see the Release Notes/Changelog at <a href="https://blog.jquery.com/2017/03/16/jquery-3-2-0-is-out/">https://blog.jquery.com/2017/03/16/jquery-3-2-0-is-out/</a></p> |
| 77 | + ]]></desc> |
| 78 | + </category> |
74 | 79 | <category name="Deprecated 3.3" slug="deprecated-3.3">
|
75 | 80 | <desc><![CDATA[All the aspects of the API that were deprecated in the corresponding version of jQuery.
|
76 | 81 | <p>For more information, see the Release Notes/Changelog at <a href="https://blog.jquery.com/2018/01/19/jquery-3-3-0-a-fragrant-bouquet-of-deprecations-and-is-that-a-new-feature/">https://blog.jquery.com/2018/01/19/jquery-3-3-0-a-fragrant-bouquet-of-deprecations-and-is-that-a-new-feature/</a></p>
|
|
81 | 86 | <p>For more information, see the Release Notes/Changelog at <a href="https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/">https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/</a></p>
|
82 | 87 | ]]></desc>
|
83 | 88 | </category>
|
| 89 | + <category name="Deprecated 3.5" slug="deprecated-3.5"> |
| 90 | + <desc><![CDATA[All the aspects of the API that were deprecated in the corresponding version of jQuery. |
| 91 | + <p>For more information, see the Release Notes/Changelog at <a href="https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/">https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/</a></p> |
| 92 | + ]]></desc> |
| 93 | + </category> |
84 | 94 | </category>
|
85 | 95 | <category name="Dimensions" slug="dimensions">
|
86 | 96 | <desc><![CDATA[These methods are used to get and set the CSS dimensions for the various properties.]]></desc>
|
@@ -447,7 +457,36 @@ var files = event.originalEvent.dataTransfer.files;
|
447 | 457 | </category>
|
448 | 458 | <category name="Version 3.1" slug="3.1">
|
449 | 459 | <desc><![CDATA[
|
450 |
| - <p><a href="/jQuery.readyException">jQuery.readyException</a> was added.</p> |
| 460 | + <p>Aspects of the API that were changed in the corresponding version of jQuery. Version 3.1 added the <a href="/jQuery.readyException">jQuery.readyException</a> API.</p> |
| 461 | + <p>For more information, see the <a href="https://blog.jquery.com/2016/07/07/jquery-3-1-0-released-no-more-silent-errors/">Release Notes/Changelog</a></p> |
| 462 | + <hr/> |
| 463 | + ]]></desc> |
| 464 | + </category> |
| 465 | + <category name="Version 3.2" slug="3.2"> |
| 466 | + <desc><![CDATA[ |
| 467 | + <p>Aspects of the API that were changed in the corresponding version of jQuery. Version 3.2 added support for custom CSS properties, made <code>.contents()</code> work on the <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/template"><code><template></code> element</a> & made <code>.width()</code> & <code>.height()</code> ignore CSS transforms. A few APIs were deprecated. The deprecated module was added back to the slim build.</p> |
| 468 | + <p>For more information, see the <a href="https://blog.jquery.com/2017/03/16/jquery-3-2-0-is-out/">Release Notes/Changelog</a></p> |
| 469 | + <hr/> |
| 470 | + ]]></desc> |
| 471 | + </category> |
| 472 | + <category name="Version 3.3" slug="3.3"> |
| 473 | + <desc><![CDATA[ |
| 474 | + <p>Aspects of the API that were changed in the corresponding version of jQuery. <code>.addClass()</code>, <code>.removeClass()</code> & <code>.toggleClass()</code> now work on arrays of classes; a few APIs were deprecated.</p> |
| 475 | + <p>For more information, see the <a href="https://blog.jquery.com/2018/01/19/jquery-3-3-0-a-fragrant-bouquet-of-deprecations-and-is-that-a-new-feature/">Release Notes/Changelog</a></p> |
| 476 | + <hr/> |
| 477 | + ]]></desc> |
| 478 | + </category> |
| 479 | + <category name="Version 3.4" slug="3.4"> |
| 480 | + <desc><![CDATA[ |
| 481 | + <p>Aspects of the API that were changed in the corresponding version of jQuery. <code>nonce</code> & <code>nomodule</code> attributes are now preserved during script manipulation, layout thrashing was eliminated in some cases in <code>.width()</code> & <code>.height()</code> APIs. Radio elements state is now updated before event handlers run. Passing data now works when triggering all events, including <code>focus</code>. A minor security fix is also included.</p> |
| 482 | + <p>For more information, see the <a href="https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/">Release Notes/Changelog</a></p> |
| 483 | + <hr/> |
| 484 | + ]]></desc> |
| 485 | + </category> |
| 486 | + <category name="Version 3.5" slug="3.5"> |
| 487 | + <desc><![CDATA[ |
| 488 | + <p>Aspects of the API that were changed in the corresponding version of jQuery. Security fixes, new <code>.even()</code> & <code>.odd()</code> methods; <code>jQuery.globalEval</code> now accepts context; unsuccessful HTTP script responses are no longer evaluated; performance improvements. <code>jQuery.trim</code> is now deprecated.</p> |
| 489 | + <p>For more information, see the <a href="https://jquery.com/upgrade-guide/3.5/">jQuery Core 3.5 Upgrade guide</a> and the <a href="https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/">Release Notes/Changelog</a></p> |
451 | 490 | <hr/>
|
452 | 491 | ]]></desc>
|
453 | 492 | </category>
|
|
0 commit comments