Skip to content

Releases: juliankrispel/zettel

Release v0.0.23

23 May 07:09
819c20f
Compare
Choose a tag to compare

Fixed

  • readOnly prop now actually makes the editor read only and removes any editor specific css from the editor and block components.
  • Fixed fragments rendering - now stable.

Removed

  • Removed concept of entities. Not needed anymore now we have fragments. To attach any kind of data to a fragment or block just add arbitrary data to the data property of a block-start or fragment-start character.

Artifacts

Release v0.0.22

20 May 11:09
Compare
Choose a tag to compare

Added

  • Added Fragment Model. Fragments are similar to Blocks, they can either contain text or other fragments. They can also contain metadata which makes them useful for things such as mentions. Fragments can cross block boundaries. If [ ] is a block boundary and < > a fragment boundary we can do things like: [First <Block][Second> Block].
  • Soft newlines are now supported and working correctly (tested in markdown example with codeblocks)

Artifacts

Release v0.0.21

18 May 16:26
Compare
Choose a tag to compare

Changed

  • Tidied up list of examples, better names and better urls, removed examples which are misleading/incomplete

Fixed

  • Remove unused dependencies from @zettel/core
  • Remove useMemo in @zettel/react which breaks draggable example

Release "v0.0.20"

18 May 15:50
Compare
Choose a tag to compare

Added

  • Added tables example
  • Expose DefaultRenderBlock and EditorChildren from @zettel/react

Fixed

  • Regression - Current styles not applied when inserting character #22