Skip to content

2.0.0-preview.1

Choose a tag to compare

@michael michael released this 26 Feb 11:54
· 353 commits to main since this release

A complete rewrite of Editable Website, rebuilt from the ground up.

  • Full page editing — Edit entire pages in place, not just individual text blocks. Sections, layouts, images, and text are all editable directly on the page.
  • Powered by Svedit — Replaced ProseMirror with Svedit, a rich content editor built on a graph-based document model. This gives us structured content, undo/redo, and a foundation for more powerful editing features down the road.
  • Initial content types — Ships with a starter set of content types (text, images, links, lists, and more) and multiple section layouts to build real pages.
  • Preview release — This is an early preview. There is no backend or persistence yet — edits are not saved. The focus of this release is the editing experience itself.

Backend integration and data persistence are the immediate next steps. Stay tuned.