-
Notifications
You must be signed in to change notification settings - Fork 930
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
is there any plan for quilljs2.0 #601
Comments
To clarify, will |
I am in the exact same position as @robphoenix: I'd like to make use of tables (either those built in to Quill 2, or the "better" module) but I'm also very much a fan of ReactQuill. @zenoamaro is a Quill 2 upgrade something you've investigated at all? I understand that Quill 2 is radically different from 1.x, so if your answer is "haven't even looked at it," I understand! |
We'll support it when it's stable; right now it is in beta |
grand, thanks @alexkrolick |
Is there a targeted release date for v2? I'm currently doing some research around rich text editors and I'm uncertain whether I should dive into beta or stick with the latest stable release. A rough estimate would help me decide which version to adopt. |
It's been 2 years since quill 2.0 started development, it would be nice if react-quill could support it at least as a beta version of react-quill. I'm guessing a lot of people are using the quill 2.0 beta already in production since the 1.0 version doesn't support tables. |
Has anyone found any suitable work around for using react-quill with tables? |
Any updates? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
As a reminder, QuillJS is a separate product that @zenoamaro doesn't maintain; for updates on Quill 2,0, you can refer to this tracking issue created by users. Long story short, development is stalled, seemingly due to lack of resources and/or business conflicts of interest. There are some discussions of forking the project but no earnest efforts. At this point, it's best to plan on Quill 2.0 never being released, and to plan your own software dev accordingly: use Quill 1, but build façades that will make it easier to replace if needed. |
ReactQuill 2 is here, baby! I'm about to switch to react-quill and I wonder if I should go directly for the beta, should I? What do you recommend, what's the status of the beta? |
@juanlanus Sorry, how do you mean ReactQuill 2 is here? Can you link to a release link or something? |
@growthwp |
@juanlanus That hasn't been updated for 14 months. |
More than, for now is been 19 months. |
I'm dispaired. At first, I installed quilljs v1.3.7. An then, we should use quill-better-table library to support table feature. But this library only support on quilljs 2.0.0-dev. So I update quill version. At last, I forkeed this repo and updated dependency quill version into 2.0.0-dev2. TS compile succeded. But runtime error happens. |
Honestly I’d forget about Quill and use TinyMCE - never had any problems with it since moving over |
@JoeCMorgan |
Yes, but TinyMCE is freemium, and can be complicated if you want to use image management, I read that you need an instance of tinyMCE to handle image upload, am I wrong ? |
Will this be released? :( |
could be closed now that we have v2? |
@Prabhakar-Poudel it seems this is still an issue since react-quill V2 is still dependent on quill ^1.3.7 |
Is this still maintained ? |
Chrome is going to stop supporting mutation events that are in quill 1.3.7 on July 30 2024 https://developer.chrome.com/blog/mutation-events-deprecation |
any suggestions? I was checking Lexical, single editor works fine. having few problems when using multiple editors on the same page. |
Hi all, Thank you |
Up! This is also a relevant question for me! |
Relevant for our team as well. |
See this PR for upgrading to Quill 2.0: #967 |
Thanks for filing an issue!
If at all possible, please provide a Codepen to demonstrate the problem you're having with React Quill. Here's a template to get you started.
FAQ
some module like better-table need at least quilljs 2.0
How do I access the wrapped Quill instance?
See the instance methods and API documentation.
Is there a bug in Quill?
Please refer to the Quill issues page.
React-Quill version
The text was updated successfully, but these errors were encountered: