v0.198.0
- Entry slug editor enhancements:
- Automatic redirects: The
aliasesfront 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.
- Automatic redirects: The
- 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