zenoamaro / react-quill

A Quill component for React.
https://zenoamaro.github.io/react-quill
MIT License
6.69k stars 911 forks source link

is there any plan for quilljs2.0 #601

Open fred8617 opened 4 years ago

fred8617 commented 4 years ago

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.

[template]: https://codepen.io/pen?template=xgyOXQ

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.

[instance methods]: https://github.com/zenoamaro/react-quill#methods

[API]: https://github.com/zenoamaro/react-quill#api-reference

Is there a bug in Quill? Please refer to the [Quill issues page].

[Quill issues page]: https://github.com/quilljs/quill/issues

React-Quill version

robphoenix commented 4 years ago

To clarify, will react-quill support quilljs v2? AFAICT it's needed to be able to use https://github.com/soccerloway/quill-better-table

xeger commented 4 years ago

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!

alexkrolick commented 4 years ago

We'll support it when it's stable; right now it is in beta

robphoenix commented 4 years ago

grand, thanks @alexkrolick

christopherhuii commented 4 years ago

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.

lukevp commented 4 years ago

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.

JoeCMorgan commented 3 years ago

Has anyone found any suitable work around for using react-quill with tables?

steodor commented 3 years ago

Any updates?

prasanthLalapeta commented 3 years ago

Any updates ?

arjanelolong commented 3 years ago

Any updates?

andrew2558 commented 3 years ago

Any updates?

xeger commented 3 years ago

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.

juanlanus commented 3 years ago

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?
I don't mind if there are few bugs as long as it's fairly stable.

What do you recommend, what's the status of the beta?

growthwp commented 3 years ago

@juanlanus Sorry, how do you mean ReactQuill 2 is here? Can you link to a release link or something?

juanlanus commented 3 years ago

@growthwp Open https://github.com/zenoamaro/react-quill#quick-start and scroll back one page

tmilewski commented 3 years ago

@juanlanus That hasn't been updated for 14 months.

zhimng commented 2 years ago

@juanlanus That hasn't been updated for 14 months.

More than, for now is been 19 months.

casamia918 commented 2 years ago

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. And then, I encountered criticall error of quill-better-table. Luckily, This error can be solved by this folked library And then, still the copy and paste from my excel into quill is not working. Then I found that react-quill has quilljs v.1.3.7 dependencies. And then, I found this issue and surprised by the date of this issue date...

At last, I forkeed this repo and updated dependency quill version into 2.0.0-dev2. TS compile succeded. But runtime error happens.

JoeCMorgan commented 2 years ago

Honestly I’d forget about Quill and use TinyMCE - never had any problems with it since moving over

casamia918 commented 2 years ago

@JoeCMorgan After seeing your comment, I also changed to TinyMCE. Then, all of my problems are gone.

herzuull commented 2 years ago

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 ?

JoKenPo commented 2 years ago

Will this be released? :(

Prabhakar-Poudel commented 2 years ago

could be closed now that we have v2? https://www.npmjs.com/package/react-quill/v/2.0.0

gbenavid commented 2 years ago

@Prabhakar-Poudel it seems this is still an issue since react-quill V2 is still dependent on quill ^1.3.7 https://github.com/zenoamaro/react-quill/blob/master/package.json#L48

Ali-Chimim commented 8 months ago

Is this still maintained ?

rinella commented 7 months ago

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

KalanaPerera commented 6 months ago

any suggestions? I was checking Lexical, single editor works fine.

having few problems when using multiple editors on the same page.

hamidouikene commented 5 months ago

Hi all, We ar eusing react quill in one of our projects and it looks like Chrome is going to stop supporting mutation events in few months and we will probably endup with the editor not working. Could you please tell us if you are planning to migrate to quillJS v2?

Thank you

Sashkko commented 4 months ago

Up! This is also a relevant question for me!

eivindszalay commented 4 months ago

Hi all, We ar eusing react quill in one of our projects and it looks like Chrome is going to stop supporting mutation events in few months and we will probably endup with the editor not working. Could you please tell us if you are planning to migrate to quillJS v2?

Thank you

Relevant for our team as well.

t-ashraf commented 4 months ago

See this PR for upgrading to Quill 2.0: https://github.com/zenoamaro/react-quill/pull/967