|
|
@@ -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))
|