Skip to content

Releases: slab/quill

Version 0.19.1

07 Nov 18:43
Compare
Choose a tag to compare

Thank you @luisherranz for reporting

Version 0.19.0

07 Nov 05:41
Compare
Choose a tag to compare

Check out this post for more details.

  • No longer use iframe to contain editor
  • Quill containers' class names changed to prefix ql-
  • Some module containers' classnames shortened ex. ql-toolbar-container is now ql-toolbar
  • Quill.prototype.addStyles removed
  • Allow false value to styles config to disable adding styles
  • Renamed default theme to base
  • Npm name changed to quill
  • Added style guide
  • Resolve issues #149, #179, #183, #221, #232, #235, #236, #242, #246
  • Merge PR #243

Thank you @paulchaplin @leoasis @benbro @lewisvance @kevinmartin @sferoze @brettPeriscopic for their issue reports. Thank you @thomsbg for his PR and @leoasis for his work on an iframe config PR.

Version 0.18.1

22 Oct 07:47
Compare
Choose a tag to compare

Cleanup and bug fixes

Thank you @brettPeriscopic for the PR and @dorjeduck, @BattleBrisket, @benbro, @sferoze for the reports.

Version 0.18.0

20 Oct 00:43
Compare
Choose a tag to compare

Integrates the new Delta format. The change should be low disruption unless you were persisting the old format in which case check out the upgrade guide.

Thank you @josephg for the collaboration.

Version 0.17.6

22 Sep 06:54
Compare
Choose a tag to compare
  • Reduce affected platforms for #218

Thank you @benbro for reporting

Version 0.17.5

22 Sep 01:55
Compare
Choose a tag to compare

Thank you @leoasis for the PR and @mik01aj for the bug report

Version 0.17.4

10 Sep 00:35
Compare
Choose a tag to compare

Thank you @leoasis for the pull request and @leo-zhao @Choxy and @u9520107 for the issue reports!

Version 0.17.3

20 Aug 09:02
Compare
Choose a tag to compare

Thank you @benbro for reporting

Version 0.17.2

11 Aug 01:10
Compare
Choose a tag to compare
  • Fix bug #194
  • Fix running tests on Travis for pull requests

Thank you @benbro for reporting

Version 0.17.0

06 Aug 06:02
Compare
Choose a tag to compare
  • Improved module interface
  • New, sharper toolbar icons
  • Fix #66, #143 and #185

Thank you @benbro and @jbrooksuk for reporting