Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 03:13
· 2 commits to main since this release
c557817

Added

  • Soames Icon Header block (ORBI-63). A full-width gray band with an icon tile beside a
    title / subtitle / meta stack — the shape a résumé or timeline entry wants. Emits
    wp-block-soames-icon-header carrying data-image, data-title, data-subtitle and
    data-meta.

    It exists because that band was previously hand-written as a raw
    <section class="soames-section-subhead"> in post content, and the theme's built-in-block
    fallback (ORBI-59) now constrains any unmapped top-level element to the content column — so
    the band stopped stretching edge to edge. The theme skips wrapping anything classed
    wp-block-soames-*, so moving the markup into a real block restores the full-width band by
    construction, without changing that fallback for anything else.

    Needs soames-astro-theme >= 0.1.21, which carries the matching renderer. Against an
    older theme the block emits its div and nothing renders it — an empty gap, not an error.

Changed

  • Block counts in tests/e2e/admin.spec.ts (10 → 11 instances, 8 → 9 registered types) to
    account for the new block. Both are deliberate guards against the suite silently falling
    behind the plugin, and both failed before being updated.