Skip to content

Commit

Permalink
All: Add a 4.0 version category
Browse files Browse the repository at this point in the history
Closes gh-1255
  • Loading branch information
mgol authored Oct 14, 2024
1 parent 8ee6ca7 commit ed882c0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions categories.xml
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,17 @@ var files = event.originalEvent.dataTransfer.files;
<hr/>
]]></desc>
</category>
<category name="Version 4.0" slug="4.0">
<desc><![CDATA[
<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>
<p>Aspects of the API that were changed in the corresponding version of jQuery.</p>
<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>
<p>Callbacks & Deferred modules are now excluded from the Slim build.</p>
<p>jQuery is now authored in ESM.</p>
<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>
<hr/>
]]></desc>
</category>
<category name="All" slug="all"/>
</category>
</categories>

0 comments on commit ed882c0

Please sign in to comment.