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

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

@@ -1,6 +1,14 @@
 Changelog
 =========
 
+## [12.1.0](https://github.com/ckeditor/ckeditor5-typing/compare/v12.0.2...v12.1.0) (2019-07-04)
+
+### Features
+
+* Improved typing on Android devices by handling `beforeinpnut` event. Introduced `options.selection` in `DeleteCommand` params. Introduced `selectionToRemove` parameter in `view.Document#event:delete` data. Closes [#167](https://github.com/ckeditor/ckeditor5-typing/issues/167). ([92ab3ff](https://github.com/ckeditor/ckeditor5-typing/commit/92ab3ff))
+* Introduced the text transformation feature. Additionally, the `TextWatcher` util was moved to this package from `@ckeditor/ckeditor5-mention`. Closes [ckeditor/ckeditor5#1490](https://github.com/ckeditor/ckeditor5/issues/1490). ([dafd16e](https://github.com/ckeditor/ckeditor5-typing/commit/dafd16e))
+
+
 ## [12.0.2](https://github.com/ckeditor/ckeditor5-typing/compare/v12.0.1...v12.0.2) (2019-06-05)
 
 ### Other changes