tellthemachines
tellthemachines
## What? Fixes #33374. ## New layout type * Moves the content width logic to a new layout type, called **"column"** which makes it easier to set blocks to use...
## What problem does this address? In block themes, where each container block must specify its content width, Cover block has no settings to do so. This causes issues such...
## What? Allows adding custom sizes to Navigation block children, and fixes a bug in `hasChildLayoutSupport` that wasn't taking into account the possible shapes of the parent layout object. ~Note:...
## What? Extracts the child controls from the layout redesign prototype in #53455. ## UI changes * All children of blocks with `flow`, `constrained` or `flex` layout types that opt...
## What? Tries to address specificity issues in https://github.com/WordPress/gutenberg/pull/56540#issuecomment-1891118802 by wrapping the block global styles root selector, global element selectors, global feature selectors and global layout selectors in `:where()`. For...
1. I'd start really simple: set up express, create your server, app get homepage and send hello world. 2. then perhaps introduce morgan and get people to try requesting non-existing...
Trac ticket: https://core.trac.wordpress.org/ticket/61111 Syncs the changes from https://github.com/WordPress/gutenberg/pull/58539, https://github.com/WordPress/gutenberg/pull/59057 and https://github.com/WordPress/gutenberg/pull/59452 to core. To test, paste the following markup in a post: test markup ``` grid item grid item grid...
The Layout Grid resize handles are acting up when latest version of Gutenberg is enabled: https://github.com/Automattic/block-experiments/assets/8096000/331e75e9-a97e-4b5b-842a-09704b6db449 This is most likely due to a change on the Gutenberg side, but it's...
## What? Addresses some of the feedback from [this comment](https://github.com/WordPress/gutenberg/pull/60986#issuecomment-2085708289), specifically about improving the look of the grid visualiser. ## Testing Instructions 1. Enable the grid experiment under Gutenberg >...
## What? Fixes one of the issues described in #61633: the non-iframed editor crashing when using the grid resizer, by moving the mouseup event listener that was added to `body`...