Skip to content

8.25.1

Choose a tag to compare

@github-actions github-actions released this 08 Jul 07:43
43c650f

@comet/cms-api@8.25.1

Patch Changes

  • c0c2e4b: Make the noFollow field of the ExternalLinkBlock optional

    The noFollow field, which was added to the ExternalLinkBlock in a previous release, was required. This was a breaking change for existing consumers that create external links without providing noFollow. The field is now nullable to avoid the breaking change.