Преглед изворни кода

Docs: Changelog. [skip ci]

Piotrek Koszuliński пре 8 година
родитељ
комит
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
 =========
+
+## 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
+=========