8
0
Piotrek Koszuliński 8 лет назад
Родитель
Сommit
7101e888bf
1 измененных файлов с 23 добавлено и 0 удалено
  1. 23 0
      packages/ckeditor5-editor-balloon/CHANGELOG.md

+ 23 - 0
packages/ckeditor5-editor-balloon/CHANGELOG.md

@@ -1,2 +1,25 @@
 Changelog
 Changelog
 =========
 =========
+
+## 0.1.0 (2017-09-03)
+
+### Bug fixes
+
+* Editor element should be filled up with data once the editor is destroyed. Closes [#4](https://github.com/ckeditor/ckeditor5-editor-balloon-toolbar/issues/4). ([482e715](https://github.com/ckeditor/ckeditor5-editor-balloon-toolbar/commit/482e715))
+
+### Features
+
+* The first implementation of the balloon toolbar editor. Closes [#1](https://github.com/ckeditor/ckeditor5-editor-balloon-toolbar/issues/1). ([a4462ac](https://github.com/ckeditor/ckeditor5-editor-balloon-toolbar/commit/a4462ac))
+
+### Other changes
+
+* Implemented a keystroke to display the toolbar in a collapsed selection. Closes [#3](https://github.com/ckeditor/ckeditor5-editor-balloon-toolbar/issues/3). ([c745e05](https://github.com/ckeditor/ckeditor5-editor-balloon-toolbar/commit/c745e05))
+* Renamed the `BalloonToolbarEditor` file to "balloontoolbareditor.js" to match the naming convention. Closes [#5](https://github.com/ckeditor/ckeditor5-editor-balloon-toolbar/issues/5). ([2f024a0](https://github.com/ckeditor/ckeditor5-editor-balloon-toolbar/commit/2f024a0))
+
+### BREAKING CHANGES
+
+* The `balloontoolbar.js` file containing `BalloonToolbarEditor` class has been renamed to `balloontoolbareditor.js`.
+
+
+Changelog
+=========