All Versions
52
Latest Version
Avg Release Cycle
93 days
Latest Release
2354 days ago

Changelog History
Page 4

  • v1.0.3 Changes

    • ๐Ÿ›  Fix #928

    Thank you @scottmessinger for the bug report.

  • v1.0.2 Changes

    • ๐Ÿ›  Fix building quill.core.js docs #11
    • ๐Ÿ›  Fix regression of #793

    ๐Ÿš€ Thanks to @eamodio and @neandrake for their contributions to this release.

  • v1.0.0 Changes

    ๐Ÿš€ Quill 1.0 is released! Read the official announcement.

  • v1.0.0-rc.4 Changes

    ๐Ÿ›  Fix one important bug fdd920

  • v1.0.0-rc.3 Changes

    ๐Ÿ‘€ A few bug fixes, one with with possibly significant implications. See the issue #889 and commit fix for more details.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix indenting beyond first level with toolbar #882
    • ๐Ÿ›  Fix toolbar font/size display on Safari #884
    • ๐Ÿ›  Fix pasting from Gmail from on different browser #886
    • ๐Ÿ›  Fix undo/redo consistency #889
    • ๐Ÿ›  Fix null error when selecting all on Firefox #891
    • ๐Ÿ›  Fix merging keyboard options twice #897

    ๐Ÿš€ Thank you @benbro, @cgilboy, @cutteroid, and @routman for contributions to this release!

  • v1.0.0-rc.2 Changes

    ๐Ÿ›  A few bug fixes, including one significant one

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix icon picker rendering in MS Edge #877
    • โž• Add back minified build to release #881
    • ๐Ÿ›  Fix optimized change calculation with preformatted text #883

    ๐Ÿš€ Thanks to benbro, cutteroid, and CapTec for their contributions to this release.

  • v1.0.0-rc.1 Changes

    ๐ŸŽ A few bug fixes and performance improvements.

    ๐Ÿ”‹ Features

    • ๐Ÿ— Source maps now available from CDN for minified build

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix scroll interaction between two Quill editors #855
    • ๐Ÿ›  Fix scroll on paste #856
    • ๐Ÿ›  Fix native iOS tooltip formatting #862
    • โœ‚ Remove comments from pasting from Word #872
    • ๐Ÿ›  Fix indent at all supported indent levels #873
    • ๐Ÿ›  Fix indent interaction with text direction #874

    ๐Ÿš€ Thank you @benbro, @fernandogmar, @sachinrekhi, @sferoze, and @stalniy for contributions to this release!

  • v1.0.0-rc.0 Changes

    ๐Ÿš€ Take a look at Quill 1.0 Release Candidate for more details.

    โšก๏ธ Updates

    • ๐Ÿ’… Going forward the minimal stylesheet build will be named quill.core.css, instead of quill.css

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix identifying ordered and bulletd lists #846 #847
    • ๐Ÿ›  Fix bullet interaction with text direction #848

    A huge thank you to all contributors to through the beta! Special thanks goes to @benbro and @sachinrekhi who together submitted submitted almost 50 Issues and Pull Requests!

  • v1.0.0-beta.9 Changes

    ๐Ÿš€ Potentially the final beta before a release candidate, if no major issues are discovered.

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ’ป No longer expose ui/link-tooltip through import as implementation is now Snow specific
    • ๐Ÿ”จ Significant refactoring of ui/tooltip
    • 0๏ธโƒฃ Syntax module now autodetects language, instead of defaulting to Javascript

    ๐Ÿ”‹ Features

    • ๐Ÿ’ป Formula and video insertion UI added to Snow and Bubble themes

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix toolbar active state after backspacing to previous line #730
    • ๐Ÿ‘‰ User selection is now preserved various API calls #731
    • ๐Ÿ›  Fix long click on link-tooltip #747
    • ๐Ÿ›  Fix ordered list and text-align right interaction #784
    • ๐Ÿ›  Fix toggling code block off #789
    • Scroll position is now automatically preserved between editor blur and focus

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

  • v1.0.0-beta.8 Changes

    ๐Ÿš€ 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.