Przeglądaj źródła

Docs: Changelog. [skip ci]

Piotrek Koszuliński 7 lat temu
rodzic
commit
4c02615eb5
1 zmienionych plików z 11 dodań i 0 usunięć
  1. 11 0
      packages/ckeditor5-editor-decoupled/CHANGELOG.md

+ 11 - 0
packages/ckeditor5-editor-decoupled/CHANGELOG.md

@@ -1,6 +1,17 @@
 Changelog
 =========
 
+## [1.0.0-beta.2](https://github.com/ckeditor/ckeditor5-editor-decoupled/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2018-04-10)
+
+### Other changes
+
+* Allowed the editable element to be passed into `DecoupledEditor.create()`. Removed `config.toolbarContainer` and `config.editableContainer`. Closes [#10](https://github.com/ckeditor/ckeditor5-editor-decoupled/issues/10). Closes [ckeditor/ckeditor5#912](https://github.com/ckeditor/ckeditor5/issues/912). ([327b2ed](https://github.com/ckeditor/ckeditor5-editor-decoupled/commit/327b2ed))
+
+### BREAKING CHANGES
+
+* The config options `config.toolbarContainer` and `config.editableContainer` have been removed. Please refer to the `DecoupledEditor` class API documentation to learn about possible methods of bootstrapping the UI.
+
+
 ## 1.0.0-beta.1 (2018-03-15)
 
 ### Features