Make WordPress Core

Opened 6 weeks ago

Closed 3 weeks ago

Last modified 2 days ago

#65529 closed task (blessed) (fixed)

Sync changes from Gutenberg 23.6

Reported by: wildworks Owned by: wildworks
Priority: normal Milestone: 7.1
Component: General Version:
Severity: normal Keywords: has-patch
Cc: Focuses:

Description (last modified by wildworks)

This ticket is for syncing the changes between b5574edc8a952b2f1e528693761a97b1b3b580eb (version 23.5.0 of the Gutenberg plugin) and the 23.6.0 release of the Gutenberg plugin into wordpress-develop (2872d71cde528d82675f14862a1b84e2b8abbaea), which is the final version that will be included in WordPress 7.1.

Previously:

Change History (23)

@wildworks commented on PR #12525:


3 weeks ago
#1

Unfortunately, the following error occurred.

Fatal error: Uncaught Error: Call to undefined function wp_get_icon() in /var/www/src/wp-includes/blocks/icon.php:82

I believe I need to commit the two PRs for the icon API before updating the Gutenberg SHA. I will do this now.

See https://core.trac.wordpress.org/ticket/64847

@wildworks commented on PR #12525:


3 weeks ago
#2

3bc18f326018ddd7e514b301e322a2e48e7fe171 updates the fixture file for the Latest Posts block because the HTML output of the Latest Posts block will change due to https://github.com/WordPress/gutenberg/pull/77989.

#3 @desrosj
3 weeks ago

  • Description modified (diff)
  • Keywords has-patch added
  • Summary Update Gutenberg ref in package.json for WP 7.1Sync changes from Gutenberg 23.6
  • Type defect (bug)task (blessed)

#4 @desrosj
3 weeks ago

#65631 was marked as a duplicate.

#5 @wildworks
3 weeks ago

  • Description modified (diff)

@wildworks commented on PR #12525:


3 weeks ago
#6

3bc18f326018ddd7e514b301e322a2e48e7fe171 updates the fixture file for the Latest Posts block because the HTML output of the Latest Posts block will change due to https://github.com/WordPress/gutenberg/pull/77989.

#7 @wildworks
3 weeks ago

  • Owner set to wildworks
  • Resolutionfixed
  • Status newclosed

In 62739:

General: Bump the pinned hash for Gutenberg to v23.6.0 RC1.

This updates the pinned commit hash of the Gutenberg repository from b5574edc8a952b2f1e528693761a97b1b3b580eb (version 23.5.0) to 2872d71cde528d82675f14862a1b84e2b8abbaea (version 23.6.0 RC1).

A full list of changes included in this commit can be found on GitHub: https://github.com/WordPress/gutenberg/compare/v23.5.0..v23.6.0-rc.1.

Props desrosj, wildworks.
Fixes #65529.

This ticket was mentioned in PR #12540 on WordPress/wordpress-develop by @wildworks.


3 weeks ago
#8

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

This ticket is for syncing the changes between 2872d71cde528d82675f14862a1b84e2b8abbaea into wordpress-develop (e73c3c481db0650183f092af157f6e42efe9ee2d).

Diff: https://github.com/WordPress/gutenberg/compare/2872d71cde528d82675f14862a1b84e2b8abbaea...e73c3c481db0650183f092af157f6e42efe9ee2d

## Use of AI Tools

None

@wildworks commented on PR #12540:


3 weeks ago
#9

## Commit Message

git log --reverse --format="- %s" 2872d71cde528d82675f14862a1b84e2b8abbaea..e73c3c481db0650183f092af157f6e42efe9ee2d | sed 's|#\([0-9][0-9]*\)|https://github.com/WordPress/gutenberg/pull/\1|g; /github\.com\/WordPress\/gutenberg\/pull/!d' | wl-copy
General: Bump the pinned hash for Gutenberg to `e73c3c4`.

This updates the pinned commit hash of the Gutenberg repository from `2872d71cde528d82675f14862a1b84e2b8abbaea` (version `23.5.0`) to `e73c3c481db0650183f092af157f6e42efe9ee2d` (version `23.6.0 RC1`).

