-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
About version 2.0 #3896
Comments
Thank you for asking! The main issue left is the IME bug fix for Safari, which is the one I'm currently working on. The rest of the work has mostly been completed. There's also some documentation-related work left. I might release a new beta version before December, and I hope to share more information at that time. |
@yudy-chen Quill 2.0 provides first-class support for nested embeds. Based on that, we at Slab (https://slab.com) created a table blot that supports real time collaborative editing. Each cell inside a table is a full-featured Quill editor so it can nested other block-level blots. You can try it out at https://slab.com/. We aim to make this feature open-source. However, due to limited engineering resources, we won't be able to release it concurrently with 2.0. |
Hi, @luin! |
@luin thank you so much for your work on this great project! Is there any documentation anywhere on the progress of v2.0, what features will be part of it, what work remains for someone to pick up and help with? |
@leonid-br Quill 2.0.0-beta.0 fixed the issue. |
Great news! Is there a page or summary of what's new in v2? @luin |
@gillycheesesteak There are release notes: https://github.com/quilljs/quill/releases and a migration guide: https://v2.quilljs.com/guides/upgrading-to-2-0. |
@luin great, thank you! by any chance is server-side rendering support included? |
@gillycheesesteak Yeah there's a plan but haven't started investigating it. |
@luin Thanks for the update. please tell me, the beta version is compatible with react js? |
@leonid-br Which library do you use? Quill.js doesn't provide any framework bindings so technically it works on all frameworks as long as the library gets upgraded to use Quill 2.0. |
@luin I use this https://github.com/zenoamaro/react-quill and I thought it was based on quill js |
@leonid-br yeah it needs to get updated by its maintainer. Looks like it currently uses Quill v1. |
@luin thank you so much! I hope they will correct their package to take into account your changes |
@leonid-br Sure! I'd also like to help the community in transitioning to Quill v2. Please lmk how I can be of help. |
@luin I created an issue in the react quil repository, now I need to wait for a response from them |
Is there any position on the 2.0 update?
The text was updated successfully, but these errors were encountered: