8
0
فهرست منبع

Docs: Changelog. [skip ci]

Piotrek Koszuliński 8 سال پیش
والد
کامیت
eda1a485ec
1فایلهای تغییر یافته به همراه36 افزوده شده و 0 حذف شده
  1. 36 0
      packages/ckeditor5-image/CHANGELOG.md

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

@@ -1,6 +1,42 @@
 Changelog
 Changelog
 =========
 =========
 
 
+## [0.5.0](https://github.com/ckeditor/ckeditor5-image/compare/v0.4.0...v0.5.0) (2017-04-05)
+
+### Bug fixes
+
+* Caption will not be automatically added second time if it was already added before "caption fixer" got fired. Closes [#78](https://github.com/ckeditor/ckeditor5-image/issues/78). ([e651b01](https://github.com/ckeditor/ckeditor5-image/commit/e651b01))
+* Image captions in the view are hidden instead of being removed. Closes [#77](https://github.com/ckeditor/ckeditor5-image/issues/77). ([aae2957](https://github.com/ckeditor/ckeditor5-image/commit/aae2957))
+* The editor no longer crashes when undoing or redoing changes should reshow temporarily invisible image caption. Closes [#58](https://github.com/ckeditor/ckeditor5-image/issues/58). ([8e36645](https://github.com/ckeditor/ckeditor5-image/commit/8e36645))
+* The image goes beyond the boundaries of the parent block. Closes [#67](https://github.com/ckeditor/ckeditor5-image/issues/67). ([d1ee92d](https://github.com/ckeditor/ckeditor5-image/commit/d1ee92d))
+
+### Features
+
+* Added "Enter caption here" placeholders to empty image captions. Closes [#71](https://github.com/ckeditor/ckeditor5-image/issues/71). ([3818544](https://github.com/ckeditor/ckeditor5-image/commit/3818544))
+* Introduced `toWidgetEditable()`. Closes [#57](https://github.com/ckeditor/ckeditor5-image/issues/57). ([ecbe435](https://github.com/ckeditor/ckeditor5-image/commit/ecbe435))
+
+  The styling and behavior of image's caption will now be reusable in other widgets.
+
+  BREAKING CHANGE: Widget utility function `widgetize()` was renamed to `toWidget()`.
+* Named existing plugin(s). ([de96d07](https://github.com/ckeditor/ckeditor5-image/commit/de96d07))
+
+### Other changes
+
+* Aligned the use of the `Widget` plugin by the `Image`. Closes [#89](https://github.com/ckeditor/ckeditor5-image/issues/89). ([16f285d](https://github.com/ckeditor/ckeditor5-image/commit/16f285d))
+* Extracted widget API to a separate package. Closes [#35](https://github.com/ckeditor/ckeditor5-image/issues/35). ([016b68e](https://github.com/ckeditor/ckeditor5-image/commit/016b68e))
+
+  BREAKING CHANGE: The widget API is now available in the `ckeditor5-widget` package. See #35.
+* Fixed import paths after [refactoring in ckeditor5-ui](https://github.com/ckeditor/ckeditor5-ui/pull/156). Closes [#52](https://github.com/ckeditor/ckeditor5-image/issues/52). ([cc8f671](https://github.com/ckeditor/ckeditor5-image/commit/cc8f671))
+* Imported captioned image styles from ckeditor5.github.io. Closes [#68](https://github.com/ckeditor/ckeditor5-image/issues/68). ([2f993bc](https://github.com/ckeditor/ckeditor5-image/commit/2f993bc))
+* Improved visual styles of the image widget. Closes [#12](https://github.com/ckeditor/ckeditor5-image/issues/12). ([8fa3746](https://github.com/ckeditor/ckeditor5-image/commit/8fa3746))
+* Updated translations. ([966d911](https://github.com/ckeditor/ckeditor5-image/commit/966d911))
+
+### BREAKING CHANGES
+
+* The widget API is now available in the `ckeditor5-widget` package. See [#35](https://github.com/ckeditor/ckeditor5-image/issues/35).
+* Widget utility function `widgetize()` was renamed to `toWidget()`.
+
+
 ## [0.4.0](https://github.com/ckeditor/ckeditor5-image/compare/v0.3.0...v0.4.0) (2017-03-06)
 ## [0.4.0](https://github.com/ckeditor/ckeditor5-image/compare/v0.3.0...v0.4.0) (2017-03-06)
 
 
 ### Bug fixes
 ### Bug fixes