Glen Davies

Results 10 issues of Glen Davies

## What? Add UI into the padding toolspanel control to allow for either a custom value to be entered or a [preset spacing value](https://github.com/WordPress/gutenberg/pull/41527) to be selected ## Why? There...

[Feature] Themes
Global Styles

## What? Adds an early return from `set_spacing_sizes` if spacing.spaceScale.steps === 0. ## Why? Theme authors should be able to set this to 0 to prevent the generation of the...

[Type] Enhancement
Global Styles

### Describe the bug: I should be able to run the CoBlocks plugin with the refactored core Gallery block included in WP 5.9 and Gutenberg plugin 12.5+ without any performance...

[Type] Bug
[Priority] Low

Hi Do you know if anyone is looking at adding support for passing in .components as well as .directives? Not a major issue not having this, but would be happy...

enhancement

A [major refactor of the Gutenberg core gallery block](https://github.com/WordPress/gutenberg/pull/25940) was recently merged which uses innerBlocks instead of nested `img` elements in the block content. This new gallery format is currently...

As [noted here](https://github.com/WordPress/gutenberg/issues/38557), there are some instances where iFraming `react-easy-crop` causes the styles and events to be lost as they are always attached to the global `window` and `document`. This...

## What? Moves global styles custom CSS to bottom of header ## Why? So it loads in the same place as the Customizer custom CSS ## How? Extract the loading...

Global Styles

### Description If multiple blocks are selected that have styles attached, eg. several Paragraph blocks with margin and/or padding added, the editor canvas shudders and multiple scroll bars are added...

[Type] Bug
[Feature] Blocks

## What? Preserves user custom CSS when switching between style variations ## Why? User can find it surprising that their custom CSS is lost when they switch to a different...

[Type] Enhancement
Needs Design
Global Styles

### Description One of the criticisms of the Block editor, particularly from those that are used to the Classic editor, is that it has a distracting interface for long form...