Opened 10 months ago
Closed 10 months ago
#61129 closed defect (bug) (fixed)
Update npm packages with bugfixes for 6.5.3
Reported by: |
|
Owned by: |
|
---|---|---|---|
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)
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
#3
@
10 months ago
- Keywords has-patch removed
PR created here: https://github.com/WordPress/wordpress-develop/pull/6487
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.