Releases: slab/quill
Releases · slab/quill
Version 0.19.1
- Fix bug #247
Thank you @luisherranz for reporting
Version 0.19.0
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 nowql-toolbar
Quill.prototype.addStyles
removed- Allow false value to styles config to disable adding styles
- Renamed
default
theme tobase
- 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
Cleanup and bug fixes
Thank you @brettPeriscopic for the PR and @dorjeduck, @BattleBrisket, @benbro, @sferoze for the reports.
Version 0.18.0
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
Version 0.17.5
Version 0.17.4
Version 0.17.3
Version 0.17.2
Version 0.17.0
Thank you @benbro and @jbrooksuk for reporting