Skip to content

v0.198.0

Choose a tag to compare

@kyoshino kyoshino released this 25 Aug 01:32
· 39 commits to main since this release
7e27549
  • Entry slug editor enhancements:
    • Automatic redirects: The aliases front matter field will be updated to include the old slug, which can be used for redirects. Hugo and Zola support this feature out of the box, while other static site generators may require additional configuration.
    • Cascading updates: If the entry is used in a Relation field, the relation value will be updated to reflect the new slug. This prevents broken references in the content.
  • The CMS now exposes the Marked parser and the DOMPurify sanitizer for easier Markdown rendering when using the API. (#933)

Full Changelog: v0.197.2...v0.198.0