quill v1.0.0-beta.1 Release Notes

  • ๐Ÿš€ Weekly beta preview release.

    ๐Ÿ’ฅ Breaking Changes

    • Toolbar only attaches to <button> and <select> elements
    • Toolbar uses button value attribute, instead of data-value
    • 0๏ธโƒฃ Toolbar handlers overwrite default handlers instead of possibly cascading
    • ๐Ÿšš Deprecate keyboard removeBinding and removeAllBindings

    ๐Ÿ”‹ Features

    • ๐Ÿ”ฆ Expose default keyboard bindings in configuration
    • โž• Add context listener to keyboard bindings

    ๐Ÿ› Bug Fixes

    • Error when cursor places next to video embed #644
    • ๐Ÿšš Selection removed when clicking on a menu button in the toolbar #645
    • Editor looses focus in FF after typing two bold characters #646
    • Get rid of resize boxes in code in IE11 0ad636
    • Text direction icon should flip the arrow when pressed #651
    • Not possible to combine direction:rtl with text-align:left #652

    ๐Ÿš€ Thanks to @benbro for the bug reports for this release!