Back to changelog

v2026.7.12-c9a7dae1
  • Editing
  • Content

Version history that understands your schema

Every field type now renders a proper, typed diff in version history — including rich text and fields nested deep inside blocks. No more staring at raw JSON.

"What changed between these two versions?" is the question version history exists to answer — and until now the honest answer was often a JSON blob.

Version diffs are now schema-aware:

  • Rich text renders as a real prose diff, with insertions and deletions marked in the formatted output
  • Typed fields — dates, links, assets, options, references — show meaningful before/after values instead of raw structures
  • Nested blocks unfold their sub-fields, so a changed headline three levels deep inside a section is shown exactly where it changed

Combined with the changes/preview toggle in block version history, reviewing an entry before publishing finally feels like reviewing a pull request — in a good way.