react-quill icon indicating copy to clipboard operation
react-quill copied to clipboard

is there any plan for quilljs2.0

Open fred8617 opened this issue 5 years ago • 32 comments

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

  • [ ] master
  • [ ] 0.4.1
  • [ ] 1.0.0-beta-1
  • [ ] 1.0.0-beta-2
  • [ ] 1.0.0-beta-3
  • [ ] 1.0.0-beta-4
  • [ ] 1.0.0-beta-5
  • [ ] 1.0.0-rc-1
  • [ ] 1.0.0-rc-2
  • [ ] 1.0.0-rc-3
  • [ ] 1.0.0
  • [ ] 1.1.0
  • [ ] Other (fork)

fred8617 avatar Apr 28 '20 05:04 fred8617

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

robphoenix avatar Apr 29 '20 10:04 robphoenix

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!

xeger avatar Apr 29 '20 18:04 xeger

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

alexkrolick avatar Apr 29 '20 19:04 alexkrolick

grand, thanks @alexkrolick

robphoenix avatar Apr 30 '20 09:04 robphoenix

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.

christopherhuii avatar Jun 10 '20 06:06 christopherhuii

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.

lukevp avatar Jun 21 '20 16:06 lukevp

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

JoeCMorgan avatar Sep 22 '20 08:09 JoeCMorgan

Any updates?

steodor avatar Feb 02 '21 15:02 steodor

Any updates ?

prasanthLalapeta avatar Feb 19 '21 06:02 prasanthLalapeta

Any updates?

arjanelolong avatar Mar 01 '21 01:03 arjanelolong

Any updates?

andrew2558 avatar Mar 12 '21 05:03 andrew2558

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.

xeger avatar Mar 12 '21 06:03 xeger

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?

juanlanus avatar May 19 '21 18:05 juanlanus

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

growthwp avatar May 20 '21 13:05 growthwp

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

juanlanus avatar May 20 '21 14:05 juanlanus

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

tmilewski avatar Jun 04 '21 03:06 tmilewski

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

More than, for now is been 19 months.

zhimng avatar Nov 18 '21 02:11 zhimng

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.

casamia918 avatar Nov 22 '21 01:11 casamia918

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

JoeCMorgan avatar Nov 22 '21 09:11 JoeCMorgan

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

casamia918 avatar Nov 25 '21 02:11 casamia918

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 ?

herzuull avatar Feb 03 '22 16:02 herzuull

Will this be released? :(

JoKenPo avatar Jun 09 '22 23:06 JoKenPo

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

Prabhakar-Poudel avatar Aug 14 '22 21:08 Prabhakar-Poudel

@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

gbenavid avatar Aug 24 '22 22:08 gbenavid

Is this still maintained ?

Ali-Chimim avatar Dec 22 '23 16:12 Ali-Chimim

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

rinella avatar Feb 08 '24 16:02 rinella

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

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

KalanaPerera avatar Mar 17 '24 14:03 KalanaPerera

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

hamidouikene avatar Mar 19 '24 15:03 hamidouikene

Up! This is also a relevant question for me!

Sashkko avatar Apr 22 '24 11:04 Sashkko

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.

eivindszalay avatar Apr 23 '24 11:04 eivindszalay