|
|
@@ -7,22 +7,21 @@ Changelog
|
|
|
|
|
|
* Added an editor instance reference to the native editable DOM element under the `ckeditorInstance` property. Closes [ckeditor/ckeditor5#1838](https://github.com/ckeditor/ckeditor5/issues/1838). ([fa94600](https://github.com/ckeditor/ckeditor5-core/commit/fa94600))
|
|
|
|
|
|
- Implemented the `EditorUI#setEditableElement()` method.
|
|
|
+ Implemented the `EditorUI#setEditableElement()` method.
|
|
|
Deprecated the `EditorUI#_editableElements` property.
|
|
|
-* Introduced `MultiCommand` which acts as a composite command – can group multiple commands under the hood. ([ebcbd01](https://github.com/ckeditor/ckeditor5-core/commit/ebcbd01))
|
|
|
+* Introduced `MultiCommand` which acts as a composite command – it can group multiple commands under the hood. ([ebcbd01](https://github.com/ckeditor/ckeditor5-core/commit/ebcbd01))
|
|
|
|
|
|
### Other changes
|
|
|
|
|
|
-* Added support for the `config.initialData` option in `ClassicTestEditor` and `VirtualTestEditor`. Added support to data as the first parameter in`ClassicTestEditor.create` method. Closes [#180](https://github.com/ckeditor/ckeditor5-core/issues/180). ([21b3fd3](https://github.com/ckeditor/ckeditor5-core/commit/21b3fd3))
|
|
|
-* Introduce editor-wrong-element error thrown when editor is created over wrong element. Closes [ckeditor/ckeditor5#1591](https://github.com/ckeditor/ckeditor5/issues/1591). ([9945fc6](https://github.com/ckeditor/ckeditor5-core/commit/9945fc6))
|
|
|
-* Updated translations. ([43f5b6e](https://github.com/ckeditor/ckeditor5-core/commit/43f5b6e))
|
|
|
+* Introduce the `editor-wrong-element` error thrown when the editor is created over a wrong element. Closes [ckeditor/ckeditor5#1591](https://github.com/ckeditor/ckeditor5/issues/1591). ([9945fc6](https://github.com/ckeditor/ckeditor5-core/commit/9945fc6))
|
|
|
+* Updated translations. ([43f5b6e](https://github.com/ckeditor/ckeditor5-core/commit/43f5b6e))
|
|
|
|
|
|
|
|
|
## [12.1.1](https://github.com/ckeditor/ckeditor5-core/compare/v12.1.0...v12.1.1) (2019-06-05)
|
|
|
|
|
|
### Other changes
|
|
|
|
|
|
-* Updated translations. ([ed6bd3c](https://github.com/ckeditor/ckeditor5-core/commit/ed6bd3c))
|
|
|
+* Updated translations. ([ed6bd3c](https://github.com/ckeditor/ckeditor5-core/commit/ed6bd3c))
|
|
|
|
|
|
|
|
|
## [12.1.0](https://github.com/ckeditor/ckeditor5-core/compare/v12.0.0...v12.1.0) (2019-04-10)
|
|
|
@@ -34,7 +33,7 @@ Changelog
|
|
|
### Other changes
|
|
|
|
|
|
* Optimized icons. ([a5f8d34](https://github.com/ckeditor/ckeditor5-core/commit/a5f8d34))
|
|
|
-* Updated translations. ([2dedc43](https://github.com/ckeditor/ckeditor5-core/commit/2dedc43))
|
|
|
+* Updated translations. ([2dedc43](https://github.com/ckeditor/ckeditor5-core/commit/2dedc43))
|
|
|
|
|
|
|
|
|
## [12.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v11.1.0...v12.0.0) (2019-02-28)
|