Hey everyone 👋
This one covers a lot of ground. Two new features land in 4.13.2 — rem unit support for typography (a real win for accessibility) and WP-CLI commands for the Abilities API. Plus, we’ve fixed a Customizer white screen on WordPress 6.8+, a sticky header bug, and a handful of other rough edges.
Let’s get into it.
✨ What’s new
Typography that respects your users’ font size preferences
Line-height and letter-spacing now support rem units in the Customizer Typography controls.
What that means for you:
- Users who’ve set a larger default font size in their browser will see your spacing scale with it automatically, not stay stuck at a fixed size
px value.
- Better out-of-the-box accessibility without extra work on your end.
- Consistent spacing across all viewport sizes for
rem-based designs.
Manage Abilities from the command line
New WP-CLI commands let you list, enable, disable, and inspect individual Abilities directly from your terminal. No more clicking through the dashboard to check what’s active.
🔧 Better than before
- The Off-Canvas close icon holds its size. It shrank when a scrollbar appeared or when pop-up padding was applied. Now it stays put.
🐛 Squashed
- Sticky header was leaving the burger icon in the wrong state. The main header’s toggle icon was still showing the close (X) state. Fixed.
- Multi-selector control was clipping long post type labels and showing raw HTML entities. Labels now wrap correctly and render as plain text.
- Customizer white screen on WordPress 6.8+. An unused
wp-block-editor script dependency in the customizer controls bundle was causing it. Removed.
- List and quote blocks were bleeding padding in the Separate Container layout. The Block Editor now renders them with the correct spacing.
- Duplicate H1 tags when using the
astra_show_site_title_h1_tag filter with Header Builder active. One H1. As it should be.
We think you’ll like this one. Update when you’re ready.
As always, support is one click away if anything feels off.
— Team Astra