Skip to content

Releases: michael/editable

2.0.0-preview.4

Choose a tag to compare

@michael michael released this 25 Aug 19:35
  • Improved structure and better split of app and lib concerns
  • New blank default_site.ts
  • Fixes here and there
  • Cleanup of legacy code and docs

Full Changelog: v2.0.0-preview.3...v2.0.0-preview.4

2.0.0-preview.3

Choose a tag to compare

@michael michael released this 24 Aug 22:21

The first complete, fully functional preview release of 2.0 is here. 🎉

Full Changelog: v2.0.0-preview.2...v2.0.0-preview.3

2.0.0-preview.2

Choose a tag to compare

@michael michael released this 14 Mar 23:11
2911f36
  • Upgrade to Svedit 0.7.0

2.0.0-preview.1

Choose a tag to compare

@michael michael released this 26 Feb 11:54

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.

1.0.0

Choose a tag to compare

@michael michael released this 15 Dec 14:31
d294108

The original version of editable.website from 2023. MIT licensed.

See: https://news.ycombinator.com/item?id=35456083