Firefox 135.0 发布
Quill 1.0.0-beta 8 发布了。Quill 是一个开源的富文本编辑器,基于可扩展的架构设计,提供丰富的 API 进行定制。更新内容如下:
重要更新:
- Image tooltip UI has been removed, see above
- Code blocks now use a single
<pre>
tag, instead of one per line #723
Bug 修复:
- Fix multiline syntax highlighting #723
- Keep pickers open on api text-change #734
- Emit correct source for text-change #760
- Emit correct parameters in selection-change #762
- Fix error redoing line insertion #767
- Better emitted Deltas for text-change #768
- Better Array.prototype.find polyfill for IE11 #776
- Fix Parchment errors in replacing text #779 #783
- Fix align button active state #780
- Fix format text on falsy value #782
- Use native cut #785
- Fix inializing document where last line is formatted #786