Skip to content

Releases: slab/quill

Version 0.16.1

01 Aug 03:20
Compare
Choose a tag to compare
  • Fix #181 and #182
  • Add basic end-to-end test

Thank you @benbro and @whather for reporting

Version 0.16.0

22 Jul 09:04
Compare
Choose a tag to compare
  • Lines are now represented by <div> instead of <p>. Quill will automatically convert <p> to <div> but to save a step initial text should now use divs as lines.
  • Fix issues #159 and #171

Thank you @whather and @segphault for reporting

Version 0.15.3

10 Jul 20:48
Compare
Choose a tag to compare

Thank you @EtaiG for reporting

Version 0.15.2

10 Jul 06:04
Compare
Choose a tag to compare
  • Large reduction in file size due to custom build of lodash and new version of tandem-core
  • Add tasks to partially automate release builds
  • Integrate protractor for webdriver testing
  • Add custom server to compile and build on the fly

Version 0.15.1

01 Jul 05:30
Compare
Choose a tag to compare
  • Allows adding external stylesheets #155
  • Fix #152

Thank you @enhdless for the PR and @gkalabin for the bug report

Version 0.15.0

24 Jun 01:32
Compare
Choose a tag to compare
  • Package built files for bower #144
  • Rename build/demo to dist/examples for consistency

Version 0.14.2

09 Jun 00:30
Compare
Choose a tag to compare

Couple bug fixes including #139

Thank you @guille and @MikeGWem for reporting

Version 0.14.0

02 Jun 00:58
Compare
Choose a tag to compare
  • Changed class namespace from sc to ql (previously Quill was named Scribe)
  • Bug fixes #80, #113 and #132

Note this version is not backwards compatible with 0.13.x. To upgrade, change all of the toolbar classnames from an "sc-" prefix to a "ql-" prefix.

Thank you @byronm @mathiasose @ericmm for reporting and @tjsail33 for the bugfix pr!

Version 0.13.7

28 May 03:24
Compare
Choose a tag to compare

Bug fix #126

Thank you @benbro for reporting

Version 0.13.5

26 May 02:42
Compare
Choose a tag to compare

Thank you @logankoester for the PR and @Mukimov @byronm for reporting bugs.