Explorar o código

Docs: Changelog. [skip ci]

Piotrek Koszuliński %!s(int64=8) %!d(string=hai) anos
pai
achega
148655417a
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      packages/ckeditor5-widget/CHANGELOG.md

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

@@ -1,6 +1,18 @@
 Changelog
 Changelog
 =========
 =========
 
 
+## [1.0.0-alpha.2](https://github.com/ckeditor/ckeditor5-widget/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2017-11-14)
+
+### Bug fixes
+
+* Correctly handling select all keystroke when widget is selected. Closes [#23](https://github.com/ckeditor/ckeditor5-widget/issues/23). ([3e8f91f](https://github.com/ckeditor/ckeditor5-widget/commit/3e8f91f))
+* Using strings instead of boolean values in contenteditable attribute. Closes [#26](https://github.com/ckeditor/ckeditor5-widget/issues/26). ([d2a6cf5](https://github.com/ckeditor/ckeditor5-widget/commit/d2a6cf5))
+
+### Other changes
+
+* Widgets highlight remove handler will now use only descriptor id, instead of the full descriptor. ([1dfdc83](https://github.com/ckeditor/ckeditor5-widget/commit/1dfdc83))
+
+
 ## [1.0.0-alpha.1](https://github.com/ckeditor/ckeditor5-widget/compare/v0.2.0...v1.0.0-alpha.1) (2017-10-03)
 ## [1.0.0-alpha.1](https://github.com/ckeditor/ckeditor5-widget/compare/v0.2.0...v1.0.0-alpha.1) (2017-10-03)
 
 
 ### Bug fixes
 ### Bug fixes