A block registering its view script in block.json, and a leftover wp_enqueue_scripts callback doing the same thing under a different handle. The symptom was a carousel advancing two…
Editing a header meant opening a template, finding the part inside it, and editing in place with the rest of the page as context — which sounds helpful…
The beta label came off in March, which changes nothing technically and changes a great deal about what can be recommended to a client. The label mattered because…
A rendering of every block with the current theme styles applied, in one scrollable view, which is a design review artefact nobody had to build. Reviewing by page…
The block editor fetches patterns from a remote directory, which is a network request on an admin page load and a dependency on somebody else’s uptime. On a…
6.1 in November generates a clamp() from a font size, so type scales with the viewport without a stylesheet doing arithmetic. Turning it on globally applies a computed…