Skip to content

Commit ed882c0

Browse files
authored
All: Add a 4.0 version category
Closes gh-1255
1 parent 8ee6ca7 commit ed882c0

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
@@ -613,6 +613,17 @@ var files = event.originalEvent.dataTransfer.files;
613613
<hr/>
614614
]]></desc>
615615
</category>
616+
<category name="Version 4.0" slug="4.0">
617+
<desc><![CDATA[
618+
<div id="version-support-warning" class="warning"><i class="icon-info-sign"></i> <span>This is a pre-release. Behavior may change before 4.0.0 final is released.</span></div>
619+
<p>Aspects of the API that were changed in the corresponding version of jQuery.</p>
620+
<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>
621+
<p>Callbacks & Deferred modules are now excluded from the Slim build.</p>
622+
<p>jQuery is now authored in ESM.</p>
623+
<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>
624+
<hr/>
625+
]]></desc>
626+
</category>
616627
<category name="All" slug="all"/>
617628
</category>
618629
</categories>

0 commit comments

Comments
 (0)