Releases: slab/quill
Releases · slab/quill
Version 0.16.1
Version 0.16.0
- 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
Version 0.15.2
- 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
Version 0.15.0
- Package built files for bower #144
- Rename build/demo to dist/examples for consistency
Version 0.14.2
Version 0.14.0
- 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!