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

Releases: ckeditor/ckeditor5-clipboard

v1.0.0-alpha.1

03 Oct 12:27
Compare
Choose a tag to compare

Internal changes only (updated dependencies, documentation, etc.).

v0.7.0

03 Sep 18:21
Compare
Choose a tag to compare

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)

v0.6.0

07 May 21:44
Compare
Choose a tag to compare

Bug fixes

  • Plain text data is now available in the clipboard when copying or cutting the editor contents. Closes #11. (8a01e0f)

Features

  • Introduced DataTransfer#files property. Change the clipboard input pipeline. Closes #16. (e4e7e10)

BREAKING CHANGES

  • The clipboardInput event now contains only the dataTransfer property (content was removed). The separate inputTransformation event was introduced for the content transformations.

v0.5.0

05 Apr 17:04
Compare
Choose a tag to compare

Other changes

  • Aligned use of the DataController to the latest API. Closes #14. (8f98e2b)

Features

  • Named existing plugin(s). (3d37f53)

v0.4.1

06 Mar 16:50
Compare
Choose a tag to compare

Internal changes only (updated dependencies, documentation, etc.).