Explorar el Código

Docs: Changelog. [skip ci]

Piotrek Koszuliński hace 6 años
padre
commit
4ac247f7a7
Se han modificado 1 ficheros con 15 adiciones y 0 borrados
  1. 15 0
      packages/ckeditor5-link/CHANGELOG.md

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

@@ -1,6 +1,21 @@
 Changelog
 =========
 
+## [11.1.0](https://github.com/ckeditor/ckeditor5-link/compare/v11.0.2...v11.1.0) (2019-07-04)
+
+### Features
+
+* Introduced configurable link decorators allowing customization of link attributes in the editor data. Closes [#186](https://github.com/ckeditor/ckeditor5-link/issues/186). ([40d8266](https://github.com/ckeditor/ckeditor5-link/commit/40d8266))
+
+### Bug fixes
+
+* Provide missing upcast converter for link decorators. Closes [#233](https://github.com/ckeditor/ckeditor5-link/issues/233). ([4161eb1](https://github.com/ckeditor/ckeditor5-link/commit/4161eb1))
+
+### Other changes
+
+* Updated translations. ([b1b157f](https://github.com/ckeditor/ckeditor5-link/commit/b1b157f)) ([77a2171](https://github.com/ckeditor/ckeditor5-link/commit/77a2171))
+
+
 ## [11.0.2](https://github.com/ckeditor/ckeditor5-link/compare/v11.0.1...v11.0.2) (2019-06-05)
 
 ### Bug fixes