quill v0.20.0 Release Notes

  • ๐Ÿ’ฅ Breaking Changes

    • getBounds now returns null instead of throwing an error #412

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ Allow Document module to be Quill.require'd #400
    • Paste manager can optionally accept a custom conversion function #401
    • Undo manager can optionally only affect user initiated changes #413

    ๐Ÿ› Bug Fixes

    • Retain formats between lines #403
    • ๐Ÿ›  Fix bug that allows nested format tags #406
    • Flatten nested list instead of truncating on paste #421
    • ๐Ÿ›  Fix handling Chrome's usage of font-weight instead of tags #423
    • ๐Ÿ›  Fix bug that allows nested parent tags #426

    ๐Ÿš€ Thank you @thomsbg, @yyjhao, @willrowe, @hryanjones, @nickretallack for your contributions to this release!