zenoamaro / react-quill

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

Quill 2.0 support when/ever? #979

Open juliandierker opened 5 months ago

juliandierker commented 5 months ago

Hey,

will this library also will recieve the latest updates from https://slab.com/blog/announcing-quill-2-0.

It seems that quill release stable 2.0 and the latest release of this package still remains on the "quill": "^1.3.7"

Thanks for your support.

ReactQuill version

bolathedev commented 5 months ago

I hope they provide version with support before the deprecation.

do you know how deprecation can affect in production?

Sashkko commented 5 months ago

@juliandierker as an interim solution you can use "react-quill-new" package: https://www.npmjs.com/package/react-quill-new This is fork of react-quill that updates its QuillJS dependency from 1.3.7 to 2.0.0 and makes some smaller changes for compatibility.