Skip to content

0.4.2

Latest
Compare
Choose a tag to compare
@umaranis umaranis released this 19 Sep 14:17

New Features

  • feat: Column Layout plugin to arrange content in columns
  • feat: add text color and background color pickers to toolbar
  • feat: upgrade to lexical 0.17.0 from 0.14.5
  • feat: show image error UI when image loading fails
  • feat: theme class added to horizontal rule node
  • feat: image captions can now be disabled

Bugs

  • bug: can't remove link formatting from Auto Link
  • bug: insert an image inside another image's caption
  • bug: fix auto link node escapes on second "."
  • bug: support pasting google doc checklist
  • bug: changing font size does not take effect when clicking in the editor after change
  • bug: fix Auto Link styles on creation
  • bug: crash when heading or quote is selected for clear formatting
  • bug: with block decorator nodes error on indent
  • bug: Prismjs causing issues with dev build when npm is used #85
  • bug: code block doesn't render properly with small width editor

Tests

  • test: a lot of new tests
  • test: add more parallelism to tests running in CI
  • test: exclude legacy events tests in CI except chromium on windows