智能化下的产物,无人棋牌室
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 修复:
- Allow native handling of backspace #473 #548 #565
- removeFormat() removes last line block formats #649
- Fix text direction icon directon #654
- Fix text insertion into root scroll #655
- Fix focusing on placeholder text in FF #656
- Hide placeholder on formatted line #657
- Fix selection handling on focus and blur #664