Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

v1.0.0-alpha.2

Compare
Choose a tag to compare
@Reinmar Reinmar released this 14 Nov 11:55
· 2786 commits to master since this release

Bug fixes

  • model.Range will now be extended if it was collapsed and it was transformed by insertion. Closes #1159. (5f020b0)
  • Prevent adding inline filler to non-editable content. Closes #1170. (07a01b1)
  • The deleteContent() algorithm will use merging to "remove" empty element which will ensure a better conflict resolution on collaborative editing. Closes #1161. (0dd29d4)

Other changes

  • Removed the renderer-skipped-selection-rendering warning since it doesn't bring any value. Closes #1158. (4a5a5d1)
  • The removeHighlight() function now accepts descriptor id instead of a HighlightDescriptor object. Closes #1164. (7bde6f7)