Piotrek Koszuliński преди 8 години
родител
ревизия
80da870c4c
променени са 1 файла, в които са добавени 13 реда и са изтрити 0 реда
  1. 13 0
      packages/ckeditor5-typing/CHANGELOG.md

+ 13 - 0
packages/ckeditor5-typing/CHANGELOG.md

@@ -0,0 +1,13 @@
+Changelog
+=========
+
+## [0.8.0](https://github.com/ckeditor/ckeditor5-typing/compare/v0.7.0...v0.8.0) (2017-03-06)
+
+### Bug fixes
+
+* Replace all ` ` with spaces in text inserted via mutations. Closes [#68](https://github.com/ckeditor/ckeditor5/issues/68). ([c0fce25](https://github.com/ckeditor/ckeditor5-typing/commit/c0fce25))
+* Tab key should not delete selected text. Closes: [#69](https://github.com/ckeditor/ckeditor5/issues/69). ([8447f51](https://github.com/ckeditor/ckeditor5-typing/commit/8447f51))
+
+### Features
+
+* Introduced `InputCommand` which can be used to simulate typing. Closes [#48](https://github.com/ckeditor/ckeditor5/issues/48). ([cdb7fdf](https://github.com/ckeditor/ckeditor5-typing/commit/cdb7fdf))