19.0.0 (2020-04-29)
- Handled
paste
anddrop
events no longer propagate up the DOM tree. Closes ckeditor/ckeditor5#6464. (70aa7ba)
18.0.0 (2020-03-19)
Internal changes only (updated dependencies, documentation, etc.).
17.0.0 (2020-02-19)
Internal changes only (updated dependencies, documentation, etc.).
16.0.0 (2019-12-04)
Internal changes only (updated dependencies, documentation, etc.).
15.0.0 (2019-10-23)
Internal changes only (updated dependencies, documentation, etc.).
12.0.2 (2019-08-26)
- The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See ckeditor/ckeditor5#1988. (b1782bb)
12.0.1 (2019-07-10)
Internal changes only (updated dependencies, documentation, etc.).
12.0.0 (2019-07-04)
- New lines pasted as a plain text will always create a new paragraph. Closes ckeditor/ckeditor5#1727. (f0eb3a0)
- From now on, every new line pasted in the editor as a plain text, will create a new paragraph. Read more at ckeditor/ckeditor5#1727.
11.0.2 (2019-06-05)
Internal changes only (updated dependencies, documentation, etc.).
11.0.1 (2019-04-10)
- The DOM
drop
event will not bubble up if theclipboardInput
event was handled. Closes ckeditor/ckeditor5-upload#92. (5d14697)
11.0.0 (2019-02-28)
- Upgraded minimal versions of Node to
8.0.0
and npm to5.7.1
. See: ckeditor/ckeditor5#1507. (612ea3c)
10.0.4 (2018-12-05)
Internal changes only (updated dependencies, documentation, etc.).
10.0.3 (2018-10-08)
- The
Clipboard#inputTransformation
event is now emitted with an additionaldataTransfer
object. Closes #54 . (f3589b4)
10.0.2 (2018-07-18)
Internal changes only (updated dependencies, documentation, etc.).
10.0.1 (2018-06-21)
- Disabled the entire clipboard input pipeline when the editor is read-only. Closes #48. (b40ec4b)
- When pasting a plain text, single new line characters should be converted to
<br>
s. Closes ckeditor/ckeditor5#766. (be21676)
10.0.0 (2018-04-25)
- Changed the license to GPL2+ only. See ckeditor/ckeditor5#991. (8c092af)
- The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See ckeditor/ckeditor5#991 for more information.
1.0.0-beta.4 (2018-04-19)
Internal changes only (updated dependencies, documentation, etc.).
1.0.0-beta.2 (2018-04-10)
Internal changes only (updated dependencies, documentation, etc.).
1.0.0-beta.1 (2018-03-15)
Internal changes only (updated dependencies, documentation, etc.).
1.0.0-alpha.2 (2017-11-14)
Internal changes only (updated dependencies, documentation, etc.).
1.0.0-alpha.1 (2017-10-03)
Internal changes only (updated dependencies, documentation, etc.).
0.7.0 (2017-09-03)
- 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)
0.6.0 (2017-05-07)
- Plain text data is now available in the clipboard when copying or cutting the editor contents. Closes #11. (8a01e0f)
- The
clipboardInput
event now contains only thedataTransfer
property (content
was removed). The separateinputTransformation
event was introduced for the content transformations.
0.5.0 (2017-04-05)
- Named existing plugin(s). (3d37f53)
0.4.1 (2017-03-06)
Internal changes only (updated dependencies, documentation, etc.).