Releases: slab/quill
Releases · slab/quill
Version 0.20.0
Breaking Changes
getBounds
now returnsnull
instead of throwing an error #412
Features
- Allow
Document
module to beQuill.require
'd #400 - Paste manager can optionally accept a custom conversion function #401
- Undo manager can optionally only affect user initiated changes #413
Bug Fixes
- Retain formats between lines #403
- Fix bug that allows nested format tags #406
- Flatten nested list instead of truncating on paste #421
- Fix handling Chrome's usage of font-weight instead of tags #423
- Fix bug that allows nested parent tags #426
Thank you @thomsbg, @yyjhao, @willrowe, @hryanjones, @nickretallack for your contributions to this release!
Version 0.19.14
Fixed #296, #376, #378, #380
Merged #367, #375, #381, #385, #389
Many thanks to @calibr, @aliarshad9691, @cphyc, @jcludwig, @svermeulen, @igmcdowell, @yyjhao, and @ooflorent for your issue reports and pull requests!
Version 0.19.12
Version 0.19.11
Thank you to all those that contributed to this release: @thomsbg, @willrowe, @broveloper, @gregmuellegger, @masonicboom, @natejenkins, @wallylawless, @josephmisiti, @quangbuule
Version 0.19.10
Version 0.19.8
Version 0.19.7
Version 0.19.5
- Bug fixes
- Add experimental API getBounds()
Thanks to @thomsbg and @fancyoung for the PRs
Version 0.19.4
Version 0.19.3
- Fix bug #250
Thank you @Torsten85 for reporting