Skip to content

Releases: slab/quill

Version 1.0.0-beta.8

08 Jul 05:00
Compare
Choose a tag to compare
Version 1.0.0-beta.8 Pre-release
Pre-release

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 inializing 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.

Version 1.0.0-beta.6

21 Jun 00:19
Compare
Choose a tag to compare
Version 1.0.0-beta.6 Pre-release
Pre-release

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.

Version 1.0.0-beta.5

14 Jun 02:42
Compare
Choose a tag to compare
Version 1.0.0-beta.5 Pre-release
Pre-release

Weekly beta preview release.

Features

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.

Version 1.0.0-beta.4

03 Jun 05:55
Compare
Choose a tag to compare
Version 1.0.0-beta.4 Pre-release
Pre-release

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.

Version 1.0.0-beta.3

25 May 05:35
Compare
Choose a tag to compare
Version 1.0.0-beta.3 Pre-release
Pre-release

1.0.0-beta.3

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.

Version 1.0.0-beta.2

15 May 05:07
Compare
Choose a tag to compare
Version 1.0.0-beta.2 Pre-release
Pre-release

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 directon #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!

Version 1.0.0-beta.1

10 May 00:55
Compare
Choose a tag to compare
Version 1.0.0-beta.1 Pre-release
Pre-release

Weekly beta preview release.

Breaking Changes

  • Toolbar only attaches to <button> and <select> elements
  • Toolbar uses button value attribute, instead of data-value
  • 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!

Version 1.0.0-beta.0

04 May 00:38
Compare
Choose a tag to compare
Version 1.0.0-beta.0 Pre-release
Pre-release

Please see the Upgrading to 1.0 guide.

Version 0.20.1

11 Nov 08:13
Compare
Choose a tag to compare

Patch release for everything prior to Parchment's integration into Quill.

Features

Bug Fixes

  • Editor jumps to top when clicking formatting buttons #288
  • Editor does not preserve bold text when pasted from itself #306
  • Focus issues when scrolled down in IE10+ #415
  • Error if keyboard shortcut used for unavailable format #432
  • Scrolls to cursor if not visible after enter/deletion/paste #433

Thanks to @devtimi, @emannes, @ivan-i, @magus, @Nick-The-Uncharted, @rlivsey, @thomsbg, @wallylawless for their bug reports and pull requests.

Version 0.20.0

28 Jul 00:06
Compare
Choose a tag to compare

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!