Make WordPress Core

#61129 closed defect (bug) (fixed)

Update npm packages with bugfixes for 6.5.3

Reported by: jorbin's profile jorbin Owned by: jorbin's profile jorbin
Milestone: 6.5.3 Priority: normal
Severity: normal Version:
Component: Editor Keywords:
Focuses: Cc:

Description

Some changes in the editor will need to be cherry picked and included in WordPress 6.5.3. This is a tracking ticket for those.

Change History (4)

#1 @grantmkin
10 months ago

Note that the cherry-picked changes for the wp/6.5 branch in Gutenberg are here: https://github.com/WordPress/gutenberg/pull/61299. These are what will be included in the npm package updates.

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


10 months ago
#2

  • Keywords has-patch added

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

Includes these fixes:

https://github.com/WordPress/gutenberg/pull/60489 – Layout: Skip outputting base layout rules that reference content or wide sizes if no layout sizes exist
https://github.com/WordPress/gutenberg/pull/60620 – Fix inserter pattern pagination focus loss
https://github.com/WordPress/gutenberg/pull/60608 – Fix static posts page setting resolved template
https://github.com/WordPress/gutenberg/pull/60641 – Font Library: Fix modal scrollbar
https://github.com/WordPress/gutenberg/pull/60661 – Interactivity API: Allow multiple event handlers for the same type with data-wp-on.
https://github.com/WordPress/gutenberg/pull/60668 – Layout: Always add semantic classes
https://github.com/WordPress/gutenberg/pull/60845 – List View: Fix stuck dragging mode in UI in Firefox when dealing with deeply nested lists
https://github.com/WordPress/gutenberg/pull/60764 – Don't output base flow and constrained layout rules on themes without theme.json

#4 @jorbin
10 months ago

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

In 58086:

Editor: update npm packages for 6.5.3.

Package Update includes fixes for:

– Layout: Skip outputting base layout rules that reference content or wide sizes if no layout sizes exist
– Fix inserter pattern pagination focus loss
– Fix static posts page setting resolved template
– Font Library: Fix modal scrollbar
– Interactivity API: Allow multiple event handlers for the same type with data-wp-on.
– Layout: Always add semantic classes
– List View: Fix stuck dragging mode in UI in Firefox when dealing with deeply nested lists
– Don't output base flow and constrained layout rules on themes without theme.json

  • PHP unit test workflow: Try removing 7.0 and 7.1 to get CI tests passing

Props grantmkin, talldanwp, ntsekouras, mikachan, darerodz, andrewserong, mamaduka, isabel_brison, jorbin, annezazu, anlino, ramonopoly, davecpage, ellatrix, colorful-tones, mamaduka, flixos90, luisherranz, wildworks, jordesign, mmaattiiaass, jorgefilipecosta, kevin940726, afercia, poena, macmanx, luminuu, anlino.
Fixes #61129.

Note: See TracTickets for help on using tickets.