Vaulthalla Logo

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:

  • prettyCodeBlocks
  • highlightLines

Replaced by:

  • enhancedCodeBlocks

Who is affected

You are only affected if:

  • you customized Markdown block config, and
  • you used prettyCodeBlocks or highlightLines

If you did not modify code block settings, no action is required.


Migration steps

  1. Run the app in development mode against a local or backup database
  2. Open a page or post that uses Markdown block config
  3. If no schema warning appears in the console, you are done

If prompted to reconcile fields:

  1. Replace prettyCodeBlocks with enhancedCodeBlocks
  2. Repeat if multiple instances are detected
  3. 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