Skip to main content

29 posts tagged with "Gutenberg"

Gutenberg improvements

View All Tags

1.31.0 - A Card block that is one accessible link, Additional CSS that understands nesting, and a theme's icons in the Icon block

· 7 min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co

Three features. Card is a new block that works like a Group and can turn the whole card into one accessible link — the image, the padding, the gap between two lines. The Additional CSS box on every block now behaves like Sass: nesting works to any depth, and media queries work where they were silently dropped before. And a theme's own SVG files now appear in the Icon block — drop them in an /icon folder and they are there. A stretched-link fix comes with them.

1.29.1 - The primary term option works on WordPress 6.7

· 3 min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co

The Primary Term option that 1.29.0 added to the terms block did nothing at all on WordPress 6.7. A block set to render only the primary term rendered every term, with nothing to indicate the setting was being ignored. Sites on 6.8 were unaffected, which is why this went unnoticed. The option is also now two toggles rather than a dropdown, matching the rest of the panel it sits in.

1.29.0 - The block editor stops deleting primary terms and unpublish dates

· 4 min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co

Version 1.29.0 brings two per-post controls to the block editor that only ever existed in the classic one — the primary term picker and the unpublish date — and gives the terms block a primary-term option. Both controls had the same thing wrong with them, and it was worse than their absence: a save in the block editor deleted the value the classic editor had stored.

1.28.2 - Taxonomy fields suggest something before you type

· 2 min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co

Clicking a field in the Consolidated Taxonomy Panel before typing anything opened a dropdown with nothing in it, so an editor had to guess at a term name before the field would show them anything. It now lists the whole taxonomy on that first click, most-used terms first. The release zip also drops about a megabyte of npm lockfiles that were never used at runtime.

1.28.1 - Put the taxonomy fields in the order people work in

· 2 min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co

Version 1.28.1 finishes the job 1.28.0 started. The consolidated Taxonomies panel showed its fields in whatever order the taxonomies happened to be registered in, which meant the field an editor used on every single record could sit at the bottom with no way to move it. Administrators can now order them, from the same picker, saved once for everyone.

1.28.0 - Take control of the document sidebar

· 3 min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co

Version 1.28.0 gives administrators two ways to fix a document sidebar that has grown unusable. Panels can be dragged into the order editors actually work in, saved once for everyone on the site. And a post type's taxonomies can be collapsed into a single panel of chip fields, chosen in the editor by the person looking at the sidebar they are fixing. Both replace the hand-written nth-child() CSS that sites have been using for this, which silently reorders the wrong panel the moment a conditional panel appears.

1.26.0 - Stretched Links make a whole card clickable

· 2 min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co

Version 1.26.0 adds Stretched Links: two block-editor toggles that make a whole container block clickable by expanding one link inside it to cover the container. The behavior now lives in Yoko Core instead of being rebuilt per site — the plugin owns the mechanic, the keyboard focus handling and the nested-link handling, and a theme styles one documented class. A link set to stretch with no container stays an ordinary link, and a new WP-CLI audit finds every misconfiguration across a site.

1.25.1 - Soft Gate reaches the classic editor, and stops gating logged-in users

· 2 min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co

Version 1.25.1 fixes a Soft Gate bug worth updating for: the gate was showing to logged-in users, so administrators, editors and members were blurred out of their own content. It also brings per-post soft gating to the classic editor and page builders, which 1.25.0 could only do from the block editor.

1.25.0 - Soft Gate, email access links for gated content

· 3 min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co

Version 1.25.0 adds Soft Gate: a cache-friendly alternative to role-based gating that trades a reader's email address for a magic link, without taking the page out of the cache. It ships with a Gravity Forms merge tag, three support commands, and screenshots of every state. Also included: a documented standard for how these docs get written.