Skip to content

8.25.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 12:25
15e771b

@comet/cms-admin@8.25.0

Minor Changes

  • ba2729a: Add noFollow option to ExternalLinkBlock

    Editors can now mark an external link as nofollow via a new checkbox in the admin form. When enabled, the rendered <a> tag receives rel="nofollow". Existing links are unaffected by an automatic block-data migration that sets noFollow to false.

Patch Changes

  • 8aa1aa6: Fix page search not expanding the tree when navigating between matches after "Collapse all"

    Previously, jumping to the next or previous search match only scrolled to the match without expanding its collapsed ancestors. After collapsing the tree via "Collapse all" during an active search, continuing the search revealed nothing. Navigating between matches now re-expands the current match's ancestors before scrolling to it.

@comet/cms-api@8.25.0

Minor Changes

  • ba2729a: Add noFollow option to ExternalLinkBlock

    Editors can now mark an external link as nofollow via a new checkbox in the admin form. When enabled, the rendered <a> tag receives rel="nofollow". Existing links are unaffected by an automatic block-data migration that sets noFollow to false.

Patch Changes

  • c6a5235: Load jsdom lazily for SVG validation

    jsdom (~90 MB resident) was imported and instantiated at module load time, so importing anything from @comet/cms-api pulled it into memory even when no SVG was ever validated. It's now loaded on the first SVG validation instead, reducing the package's base memory footprint.

@comet/site-react@8.25.0

Minor Changes

  • ba2729a: Add noFollow option to ExternalLinkBlock

    Editors can now mark an external link as nofollow via a new checkbox in the admin form. When enabled, the rendered <a> tag receives rel="nofollow". Existing links are unaffected by an automatic block-data migration that sets noFollow to false.