quill v1.0.0-beta.4 Release Notes

  • ๐Ÿš€ Weekly beta preview release.

    ๐Ÿ’ฅ Breaking Changes

    • Headers no longer generates id attribute #700
    • โž• Add Control+Y hotkey on Windows #705
    • BlockEmbed Blots are now length 1 and represented in a Delta the same as an inline embed
      • value() used to return object and newline, newline is now removed
      • formats used to be attributed on the newline character, it is now attributed on the object

    ๐Ÿ”‹ Features

    • ๐Ÿšš Enter on empty and indented list removes indent #707
    • ๐Ÿ‘ Allow base64 images to be inserted via APIs #721

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix typing after clearing inline format #703
    • Correctly position Bubble tooltip when selecting multiple lines #706
    • ๐Ÿ›  Fix typing after link format #708
    • ๐Ÿ›  Fix loss of selection on using link tooltip #709
    • ๐Ÿ›  Fix setSelection(null) #722

    ๐Ÿš€ Thank you @benbro, @brynjagr, and @sachinrekhi for contributions to this release.