Skip to content

v1.9.5

Compare
Choose a tag to compare
@sjdemartini sjdemartini released this 25 Jul 00:45
· 39 commits to main since this release

What's Changed

  • Update RichTextReadOnly types to support Tiptap 2.5+ options by @sjdemartini in #251, like was done for RichTextEditor in mui-tiptap v1.9.4. Example:

    <RichTextReadOnly
      content={content}
      extensions={extensions}
      immediatelyRender
    />

Full Changelog: v1.9.4...v1.9.5