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

is there any plan for quilljs2.0 #601

Open
13 tasks
fred8617 opened this issue Apr 28, 2020 · 31 comments
Open
13 tasks

is there any plan for quilljs2.0 #601

fred8617 opened this issue Apr 28, 2020 · 31 comments

Comments

@fred8617
Copy link

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)
@robphoenix
Copy link

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
Copy link

xeger commented Apr 29, 2020

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
Copy link
Collaborator

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

@robphoenix
Copy link

grand, thanks @alexkrolick

@christopherhuii
Copy link

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
Copy link

lukevp commented Jun 21, 2020

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
Copy link

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

@steodor
Copy link

steodor commented Feb 2, 2021

Any updates?

@prasanthLalapeta

This comment has been minimized.

@arjanelolong

This comment has been minimized.

1 similar comment
@andrew2558

This comment has been minimized.

@xeger
Copy link

xeger commented Mar 12, 2021

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
Copy link

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
Copy link

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

@juanlanus
Copy link

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

@tmilewski
Copy link

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

@zhimng
Copy link

zhimng commented Nov 18, 2021

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

More than, for now is been 19 months.

@casamia918
Copy link

casamia918 commented Nov 22, 2021

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
Copy link

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

@casamia918
Copy link

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

@herzuull
Copy link

herzuull commented Feb 3, 2022

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
Copy link

JoKenPo commented Jun 9, 2022

Will this be released? :(

@Prabhakar-Poudel
Copy link

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

@gbenavid
Copy link

@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
Copy link

Is this still maintained ?

@rinella
Copy link

rinella commented Feb 8, 2024

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
Copy link

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

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

@hamidouikene
Copy link

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
Copy link

Sashkko commented Apr 22, 2024

Up! This is also a relevant question for me!

@eivindszalay
Copy link

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
Copy link

See this PR for upgrading to Quill 2.0: #967

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

No branches or pull requests