Browse Source

Docs: Changelog. [skip ci]

Marek Lewandowski 5 years ago
parent
commit
1a7e9477fa
1 changed files with 7 additions and 0 deletions
  1. 7 0
      packages/ckeditor5-clipboard/CHANGELOG.md

+ 7 - 0
packages/ckeditor5-clipboard/CHANGELOG.md

@@ -1,6 +1,13 @@
 Changelog
 =========
 
+## [19.0.0](https://github.com/ckeditor/ckeditor5-clipboard/compare/v18.0.0...v19.0.0) (2020-04-28)
+
+### Other changes
+
+* Handled `paste` and `drop` events no longer propagate up the DOM tree. Closes [ckeditor/ckeditor5#6464](https://github.com/ckeditor/ckeditor5/issues/6464). ([70aa7ba](https://github.com/ckeditor/ckeditor5-clipboard/commit/70aa7ba))
+
+
 ## [18.0.0](https://github.com/ckeditor/ckeditor5-clipboard/compare/v17.0.0...v18.0.0) (2020-03-19)
 
 Internal changes only (updated dependencies, documentation, etc.).