Make WordPress Core

Opened 5 years ago

Closed 5 years ago

Last modified 4 years ago

#55016 closed defect (bug) (fixed)

Upgrade bundled jQuery Color

Reported by: Clorith Owned by: Clorith
Priority: normal Milestone: 6.0
Component: External Libraries Version: 5.3
Severity: normal Keywords: has-patch add-to-field-guide
Cc: Focuses: javascript

Description

Previously #51405

jQuery Color version 2.2.0 is available, but 2.1.2 is currently bundled with core.

[50543] updated the NPM versioning, but the jquery.color.min.js file was still left bundled within the `js/_enqueues/vendor/jquery` directory, never having fully made it to the point where the NPM repository was being used as the source for this file.

Change History (6)

This ticket was mentioned in PR #2253 on WordPress/wordpress-develop by Clorith.


5 years ago
#1

  • Keywords has-patch added

Removes the bundled jQuery Color version 2.1.2 from core, and insted uses the latest version (2.2.0) from NPM.

Trac ticket: https://core.trac.wordpress.org/ticket/55016

#2 @Clorith
5 years ago

  • Resolutionfixed
  • Status assignedclosed

In 52657:

External libraries: Update jQuery Color to 2.2.0

The NPM package for jQuery Color was updated in [50543], but a bundled version still existed within core.
This removes that bundled version, in favor of expanding the Grunt build steps to include the package from NPM instead.

Fixes #55016. See #51405.

#3 @Clorith
5 years ago

#55031 was marked as a duplicate.

#4 @Clorith
5 years ago

#55032 was marked as a duplicate.

#5 @milana_cap
4 years ago

  • Keywords needs-dev-note added

Marking for dev note but really needs only mentioning in Field guide.

#6 @milana_cap
4 years ago

  • Keywords add-to-field-guide added; needs-dev-note removed
Note: See TracTickets for help on using tickets.