8
0
Pārlūkot izejas kodu

Docs: Changelog. [skip ci]

Piotrek Koszuliński 7 gadi atpakaļ
vecāks
revīzija
afaa53b08c
1 mainītis faili ar 12 papildinājumiem un 0 dzēšanām
  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