8000 All: Add a 4.0 version category by mgol · Pull Request #1255 · jquery/api.jquery.com · GitHub
[go: up one dir, main page]

Skip to content

All: Add a 4.0 version category #1255

8000
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update categories.xml
Co-authored-by: Timmy Willison <timmywil@users.noreply.github.com>
  • Loading branch information
mgol and timmywil authored Oct 14, 2024
commit 2f86f596868be86568c74612b44a51d851ad03f7
2 changes: 1 addition & 1 deletion categories.xml
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ var files = event.originalEvent.dataTransfer.files;
</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 the stable release is cut. Use with caution.</span></div>
<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>
Expand Down
0