Make WordPress Core

Opened 4 years ago

Closed 3 years ago

Last modified 3 years ago

#52912 closed task (blessed) (fixed)

Update WordPress packages for 5.7.1

Reported by: peterwilsoncc's profile peterwilsoncc Owned by: peterwilsoncc's profile peterwilsoncc
Milestone: 5.7.1 Priority: normal
Severity: normal Version:
Component: Editor Keywords: has-patch
Focuses: Cc:

Description (last modified by gziolo)

Update @wordpress packages with changes backported for 5.7.1

RC1: April 7, 2021
Release: April 14, 2021

Includes changes from two npm releases.

First:

  • @wordpress/block-directory@1.18.11
  • @wordpress/block-editor@5.2.11
  • @wordpress/block-library@2.28.8
  • @wordpress/edit-post@3.26.11
  • @wordpress/editor@9.25.11
  • @wordpress/format-library@1.26.11
  • @wordpress/reusable-blocks@1.1.11

Second:

  • @wordpress/block-directory@1.18.12
  • @wordpress/block-library@2.28.9
  • @wordpress/edit-post@3.26.12
  • @wordpress/editor@9.25.12

Related Gutenberg PRs:

Change History (20)

#1 @sabernhardt
4 years ago

#52913 was marked as a duplicate.

This ticket was mentioned in Slack in #core-editor by peterwilsoncc. View the logs.


4 years ago

This ticket was mentioned in PR #1170 on WordPress/wordpress-develop by noisysocks.


4 years ago
#3

  • Keywords has-patch added; needs-patch removed

Update WordPress packages ahead of WP 5.7 RC 3. This includes the fixes listed in WordPress/gutenberg#30517.

https://core.trac.wordpress.org/ticket/52912

#4 @gziolo
4 years ago

We still need to backport https://github.com/WordPress/gutenberg/pull/30524.

There are two more PRs from @mamaduka that could get included as well.

#5 @gziolo
4 years ago

  • Description modified (diff)

#6 @gziolo
4 years ago

  • Description modified (diff)

#7 @gziolo
4 years ago

  • Description modified (diff)

#8 @gziolo
4 years ago

I opened with the most recent version of backported bug fixes from Gutenberg: https://github.com/WordPress/wordpress-develop/pull/1171

@peterwilsoncc or @desrosj, are you able to re-trigger CI jobs so we could verify if everything works correctly?

#11 @desrosj
4 years ago

Just to follow up here. I talked with @gziolo on Slack. He was not added to the WordPress Core group when he received commit access. I fixed that, and he now has the ability to manage workflow runs. But because the PR originally had an incorrect base, another commit was required instead.

gziolo commented on PR #1171:


4 years ago
#12

I applied a few tweaks to the configuration. It should be good to go after some addition testing.

#13 @peterwilsoncc
4 years ago

In 50678:

Editor: Update @wordpress npm packages for 5.7.1 RC1.

Update @wordpress npm packages to the latest published versions for the 5.7 branch. This includes block editor bug fixes for WordPress 5.7.1.

Props gziolo, noisysocks, youknowriad.
See #52912.

peterwilsoncc commented on PR #1171:


4 years ago
#14

Committed in https://core.trac.wordpress.org/changeset/50678

The trac ticket remains open in case anything is discovered between the release candidate and release proper.

#15 @SergeyBiryukov
3 years ago

Should [50678] be merged to trunk as well, to avoid the confusion of why some bugs are fixed in the 5.7 branch, but not in trunk?

Last edited 3 years ago by SergeyBiryukov (previous) (diff)

#16 @gziolo
3 years ago

It's complex to explain, but I would say we should focus on bringing the latest Gutenberg changes to trunk from the latest npm release as explored in #52991. All bug fixes are cherry-picked from the trunk branch of Gutenberg into the wp/5.7 branch used for minor releases and were also included in a hotfix release for the plugin.

One thing that I backported from this ticket is [50686] that we missed earlier and it contains changes necessary for @wordpress/interface package.

#17 @peterwilsoncc
3 years ago

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

In 50719:

Editor: Update @wordpress npm packages for 5.7.1.

Update @wordpress npm packages to the latest published versions for the 5.7 branch. This includes block editor bug fixes for WordPress 5.7.1.

Props gziolo, noisysocks, isabel_brison, peterwilsoncc.
Fixes #52912.

#18 @peterwilsoncc
3 years ago

In 50720:

Editor: Finalise update of @wordpress npm packages for 5.7.1.

Commit built files stored in repo following package updates.

Props gziolo, noisysocks, isabel_brison, peterwilsoncc.
Follow up to [50719].
Fixes #52912.

#19 @gziolo
3 years ago

I think we should backport changes included in the 5.7.1 release because it might take another week or so to update the block editor to the most recent version in trunk.

#20 @gziolo
3 years ago

In 50760:

Editor: Backport changes for WordPress packages added in 5.7.1

Props peterwilsoncc.
See #52912.

Note: See TracTickets for help on using tickets.