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

v0.7.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 03 Sep 18:21
· 252 commits to master since this release

Bug fixes

  • Whitespaces around inline elements will not be lost upon pasting. Closes #24. (5888743)

Features

  • Added the 'dragover' event to ClipboardObserver. (00c7567)
  • Added dropRange to the drop event and targetRanges to the clipboardInput event. Closes #29. (86daed9)
  • Disable pasting and cutting when the editor is read-only. Closes #26. (0ba74d5)
  • The viewport will be scrolled to the selection on paste. See ckeditor/ckeditor5-engine#660. (9a0e20f)