Make WordPress Core

Opened 19 months ago

Closed 19 months ago

Last modified 19 months ago

#59227 closed task (blessed) (fixed)

Update jQuery v3.7.0 to v3.7.1

Reported by: tobiasbg's profile TobiasBg Owned by: jorbin's profile jorbin
Milestone: 6.4 Priority: normal
Severity: normal Version:
Component: External Libraries Keywords: add-to-field-guide
Focuses: Cc:

Description

Version 3.7.1 of jQuery has been released.

This release is a bug fix release that fixes a regression. The jQuery team does not expect other compatibility issues when upgrading from a jQuery 3.0+ version.

A full list of changes in this release can be found on GitHub: https://github.com/jquery/jquery/compare/3.7.0...3.7.1.

For updating the jQuery version in WordPress, package.json and script-loader.php need to get the new version string.

Related: #58083, #58203, #57324, #56451, #52707, #51812, #50564, #37110.

Change History (2)

#1 @jorbin
19 months ago

  • Owner set to jorbin
  • Resolution set to fixed
  • Status changed from new to closed

In 56481:

External Libraries: Update jQuery to version 3.7.1.

This release fixes a regression from jQuery 3.6.0 that resulted in rounded dimensions for <tr /> elements in Chrome and Safari. Also, a (mostly) internal Sizzle method, jQuery.find.tokenize that was on the jQuery object was accidentally removed when they removed Sizzle in jQuery 3.7.0. That method has been restored.

References:

Follow-up to [49101], [50445], [50520], [54202], [55012], [55491], [55860].

Props TobiasBg, jorbin.
Fixes #59227.

#2 @jorbin
19 months ago

  • Keywords needs-patch good-first-bug removed
Note: See TracTickets for help on using tickets.