André
André
I was a bit surprised quotes and asides strip the link out of the text, modifying the post entries content. I like the fact that title isn't shown for them,...
## What? Refactors the TimeToFirstByte performance metric to the `getLoadingDurations` utility. ## Why? This makes it work like any other metric. ## How? By moving the calculation to the `getLoadingDurations`...
## What Implements https://github.com/WordPress/gutenberg/issues/44582 Related https://github.com/WordPress/gutenberg/pull/45285 ## TODO - Replace the content of the template part upon clicking one of the patterns. ## Testing instructions - Open the side editor...
Part of https://github.com/WordPress/gutenberg/issues/59659 and https://github.com/WordPress/gutenberg/issues/55083 Follow-up to https://github.com/WordPress/gutenberg/pull/59637 Fixes https://github.com/WordPress/gutenberg/issues/61555 ## What? This PR adds support for actions in list layout, which is only enabled for Pages and Templates as...
[Presentation example](http://nosolosoftware.com/presentation/introduction-to-gutenberg/). If you look into the HTML, the speaker notes are there under `...`, yet the users can't seen them. It'd be cool if there was some way to...
Updated Stackblitz repro: https://stackblitz.com/edit/vitejs-vite-p27qhy?file=src%2FApp.tsx&terminal=dev ### Motivation I'm trying to use `Composite` in WordPress/Gutenberg to create a two-dimensional arrow navigation experience. This is [the PR](https://github.com/WordPress/gutenberg/pull/60805) where I'm working on it. I'm...
## What? Casts `blockType.parent` to array if it's a string. ## Why? While we haven't enforced it in any way, we have been operating under the assumption that `blockType.parent` is...
Potential fix for https://wordpress.org/support/topic/error-after-update-228/ ## What? Fixes an error when blocks' `parent` property is a string. ## Why? In the forum, I ran into [a report](https://wordpress.org/support/topic/error-after-update-228/) where users have the...
Follow-up to https://github.com/Automattic/wp-calypso/pull/104040 ## What If the field declares a primary filter but doesn't declare which operators it supports, use the default operators defined in the field type definition. ##...
### Context and steps to reproduce I wanted to subscribe to an existing site that doesn't have recent posts (https://gziolo.pl/) and I couldn't. Video with the steps: https://github.com/user-attachments/assets/312f011e-3655-4206-a2a3-f0b0e3ecee44 However, trying...