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

Changelog History
Page 5

  • v1.0.0-beta.7 Changes

    Became 1.0.0-beta.8 with a fix.

  • v1.0.0-beta.6 Changes

    ๐Ÿš€ Weekly beta preview release.

    ๐Ÿ”‹ Features

    • ๐Ÿ’… Pickers can now be used and is styled in Bubble theme

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix editing within formula #702
    • ๐Ÿ›  Fix adding new line when deleting across lists #741
    • ๐Ÿ›  Fix placeholder when default block tag is changed #743
    • Keep Bubble tooltip open on format #744
    • ๐Ÿ›  Fix format loss when copying from Quill #748 #750
    • Break long lines in Firefox #751
    • ๐Ÿ›  Fix cursor position being off after formatting and typing quickly #752
    • โœ‚ Remove image resizing handles on Firefox #753
    • ๐Ÿ›  Fix removing blockquote on initialization #754
    • ๐Ÿ›  Fix adding blank lines on initialization #756

    ๐Ÿš€ Thank you abejdaniels, benbro, davelozier, fernandogmar, KameSama, and WriterStat for contributions to this release.

  • v1.0.0-beta.5 Changes

    ๐Ÿš€ Weekly beta preview release.

    ๐Ÿ”‹ Features

    • โž• Add blur() #726

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix null error #728
    • ๐Ÿ›  Fix building with Node v6 #732
    • Ensure button type for supplied buttons #733
    • ๐Ÿ›  Fix line break pasting on Firefox #735
    • ๐Ÿ›  Fix 'user' source on API calls #739

    ๐Ÿš€ Thanks to benbro, lukechapman, sachinrekhi, and saw for their contributions to this release.

  • v1.0.0-beta.4 Changes

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

  • v1.0.0-beta.3 Changes

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

  • v1.0.0-beta.2 Changes

    ๐Ÿš€ Weekly beta preview release. Major emphasis on keyboard API and customization.

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ“‡ Rename code highlighter module to syntax
    • ๐Ÿ”ง Clipboard matchers specified in configuration appends to instead of replaces default matchers
    • ๐Ÿ”„ Change video embed to use <iframe> instead of <video> enabling Youtube/Vimeo links

    ๐Ÿ”‹ Features

    • โž• Add contextual keyboard listeners
    • ๐Ÿ‘ Allow indent format to take +1/-1 in addition to target indent level
    • Shortcuts for creating ordered or bulleted lists
    • Autofill mailto for email links #278
    • Enter does not continue header format #540

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ Allow native handling of backspace #473 #548 #565
    • โœ‚ removeFormat() removes last line block formats #649
    • ๐Ÿ›  Fix text direction icon direction #654
    • ๐Ÿ›  Fix text insertion into root scroll #655
    • ๐Ÿ›  Fix focusing on placeholder text in FF #656
    • Hide placeholder on formatted line #657
    • ๐Ÿ›  Fix selection handling on focus and blur #664

    ๐Ÿš€ Thanks to @anovi, @benbro, @jbrowning, @kei-ito, @quentez, @u9520107 for their contributions to this release!

  • v1.0.0-beta.11 Changes

    ๐Ÿ›  Fixed some regressive bugs from previous release.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix activating more than one format before typing #841
    • 0๏ธโƒฃ Run default matchers before before user defined ones #843
    • ๐Ÿ›  Fix merging theme configurations #844, [#845](845)

    Thanks benbro, jackmu95, and george-norris-salesforce for the bug reports.

  • v1.0.0-beta.10 Changes

    ๐ŸŽ Lots of bug fixes and performance improvements.

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ”ง Keyboard handler format in initial [configuration](beta.quilljs.com/docs/modules/keyboard/) has changed. addBinding is overloaded to be backwards compatible.

    ๐Ÿ› Bug Fixes

    • Preserve last bullet on paste #696
    • ๐Ÿ›  Fix getBounds calculation for lists #765
    • Escape quotes in font value #769
    • ๐Ÿ›  Fix spacing calculation on paste #797
    • ๐Ÿ›  Fix Snow tooltip label #798
    • ๐Ÿ›  Fix link tooltip showing up on long click #799
    • ๐Ÿ›  Fix entering code block in IE and Firefox #803
    • ๐Ÿ›  Fix opening image dialog on Firefox #805
    • ๐Ÿ›  Fix focus loss on updateContents #809
    • Reset toolbar of blur #810
    • ๐Ÿ›  Fix cursor position calculation on delete #811
    • ๐Ÿ›  Fix highlighting across different alignment values #815
    • ๐Ÿ‘ Allow default active button #816
    • ๐Ÿ›  Fix deleting last character of formatted text on Firefox #824
    • ๐Ÿ›  Fix Youtube regex #826
    • ๐Ÿ›  Fix missing imports when Quill not global #836

    ๐Ÿš€ Thanks to benbro, clemmy, crisbeto, cutteroid, jackmu95, kylebragger, sachinrekhi, stalniy, and tOgg1 for their contributions to this release.

  • v1.0.0-beta.1 Changes

    ๐Ÿš€ Weekly beta preview release.

    ๐Ÿ’ฅ Breaking Changes

    • Toolbar only attaches to <button> and <select> elements
    • Toolbar uses button value attribute, instead of data-value
    • 0๏ธโƒฃ Toolbar handlers overwrite default handlers instead of possibly cascading
    • ๐Ÿšš Deprecate keyboard removeBinding and removeAllBindings

    ๐Ÿ”‹ Features

    • ๐Ÿ”ฆ Expose default keyboard bindings in configuration
    • โž• Add context listener to keyboard bindings

    ๐Ÿ› Bug Fixes

    • Error when cursor places next to video embed #644
    • ๐Ÿšš Selection removed when clicking on a menu button in the toolbar #645
    • Editor looses focus in FF after typing two bold characters #646
    • Get rid of resize boxes in code in IE11 0ad636
    • Text direction icon should flip the arrow when pressed #651
    • Not possible to combine direction:rtl with text-align:left #652

    ๐Ÿš€ Thanks to @benbro for the bug reports for this release!

  • v1.0.0-beta.0 Changes

    โฌ†๏ธ Please see the Upgrading to 1.0 guide.