Skip to content

Releases: slab/quill

Version 1.0.2

07 Sep 06:51
Compare
Choose a tag to compare
  • Fix building quill.core.js docs #11
  • Fix regression of #793

Thanks to @eamodio and @neandrake for their contributions to this release.

Version 1.0.0

06 Sep 16:00
Compare
Choose a tag to compare

Quill 1.0 is released! Read the official announcement.

Version 1.0.0-rc.4

31 Aug 18:33
Compare
Choose a tag to compare
Version 1.0.0-rc.4 Pre-release
Pre-release

Fix one important bug fdd920

Version 1.0.0-rc.3

29 Aug 23:07
Compare
Choose a tag to compare
Version 1.0.0-rc.3 Pre-release
Pre-release

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!

Version 1.0.0-rc.2

23 Aug 21:58
Compare
Choose a tag to compare
Version 1.0.0-rc.2 Pre-release
Pre-release

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.

Version 1.0.0-rc.1

23 Aug 05:41
Compare
Choose a tag to compare
Version 1.0.0-rc.1 Pre-release
Pre-release

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!

Version 1.0.0-rc.0

18 Aug 14:11
Compare
Choose a tag to compare
Version 1.0.0-rc.0 Pre-release
Pre-release

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!

Version 1.0.0-beta.11

03 Aug 21:10
Compare
Choose a tag to compare
Version 1.0.0-beta.11 Pre-release
Pre-release

Fixed some regressive bugs from previous release.

Bug Fixes

  • Fix activating more than one format before typing #841
  • Run default matchers before before user defined ones #843
  • Fix merging theme configurations #844, #845

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

Version 1.0.0-beta.10

03 Aug 03:25
Compare
Choose a tag to compare
Version 1.0.0-beta.10 Pre-release
Pre-release

Lots of bug fixes and performance improvements.

Breaking Changes

  • Keyboard handler format in initial configuration 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.

Version 1.0.0-beta.9

19 Jul 00:20
Compare
Choose a tag to compare
Version 1.0.0-beta.9 Pre-release
Pre-release

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
  • 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!