Open
Description
Quickly updated RTE on top of Quill 2.0.0-dev.3 for possible using in Incubator project.
Prototype branch: https://github.com/vaadin/vaadin-rich-text-editor/tree/quill-2x
Quill fork: https://github.com/web-padawan/quill/tree/shadow-2x
There are at least 2 breaking changes in Quill 2.0 affecting us:
<div class="ql-code-editor-container">
is now used for code blocks instead of<pre>
<ol>
is now used for all lists, and type is set via<li data-list="bullet>">
Also, few keyboard navigation tests failed (didn't spend any time to investigate).
Once 2.0 is released as a stable we should keep this in mind if we want to update.