Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RichTextEditor types to support Tiptap 2.5+ options #250

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

sjdemartini
Copy link
Owner

Fixes #249 while still remaining backward compatible, allowing mui-tiptap users to use the new React-specific editor options if they're on Tiptap 2.5+
(https://tiptap.dev/blog/release-notes/say-hello-to-tiptap-2-5-our-most-performant-editor-yet), like:

<RichTextEditor extensions={[]} immediatelyRender />

Fixes #249 while still
remaining backward compatible, allowing mui-tiptap users to use the new
React-specific editor options
(https://tiptap.dev/blog/release-notes/say-hello-to-tiptap-2-5-our-most-performant-editor-yet),
like:

```ts
<RichTextEditor extensions={[]} immediatelyRender />
```
@sjdemartini sjdemartini enabled auto-merge (rebase) July 24, 2024 19:01
@sjdemartini sjdemartini merged commit 9e98e24 into main Jul 24, 2024
1 check passed
@sjdemartini sjdemartini deleted the support-tiptap-2.5-immediately-render branch July 24, 2024 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update RichTextField with TipTap 2.5.x features?
1 participant