quill v1.0.0-beta.8 Release Notes

  • ๐Ÿš€ Weekly beta preview release. The editor is almost ready for release candidacy but a couple cycles will be spent on the Snow and Bubble interfaces.

    ๐Ÿšง Work in Progress

    ๐Ÿšš Image insertion is being reworked in the provided Snow and Bubble themes. The old image-tooltip has been removed in favor of a simpler and native interaction. By default clicking the image icon on the toolbar will open the OS file picker to convert and that into a base64 image. This will allow for a more natural hook to upload to a remote server instead. Some changes to the link tooltip is also being made to accommodate formula and video insertion, currently only available through the API.

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ‘€ Image tooltip UI has been removed, see above
    • Code blocks now use a single <pre> tag, instead of one per line #723

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix multiline syntax highlighting #723
    • Keep pickers open on api text-change #734
    • Emit correct source for text-change #760
    • Emit correct parameters in selection-change #762
    • ๐Ÿ›  Fix error redoing line insertion #767
    • ๐Ÿ‘ Better emitted Deltas for text-change #768
    • ๐Ÿ‘ Better Array.prototype.find polyfill for IE11 #776
    • ๐Ÿ›  Fix Parchment errors in replacing text #779 #783
    • ๐Ÿ›  Fix align button active state #780
    • ๐Ÿ›  Fix format text on falsy value #782
    • ๐Ÿ‘‰ Use native cut #785
    • ๐Ÿ›  Fix initializing document where last line is formatted #786

    ๐Ÿš€ Thanks to benbro, bram2w, clemmy, DadaMonad, ersommer, michaeljosephrosenthal, mmorearty, mshamaiev-intel471, and sachinrekhi for their contributions to this release.