prosemirror-view 1.10.0 release, multiplayer collaborative document editing projects

prosemirror-view is ProseMirror view components, has just released the latest version of 1.10.0, ProseMirror is based ContentEditable a WYSIWYG HTML editor, powerful, and support for collaborative editing custom document library consists of multiple individual mode ProseMirror modules.

ProseMirror main features:

  • Collaborative editing: ProseMirror built-multiplayer real-time collaborative editing
  • Modular
  • Feature-rich, it can be easily integrated into existing applications
  • Scalable
  • Pluggable

This version improvements include:

New features

  • Node can view change events ignoreMutation callback method to ignore the selection by.

Bug fixes

  • 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.

Guess you like

Origin www.oschina.net/news/109072/prosemirror-view-1-10-0-released