浏览代码

Docs: Changelog. [skip ci]

Piotrek Koszuliński 7 年之前
父节点
当前提交
afaa53b08c
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      packages/ckeditor5-typing/CHANGELOG.md

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

@@ -1,6 +1,18 @@
 Changelog
 =========
 
+## [11.0.0](https://github.com/ckeditor/ckeditor5-typing/compare/v10.0.1...v11.0.0) (2018-07-18)
+
+### Bug fixes
+
+* Handle <kbd>Backspace</kbd> on Android (by a lovely heuristic for detecting it based on DOM mutations). Closes ckeditor/ckeditor5/issues/1106. Closes ckeditor/ckeditor5/issues/1130. ([9161275](https://github.com/ckeditor/ckeditor5-typing/commit/9161275))
+* Remove selection contents on `keydown` before the composition starts. Closes [#83](https://github.com/ckeditor/ckeditor5-typing/issues/83). Closes [#150](https://github.com/ckeditor/ckeditor5-typing/issues/150). ([ab1b46d](https://github.com/ckeditor/ckeditor5-typing/commit/ab1b46d))
+
+### BREAKING CHANGES
+
+* `@ckeditor/ckeditor5-typing/src/changebuffer.js` was moved to `@ckeditor/ckeditor5-typing/src/utils/changebuffer.js';
+
+
 ## [10.0.1](https://github.com/ckeditor/ckeditor5-typing/compare/v10.0.0...v10.0.1) (2018-06-21)
 
 ### Bug fixes