Skip to content

Commit afba802

Browse files
committed
All: Add a 4.0 version category
1 parent b7041b5 commit afba802

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

categories.xml

+11
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,17 @@ var files = event.originalEvent.dataTransfer.files;
519519
<hr/>
520520
]]></desc>
521521
</category>
522+
<category name="Version 4.0" slug="4.0">
523+
<desc><![CDATA[
524+
<div id="version-support-warning" class="warning"><i class="icon-info-sign"></i> <span>This is a pre-release. Behavior may change before the stable release is cut. Use with caution.</span></div>
525+
<p>Aspects of the API that were changed in the corresponding version of jQuery.</p>
526+
<p>Dropped support for IE &lt;11 & Edge Legacy, removed deprecated APIs, added FormData support, improved support for CSP & Trusted Types. Automatic JSONP promotion removed. Special handling of boolean attributes removed.</p>
527+
<p>Callbacks & Deferred modules are now excluded from the Slim build.</p>
528+
<p>jQuery is now authored in ESM.</p>
529+
<p>For more information, see the <a href="https://blog.jquery.com/2024/07/17/second-beta-of-jquery-4-0-0/">Release Notes/Changelog of jQuery 4.0.0-beta.2</a>.</p>
530+
<hr/>
531+
]]></desc>
532+
</category>
522533
<category name="All" slug="all"/>
523534
</category>
524535
</categories>

0 commit comments

Comments
 (0)