Quill 1.0.0-beta 10 和 1.0.0-beta.11 发布了。Quill 是一个开源的富文本编辑器,基于可扩展的架构设计,提供丰富的 API 进行定制。
Quill 1.0.0-beta.10 更新内容如下:
Breaking Changes
Keyboard handler format in initial configuration has changed. addBinding is overloaded to be backwards compatible.
Bug Fixes
Preserve last bullet on paste #696
Fix getBounds calculation for lists #765
Escape quotes in font value #769
Fix spacing calculation on paste #797
Fix Snow tooltip label #798
Fix link tooltip showing up on long click #799
Fix entering code block in IE and Firefox #803
Fix opening image dialog on Firefox #805
Fix focus loss on updateContents #809
Reset toolbar of blur #810
Fix cursor position calculation on delete #811
Fix highlighting across different alignment values #815
Allow default active button #816
Fix deleting last character of formatted text on Firefox #824
Fix Youtube regex #826
Fix missing imports when Quill not global #836
下载地址:
https://github.com/quilljs/quill/archive/v1.0.0-beta.10.tar.gz
Quill 1.0.0-beta.11 更新内容如下:
Bug Fixes
Fix activating more than one format before typing #841
Run default matchers before before user defined ones #843
Fix merging theme configurations #844, #845
下载地址:
https://github.com/quilljs/quill/archive/v1.0.0-beta.11.tar.gz
来自:开源中国社区

