Skip to content

0.12.0

Choose a tag to compare

@begedin begedin released this 29 Oct 05:41
· 6 commits to main since this release
82c45d3

0.12.0

  • [REWRITE] More agnostic block system where the ContentEditable is a base
    block through which other blocks communicate
  • [FEATURE] Basic implementation for a list - not release-ready yet
  • [FEATURE] Include library version in every editor

This version is about making blocks more generic. The %ContentEditable{} is now the core building element of all other blocks. The %Block{} is now the base block the editor supports. All other block types converse with each other by via the base block, by converting into it.

The hope long term is, increased flexibility and easier ways to add new block types.