内容简介:prosemirror-view 是 ProseMirror 的视图组件,刚刚发布了最新的 1.10.0 版本,ProseMirror 是一个基于 ContentEditable 的所见即所得 HTML 编辑器,功能强大,支持协作编辑和自定义文档模式 ProseMirror 库由多个...
prosemirror-view 是 ProseMirror 的视图组件,刚刚发布了最新的 1.10.0 版本,ProseMirror 是一个基于 ContentEditable 的所见即所得 HTML 编辑器,功能强大,支持协作编辑和自定义文档模式 ProseMirror 库由多个单独的模块组成。
ProseMirror 主要特性:
- 协作编辑:ProseMirror 内建多人实时协作编辑
- 模块化
- 功能丰富,可以很方便集成到已有的应用
- 可扩展
- 可插拔
该版本改进内容包括:
新特性
- 节点视图可通过 ignoreMutation 回调方法来忽略选择内容的变更事件。
Bug 修复
- Fix an issue that caused the cursor to be scrolled into view when
focus()
was called on IE11. - Fix problem where the cursor cycled through pieces of right-to-left text on Firefox during horizontal motion when the gapcursor plugin was enabled.
- Fix spurious mutation events in Firefox causing mark replacement at end of composition. Restore call to dom.focus on view.focus
- Fix a bug that could cause node views in front of marked nodes to not be destroyed when deleted, and caused confusion in composition handling in some situations.
- Cursor wrappers (a kludge to make sure typed text gets wrapping DOM structure corresponding to the current marks) are now created less eagerly, and in a less invasive way, which resolves a number of problems with composition (especially on Safari) and bidirectional text.
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Git多人协作
- GitHub分支管理 - 多人协作
- Git bug分支与多人协作
- web 项目如何进行 git 多人协作开发
- 纯Swift项目-Xib | StoryBoard 多人协作技巧
- GitLab 9.2 发布,简化多人协作&增强本地化
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
精彩绝伦的jQuery
[美] Jake Rutter / 魏 忠 / 人民邮电出版社 / 2012-6 / 59.00元
内容简介: 通过创建更具交互性的富Web界面增强用户体验 本书阐述如何利用少量的JavaScript基础知识将jQuery框架整合进网站,以创建富Web界面,并建立兼容所有主流浏览器的交互性网站。作者是一位具有丰富经验的Web设计师和开发者,通过一系列指导性步骤清晰讲述了添加交互性以创建卓越Web应用的方法和技巧。 使用jQuery可以节省大量的开发时间,开发者在没有丰富编程经验......一起来看看 《精彩绝伦的jQuery》 这本书的介绍吧!