Quill 1.0.0-beta.2 发布了,Quill 是一个开源的富文本编辑器,基于可扩展的架构设计,提供丰富的 API 进行定制。
该版本主要对键盘相关API进行扩展,增强其可定制性,具体改进记录如下:
改进:
Rename code highlighter module to syntax
Clipboard matchers specified in configuration appends to instead of replaces default matchers
Change video embed to use
<iframe>
instead of<video>
enabling Youtube/Vimeo links
新特性:
Add contextual keyboard listeners
Allow indent format to take +1/-1 in addition to target indent level
Shortcuts for creating ordered or bulleted lists
Autofill mailto for email links #278
Enter does not continue header format #540
bug 修复: