All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
Changes for the past releases are available below.
paste and drop events no longer propagate up the DOM tree. Closes ckeditor/ckeditor5#6464. (70aa7ba)Internal changes only (updated dependencies, documentation, etc.).
Internal changes only (updated dependencies, documentation, etc.).
Internal changes only (updated dependencies, documentation, etc.).
Internal changes only (updated dependencies, documentation, etc.).
Internal changes only (updated dependencies, documentation, etc.).
Internal changes only (updated dependencies, documentation, etc.).
drop event will not bubble up if the clipboardInput event was handled. Closes ckeditor/ckeditor5-upload#92. (5d14697)8.0.0 and npm to 5.7.1. See: ckeditor/ckeditor5#1507. (612ea3c)Internal changes only (updated dependencies, documentation, etc.).
Clipboard#inputTransformation event is now emitted with an additional dataTransfer object. Closes #54 . (f3589b4)Internal changes only (updated dependencies, documentation, etc.).
<br>s. Closes ckeditor/ckeditor5#766. (be21676)Internal changes only (updated dependencies, documentation, etc.).
Internal changes only (updated dependencies, documentation, etc.).
Internal changes only (updated dependencies, documentation, etc.).
Internal changes only (updated dependencies, documentation, etc.).
Internal changes only (updated dependencies, documentation, etc.).
'dragover' event to ClipboardObserver. (00c7567)dropRange to the drop event and targetRanges to the clipboardInput event. Closes #29. (86daed9)clipboardInput event now contains only the dataTransfer property (content was removed). The separate inputTransformation event was introduced for the content transformations.Internal changes only (updated dependencies, documentation, etc.).