Procházet zdrojové kódy

Docs: Changelog. [skip ci]

Piotrek Koszuliński před 6 roky
rodič
revize
78bf331dd5
1 změnil soubory, kde provedl 18 přidání a 0 odebrání
  1. 18 0
      packages/ckeditor5-image/CHANGELOG.md

+ 18 - 0
packages/ckeditor5-image/CHANGELOG.md

@@ -1,6 +1,24 @@
 Changelog
 =========
 
+## [17.0.0](https://github.com/ckeditor/ckeditor5-image/compare/v16.0.0...v17.0.0) (2020-02-19)
+
+### MINOR BREAKING CHANGES
+
+* Resizer options object now also takes an editor instance.
+* Removed the `downcastWriter` property from the [`ResizerOptions` interface](https://ckeditor.com/docs/ckeditor5/latest/api/module_widget_widgetresize-ResizerOptions.html).
+
+### Bug fixes
+
+* Fixed image resize behavior upon short clicking a handle without dragging. Image will no longer became full width, nor will it briefly flash an unexpected size. Closes [ckeditor/ckeditor5#5189](https://github.com/ckeditor/ckeditor5/issues/5189) and closes [ckeditor/ckeditor5#5195](https://github.com/ckeditor/ckeditor5/issues/5195). ([9148013](https://github.com/ckeditor/ckeditor5-image/commit/9148013))
+* Focus the editor before executing toolbar buttons' command. See [ckeditor/ckeditor5#353](https://github.com/ckeditor/ckeditor5/issues/353). ([5a700a2](https://github.com/ckeditor/ckeditor5-image/commit/5a700a2))
+
+### Other changes
+
+* Reverted year 2020 in .po files license header. ([fa866da](https://github.com/ckeditor/ckeditor5-image/commit/fa866da))
+* Updated translations. ([b81e08c](https://github.com/ckeditor/ckeditor5-image/commit/b81e08c)) 
+
+
 ## [16.0.0](https://github.com/ckeditor/ckeditor5-image/compare/v15.0.0...v16.0.0) (2019-12-04)
 
 ### Bug fixes