A full list of changes included in this commit can be found on GitHub: 
https://github.com/WordPress/gutenberg/compare/2872d71cde528d82675f14862a1b84e2b8abbaea...e73c3c481db0650183f092af157f6e42efe9ee2d

- Icon block: Show text and background color controls by default. (https://github.com/WordPress/gutenberg/pull/80251)
- fix: set dataviews popover hover text color (https://github.com/WordPress/gutenberg/pull/80105)
- DataViews: Fix the unintended gap between `list` layout items when `groupBy` is set (https://github.com/WordPress/gutenberg/pull/80254)
- DataViews: Fix the `list` layout ignoring some settings when `groupBy` is set (https://github.com/WordPress/gutenberg/pull/80255)
- DataViews: Add shift-click range selection (https://github.com/WordPress/gutenberg/pull/80046)
- Responsive Editing: support editing pattern styles (https://github.com/WordPress/gutenberg/pull/80233)
- Tab List: Add toolbar buttons to reorder tabs (https://github.com/WordPress/gutenberg/pull/80107)
- Hide color controls for Navigation and Social Icons when viewport states are active (https://github.com/WordPress/gutenberg/pull/80289)
- Icons: Fix collection unregister not removing icons after core added its own registry (https://github.com/WordPress/gutenberg/pull/80292)
- Notes: increase contrast between avatar border colors (https://github.com/WordPress/gutenberg/pull/80285)
- Playlist: Fix track insertion (https://github.com/WordPress/gutenberg/pull/80200)
- Fix: Allow icon labels to wrap with word breaks and no ellipsis (https://github.com/WordPress/gutenberg/pull/80309)
- Core Abilities: Restore the ready promise and lazy-load via dynamic import (https://github.com/WordPress/gutenberg/pull/79155)

Props wildworks.
See #65529.

#10 @wildworks
3 weeks ago

In 62757:

General: Bump the pinned hash for Gutenberg to e73c3c4.

This updates the pinned commit hash of the Gutenberg repository from 2872d71cde528d82675f14862a1b84e2b8abbaea to e73c3c481db0650183f092af157f6e42efe9ee2d.

A full list of changes included in this commit can be found on GitHub:
https://github.com/WordPress/gutenberg/compare/2872d71cde528d82675f14862a1b84e2b8abbaea...e73c3c481db0650183f092af157f6e42efe9ee2d

Props wildworks.
See #65529.

@wildworks commented on PR #12540:


3 weeks ago
#11

This PR has already been committed. https://core.trac.wordpress.org/changeset/62757

This ticket was mentioned in PR #12631 on WordPress/wordpress-develop by @wildworks.


2 weeks ago
#12

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

This ticket is for syncing the changes between e73c3c481db0650183f092af157f6e42efe9ee2d into wordpress-develop ({TBD}).

Diff: https://github.com/WordPress/gutenberg/compare/e73c3c481db0650183f092af157f6e42efe9ee2d...{TBD}

[!IMPORTANT]
This PR is for the 7.1 Beta3 release. The final commit hash has not yet been determined. It needs to be updated with the latest commit hash on the `wp/7.1` branch as of July 22nd, 11:00 UTC.

@wildworks commented on PR #12631:


2 weeks ago
#13

## Commit Message

git log --reverse --format="- %s" 2872d71cde528d82675f14862a1b84e2b8abbaea..e73c3c481db0650183f092af157f6e42efe9ee2d | sed 's|#\([0-9][0-9]*\)|https://github.com/WordPress/gutenberg/pull/\1|g; /github\.com\/WordPress\/gutenberg\/pull/!d' | wl-copy
General: Bump the pinned hash for Gutenberg to `e73c3c4`.

This updates the pinned commit hash of the Gutenberg repository from `e73c3c481db0650183f092af157f6e42efe9ee2d` to `4997026b75c922d8a6f77a03d72ed7cad04c7073`.

A full list of changes included in this commit can be found on GitHub: 
https://github.com/WordPress/gutenberg/compare/e73c3c481db0650183f092af157f6e42efe9ee2d...4997026b75c922d8a6f77a03d72ed7cad04c7073

CHANGELOG ENTRIES HERE

Props wildworks.
See #65529.

#14 @wildworks
2 weeks ago

In 62824:

General: Bump the pinned hash for Gutenberg to e73c3c4.

This updates the pinned commit hash of the Gutenberg repository from e73c3c481db0650183f092af157f6e42efe9ee2d to 4997026b75c922d8a6f77a03d72ed7cad04c7073.

A full list of changes included in this commit can be found on GitHub:
https://github.com/WordPress/gutenberg/compare/e73c3c481db0650183f092af157f6e42efe9ee2d...4997026b75c922d8a6f77a03d72ed7cad04c7073

Props wildworks.
See #65529.

This ticket was mentioned in PR #12752 on WordPress/wordpress-develop by @wildworks.


9 days ago
#16

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

This ticket is for syncing the changes between 4997026b75c922d8a6f77a03d72ed7cad04c7073 into wordpress-develop (TODO).

Diff: https://github.com/WordPress/gutenberg/compare/4997026b75c922d8a6f77a03d72ed7cad04c7073...{TODO}

{A full list of changes}

@wildworks commented on PR #12752:


9 days ago
#17

## Commit Message

git log --reverse --format="- %s" 4997026b75c922d8a6f77a03d72ed7cad04c7073..{TODO} | sed 's|#\([0-9][0-9]*\)|https://github.com/WordPress/gutenberg/pull/\1|g; /github\.com\/WordPress\/gutenberg\/pull/!d' | wl-copy
General: Bump the pinned hash for Gutenberg to `e73c3c4`.

This updates the pinned commit hash of the Gutenberg repository from `4997026b75c922d8a6f77a03d72ed7cad04c7073` to `{TODO}`.

A full list of changes included in this commit can be found on GitHub: 
https://github.com/WordPress/gutenberg/compare/4997026b75c922d8a6f77a03d72ed7cad04c7073...{TODO}

{A full list of changes}

Props wildworks.
See #65529.

#18 @wildworks
9 days ago

In 62896:

General: Bump the pinned hash for Gutenberg to fd715a6.

This updates the pinned commit hash of the Gutenberg repository from 4997026b75c922d8a6f77a03d72ed7cad04c7073 to fd715a6833679d098d9fee84b642f8f1bc27341b.

A full list of changes included in this commit can be found on GitHub:
https://github.com/WordPress/gutenberg/compare/4997026b75c922d8a6f77a03d72ed7cad04c7073...fd715a6833679d098d9fee84b642f8f1bc27341b

Props wildworks.
See #65529.

This ticket was mentioned in PR #12857 on WordPress/wordpress-develop by @wildworks.


2 days ago
#20

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

This ticket is for syncing the changes between fd715a6833679d098d9fee84b642f8f1bc27341b into wordpress-develop ({TODO}).

Diff: https://github.com/WordPress/gutenberg/compare/fd715a6833679d098d9fee84b642f8f1bc27341b...{TODO}

@wildworks commented on PR #12857:


2 days ago
#21

## Commit Message

git log --reverse --format="- %s" fd715a6833679d098d9fee84b642f8f1bc27341b ..{TODO}| sed 's|#\([0-9][0-9]*\)|https://github.com/WordPress/gutenberg/pull/\1|g; /github\.com\/WordPress\/gutenberg\/pull/!d' | wl-copy
General: Bump the pinned hash for Gutenberg to `{TODO}`.

This updates the pinned commit hash of the Gutenberg repository from `fd715a6833679d098d9fee84b642f8f1bc27341b ` to `{TODO}`.

A full list of changes included in this commit can be found on GitHub: 
https://github.com/WordPress/gutenberg/compare/fd715a6833679d098d9fee84b642f8f1bc27341b ...{TODO}

{A full list of changes}

Props wildworks.
See #65529.

#22 @wildworks
2 days ago

In 63026:

General: Bump the pinned hash for Gutenberg to f05e40.

This updates the pinned commit hash of the Gutenberg repository from fd715a6833679d098d9fee84b642f8f1bc27341b to f05e40e91c54f29c449b1f33d0db89f5166812d9.

A full list of changes included in this commit can be found on GitHub:
https://github.com/WordPress/gutenberg/compare/fd715a6833679d098d9fee84b642f8f1bc27341b...f05e40e91c54f29c449b1f33d0db89f5166812d9

Props wildworks.
See #65529.

Note: See TracTickets for help on using tickets.