Skip to content

tiptap@1.0.0

Choose a tag to compare

@philippkuehn philippkuehn released this 14 Nov 15:32

Breaking changes

  • replaced slots with components #20
  • replaced editor component with class
  • renamed all extensions (drop suffix, e.g. BoldExtension() -> Bold())
  • menus are fully renderless now
  • improved commands (replaced command with commands) #44
  • removed align example (don’t support styling nodes in the core anymore)
  • add history example with redo and undo commands
  • replace maxLevel attribute with levels for heading node
  • improved link handling
  • improved prop updates for node views
  • improved code style
    • replaced tabs with spaces 🙃
    • add .editorconfig
    • add test setup and some basic tests