quill v1.0.0-beta.3 Release Notes

  • ๐Ÿš€ Weekly beta preview release.

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿง Keyboard was incorrectly using metaKey to refer to the control key on Windows. It now correctly refers to the Window key and shortKey has been added to refer the common platform specific modifier for hotkeys (metaKey for Mac, ctrlKey for Windows/Linux)
    • Formula is now a module, since it uses KaTeX

    ๐Ÿ”‹ Features

    • Picker now uses text from original <option> if available
    • Tabbing inside code blocks inserts tab to each line

    ๐Ÿ› Bug Fixes

    • Enter preserves inline formats #666
    • ๐Ÿ›  Fix resetting format button with no selection #667
    • ๐Ÿ›  Fix paste interpretation from Word #668
    • Focus scrolls to correct cursor position #669
    • ๐Ÿ›  Fix deleting image on otherwise empty document #670
    • ๐Ÿ›  Fix bubble toolbar formatting #679
    • ๐Ÿ›  Fix pasting ql-indent lines #681
    • ๐Ÿ›  Fix getting into state with double underline tag #695
    • ๐Ÿ›  Fix source type on delete #697
    • ๐Ÿ›  Fix indent becoming NaN #698

    ๐Ÿš€ Thanks to @benbro, @Cinamonas, @emanuelbsilva, @jasonmng, @jonnolen, @LucVanPelt, @sachinrekhi, @sagacitysite, @WriterStat for their contributions to this release.