8
0
فهرست منبع

Docs: Changelog. [skip ci]

Piotrek Koszuliński 7 سال پیش
والد
کامیت
9df6696e59
1فایلهای تغییر یافته به همراه12 افزوده شده و 0 حذف شده
  1. 12 0
      packages/ckeditor5-widget/CHANGELOG.md

+ 12 - 0
packages/ckeditor5-widget/CHANGELOG.md

@@ -1,6 +1,18 @@
 Changelog
 =========
 
+## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-widget/compare/v1.0.0-alpha.2...v1.0.0-beta.1) (2018-03-15)
+
+### Other changes
+
+* Align feature class naming to a new scheme. ([23991a4](https://github.com/ckeditor/ckeditor5-widget/commit/23991a4))
+* Aligned code to the changes in the engine. ([2c21f05](https://github.com/ckeditor/ckeditor5-widget/commit/2c21f05))
+* Aligned to changes in ckeditor5-engine. ([c897101](https://github.com/ckeditor/ckeditor5-widget/commit/c897101))
+* Aligning with new conversion helpers API. ([3ab82c9](https://github.com/ckeditor/ckeditor5-widget/commit/3ab82c9))
+* Migrated package styles to PostCSS. Moved visual styles to ckeditor5-theme-lark (see [ckeditor/ckeditor5-ui#144](https://github.com/ckeditor/ckeditor5-ui/issues/144)). ([857d6d4](https://github.com/ckeditor/ckeditor5-widget/commit/857d6d4))
+* Switched to handling deletion around widgets by using the `delete` event instead of listening directly on key events. Closes [#29](https://github.com/ckeditor/ckeditor5-widget/issues/29). ([ee6cc95](https://github.com/ckeditor/ckeditor5-widget/commit/ee6cc95))
+
+
 ## [1.0.0-alpha.2](https://github.com/ckeditor/ckeditor5-widget/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2017-11-14)
 
 ### Bug fixes