vueup / vue-quill

Rich Text Editor Component for Vue 3.
https://vueup.github.io/vue-quill/
MIT License
1.09k stars 264 forks source link

Support QuillJS 2.0 #466

Closed ArbazIrshad closed 1 week ago

ArbazIrshad commented 9 months ago

The first beta of QuillJS 2.0 has been released, and it brings a number of new improvements. However, vue-quill currently does not support QuillJS 2.0.

This issue is to inquire about the possibility of updating vue-quill to support QuillJS 2.0. This would allow users to take advantage of the latest features and improvements in QuillJS.

hymmyh commented 8 months ago

quill v1.3.7 Security Issue CVE-2021-3163

CasperNH commented 7 months ago

I would love to see the update to 2.0 :)

nathanchase commented 7 months ago

Quill 2 is now in RC, with full release in March: https://github.com/quilljs/quill/issues/3806#issuecomment-1933250524

CasperNH commented 6 months ago

@luthfimasruri I just wanted to hear if you have any plans to update this package to Quill 2.0, when a official release is made?

dodgydre commented 6 months ago

I had just taken the vue-quill code and made an offline version which works with quill 2.0. Can't remember what specifically i changed but seems to be working fine.

I've got an index.js in a quill folder that sets my global options - In here you can also import and register any modules for your project. In the main.js or app.js for the project import that file and register the component globally and then you can use it in any of your components the usual way. Doesn't have any dependencies on quill version this way so you can import any quill >2.0.0 to your project.

Not sure if this vue-quill package will get updated otherwise.

https://gist.github.com/dodgydre/d712f9cf596b281614a727ec5bd53eb0

suchorski commented 6 months ago

Want that too... Waiting for Quill 2 Final version

aloiseau17 commented 5 months ago

Yes, it could be great to know if you plan @luthfimasruri to update this package to Quill v2 🙂

Thank you for your hard work on this package. It's very helpful.

FrazeColder commented 4 months ago

Quill 2.0 has been released. Any plans when this repo will be updated?

alekswebnet commented 4 months ago

As an alternative solution, I propose to use a tiny component that helps to build editors on top of Vue 3 and Quill 2: https://github.com/alekswebnet/vue-quilly

suchorski commented 4 months ago

@alekswebnet very Nice. I'll take a look. Thanks

FrazeColder commented 3 months ago

Any news here?

scottagt commented 3 months ago

Hi @luthfimasruri, is this project no longer active?

zhuangqingguo commented 3 months ago

2.0👀

lamlamla commented 2 months ago

This project is dead, everyone use https://github.com/alekswebnet/vue-quilly instead

stale[bot] commented 2 weeks ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.