This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
Releases: ckeditor/ckeditor5-clipboard
Releases · ckeditor/ckeditor5-clipboard
v1.0.0-alpha.1
Internal changes only (updated dependencies, documentation, etc.).
v0.7.0
Bug fixes
Features
- Added the
'dragover'
event to ClipboardObserver. (00c7567) - Added
dropRange
to thedrop
event andtargetRanges
to theclipboardInput
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
Bug fixes
- Plain text data is now available in the clipboard when copying or cutting the editor contents. Closes #11. (8a01e0f)
Features
BREAKING CHANGES
- The
clipboardInput
event now contains only thedataTransfer
property (content
was removed). The separateinputTransformation
event was introduced for the content transformations.