Преглед на файлове

Docs: Changelog. [skip ci]

Piotrek Koszuliński преди 7 години
родител
ревизия
ea619f89ca
променени са 1 файла, в които са добавени 20 реда и са изтрити 0 реда
  1. 20 0
      packages/ckeditor5-link/CHANGELOG.md

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

@@ -1,6 +1,26 @@
 Changelog
 =========
 
+## [1.0.0-beta.2](https://github.com/ckeditor/ckeditor5-link/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2018-04-10)
+
+### Features
+
+* Made the link form buttons thicker with a fill color and no background (see [ckeditor/ckeditor5#810](https://github.com/ckeditor/ckeditor5/issues/810)). ([45292f1](https://github.com/ckeditor/ckeditor5-link/commit/45292f1))
+* The Ctrl+K keystroke should open link URL editing dialog. Closes [#181](https://github.com/ckeditor/ckeditor5-link/issues/181). ([56047b5](https://github.com/ckeditor/ckeditor5-link/commit/56047b5))
+
+### Bug fixes
+
+* The selected link should be highlighted using the class instead of a marker. Closes [#180](https://github.com/ckeditor/ckeditor5-link/issues/180). Closes [#176](https://github.com/ckeditor/ckeditor5-link/issues/176). Closes [ckeditor/ckeditor5#888](https://github.com/ckeditor/ckeditor5/issues/888). ([c75c4ca](https://github.com/ckeditor/ckeditor5-link/commit/c75c4ca))
+
+### Other changes
+
+* Aligned to changes in ckeditor5-engine. ([bbc1cc0](https://github.com/ckeditor/ckeditor5-link/commit/bbc1cc0))
+* Increased the specificity of CSS rules. Introduced the .ck class for editor UI components (see: [ckeditor/ckeditor5#494](https://github.com/ckeditor/ckeditor5/issues/494)). ([e66f921](https://github.com/ckeditor/ckeditor5-link/commit/e66f921))
+* Updated translations. ([ec61993](https://github.com/ckeditor/ckeditor5-link/commit/ec61993))
+* Updated translations. ([1d46653](https://github.com/ckeditor/ckeditor5-link/commit/1d46653))
+* Used .ck-button_save and _cancel CSS classes to make the link form view buttons colorful (see [ckeditor/ckeditor5-image#187](https://github.com/ckeditor/ckeditor5-image/issues/187)). ([a5eebdb](https://github.com/ckeditor/ckeditor5-link/commit/a5eebdb))
+
+
 ## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-link/compare/v1.0.0-alpha.2...v1.0.0-beta.1) (2018-03-15)
 
 ### Features