react-quill v0.2.0 Release Notes

    • ๐Ÿ›  Fix React warnings about unique key props in toolbar (@Janekk).
    • ๐Ÿ›  Sending delta and source from editor change events. Fixes #17.
    • Rewritten uncontrolled and semi-controlled operation. Should fix #9, #10 and #14.
    • Editor props can now be changed after mounting.
    • โž• Added callback for selection change event. Closes #12.