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

+ 15 - 0
packages/ckeditor5-link/CHANGELOG.md

@@ -1,6 +1,21 @@
 Changelog
 =========
 
+## [11.0.0](https://github.com/ckeditor/ckeditor5-link/compare/v10.1.0...v11.0.0) (2019-02-28)
+
+### Bug fixes
+
+* Improved the focus management when removing the link form from the DOM. Closes [ckeditor/ckeditor5#1501](https://github.com/ckeditor/ckeditor5/issues/1501). ([9dd756c](https://github.com/ckeditor/ckeditor5-link/commit/9dd756c))
+* There should be no memory leaks when the editor is created and destroyed (see [ckeditor/ckeditor5#1341](https://github.com/ckeditor/ckeditor5/issues/1341)). ([bb24b88](https://github.com/ckeditor/ckeditor5-link/commit/bb24b88))
+
+### Other changes
+
+* Updated translations. ([012557b](https://github.com/ckeditor/ckeditor5-link/commit/012557b))
+* Updated translations. ([b2990a9](https://github.com/ckeditor/ckeditor5-link/commit/b2990a9))
+* Updated translations. ([f8573c2](https://github.com/ckeditor/ckeditor5-link/commit/f8573c2))
+* Upgraded minimal versions of Node and npm. See: [ckeditor/ckeditor5#1507](https://github.com/ckeditor/ckeditor5/issues/1507). ([7a845a0](https://github.com/ckeditor/ckeditor5-link/commit/7a845a0))
+
+
 ## [10.1.0](https://github.com/ckeditor/ckeditor5-link/compare/v10.0.4...v10.1.0) (2018-12-05)
 
 ### Features