8.25.0
@comet/cms-admin@8.25.0
Minor Changes
-
ba2729a: Add
noFollowoption toExternalLinkBlockEditors can now mark an external link as
nofollowvia a new checkbox in the admin form. When enabled, the rendered<a>tag receivesrel="nofollow". Existing links are unaffected by an automatic block-data migration that setsnoFollowtofalse.
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
noFollowoption toExternalLinkBlockEditors can now mark an external link as
nofollowvia a new checkbox in the admin form. When enabled, the rendered<a>tag receivesrel="nofollow". Existing links are unaffected by an automatic block-data migration that setsnoFollowtofalse.
Patch Changes
-
c6a5235: Load
jsdomlazily for SVG validationjsdom(~90 MB resident) was imported and instantiated at module load time, so importing anything from@comet/cms-apipulled 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
noFollowoption toExternalLinkBlockEditors can now mark an external link as
nofollowvia a new checkbox in the admin form. When enabled, the rendered<a>tag receivesrel="nofollow". Existing links are unaffected by an automatic block-data migration that setsnoFollowtofalse.