react-quill v0.3.0 Release Notes

    • โฌ†๏ธ Bumped Quill.js to v0.2.0
    • ๐Ÿ”ฆ Exposed focus and blur public methods from component.
    • ๐Ÿ”ฆ Exposed getEditor public method to retrieve the backing Quill instance from the component.
    • โž• Added callbacks for listening to keyboard events.
    • โž• Added tooltips for toolbar choice controls (@bird512).
    • โž• Added support for child nodes in toolbar items (@1000hz).
    • โž• Added support for custom formats in the configuration (@csk157).
    • โž• Added an option to disable the toolbar entirely by passing false to toolbar.
    • โž• Added an option to disable styles entirely by passing false to style (@kkerr1).
    • ๐Ÿ›  Fixed an issue where the Quill would duplicate React IDs inside the toolbar leading to errors. Fixes #15.
    • ๐Ÿ›  Fixes an issue where the editor could be used while null (@brucedlukens).
    • ๐Ÿ›  Fixes an issue where null would be set on the editor. Fixes #48.
    • ๐Ÿ›  Fixes an issue where the editor would be instantiated with the wrong value. Fixes #50.
    • ๐Ÿ“œ Avoiding parsing Quill's dist directory with webpack.