Skip to main content

22 posts tagged with "New Feature"

New Features

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.30.0 - Make the WordPress system emails look like they came from your site

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

WordPress sends its password resets and account notices as plain text that could have come from any site on the internet. 1.30.0 adds the option to send them as HTML carrying the site's own logo, colour and fonts, with a new Appearance > Email Branding screen to switch it on and rewrite what the four most visible ones say. It ships off — updating changes nothing an account holder receives until a site opts in. The Login Screen customiser moves to Appearance beside it, and both now inherit the block theme's main colour when no colour is set.

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.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.