Skip to content

0.2.0

Compare
Choose a tag to compare
@umaranis umaranis released this 21 Feb 15:45
· 432 commits to master since this release
  • feat: support for collaboration (CollaborationPlugin)
  • feat: support for image caption
  • feat: KeywordPlugin - highlight keywords
  • feat: support for Decorator Nodes (mechanism for plugging UI framework in lexical) - See more here
  • feat: supported nested editors with NestedComposer component
  • feat: shared history state for nested editors - undo/redo
  • bug: ensure no global state - support multiple editors on a single page
  • feat: support SSR (server-side rendering) - see sveltekit demo
  • feat: support for placeholder text in the editor
  • feat: AutoFocusPlugin - automatically focuses the editor on page load
  • refactor: expose class attribute for ContentEditable
  • test: split view to test collaboration
  • feat: settings UI in the playground (turn off debug view etc.)
  • test: turn off not implemented tests with fixme