Daniel Richards
Daniel Richards
### Description The padding underneath the post content that's supposed to be clickable, and results in focusing the last block seems pretty unreliable, especially when visiting an empty post for...
## What? In a default install of WordPress 6.5, when hovering over a navigation link an underline is shown. In 6.6 this doesn't happen. Theme developers are unable to override...
Trac ticket: https://core.trac.wordpress.org/ticket/61748 Gutenberg issue: https://github.com/WordPress/gutenberg/issues/63912 Gutenberg PR: https://github.com/WordPress/gutenberg/pull/63918 ## What? Reorders the dependencies for `block-style-variations-styles` ## Why? The order of the dependencies here was causing different ordering of stylesheets...
Trac ticket: https://core.trac.wordpress.org/ticket/61704 Gutenberg issue: https://github.com/WordPress/gutenberg/issues/63712 Gutenberg PR: https://github.com/WordPress/gutenberg/pull/63726 ## What? In WordPress 6.6, there was a general effort to lower and level specificity, but a couple of selectors seem...
Succeeds https://github.com/WordPress/gutenberg/issues/59819. This is currently a draft and needs discussion/refinement ## Improved customization flows for synced patterns / Theme bundling of synced patterns The following issues solve a number of...
### To do / Needs investigation - [ ] https://github.com/WordPress/gutenberg/issues/64225 - [ ] https://github.com/WordPress/gutenberg/issues/64856 - [ ] https://github.com/WordPress/gutenberg/issues/30725 ### In progress - [ ] https://github.com/WordPress/gutenberg/pull/64534 (this PR is quite large...
Trac ticket: https://core.trac.wordpress.org/ticket/62069 Gutenberg issue: https://github.com/WordPress/gutenberg/issues/64688 ## What Fixes an issue with the image block when using pattern overrides caused by a bug in the block binding logic. ## Why...
## What? Fixes part of https://github.com/WordPress/gutenberg/issues/65833 Pairs with the fix in #66214 Hides the slide-out pattern/media inserter panel when there are no categories. ## How? The code here is a...
## What problem does this address? The inspector fields currently doesn't support Pattern Overrides or any other attributes that have block bindings. To reproduce this: 1. Insert a synced pattern...
Attempt at fixing #73423. ## What? Updates block inspector fields (for the contentOnly patterns experiment) to support block bindings. Unfortunately the PR has some issues, so I'm not sure it's...