Skip to content

v1.9.0

Latest
Compare
Choose a tag to compare
@sjdemartini sjdemartini released this 22 May 03:08

What's Changed

  • New feature: Add option to pass a ChildComponent for the ResizableImage extension by @dennisjlee in #227. This optional React Component is rendered as a sibling placed after the img element. The component will be rendered with the NodeViewProps passed from Tiptap. For example, if you have component called ImageActions that you want to render "on top" of the resizable image to inject a custom button, you can use the following in your extensions array (instead of just passing the default ResizableImage extension):
    ResizableImage.configure({ ChildComponent: ImageActions })
  • 🐛 Fix issue where other heading levels are disabled when Heading 1 is selected by @Keito654 in #222
  • Replace placekitten URLs with picsum.photos by @sjdemartini in #217

New Contributors

Full Changelog: v1.8.7...v1.9.0