v1.0.0 → v1.1.0
Summary
This release simplifies code block configuration and removes legacy fields that are no longer used by the renderer.
A small schema reconciliation may be required if you previously customized code block behavior.
What changed
Removed fields:
prettyCodeBlockshighlightLines
Replaced by:
enhancedCodeBlocks
Who is affected
You are only affected if:
- you customized Markdown block config, and
- you used
prettyCodeBlocksorhighlightLines
If you did not modify code block settings, no action is required.
Migration steps
- Run the app in development mode against a local or backup database
- Open a page or post that uses Markdown block config
- If no schema warning appears in the console, you are done
If prompted to reconcile fields:
- Replace
prettyCodeBlockswithenhancedCodeBlocks - Repeat if multiple instances are detected
- When prompted to remove
highlightLines, select yes
Result
After completing these steps:
- your schema will be aligned with v1.1.0
- code block rendering will behave as expected
- legacy fields will be fully removed
Notes
- This is a minor breaking change affecting only legacy config fields
- Future releases will not include these deprecated options
