Przeglądaj źródła

Docs: Changelog. [skip ci]

Piotrek Koszuliński 8 lat temu
rodzic
commit
4a7c41eb47
1 zmienionych plików z 12 dodań i 0 usunięć
  1. 12 0
      packages/ckeditor5-list/CHANGELOG.md

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

@@ -1,6 +1,18 @@
 Changelog
 =========
 
+## [0.6.1](https://github.com/ckeditor/ckeditor5-list/compare/v0.6.0...v0.6.1) (2017-05-07)
+
+### Bug fixes
+
+* List's view-to-model converter now returns `model.DocumentFragment` containing `listItem` model elements, instead of an array. Closes [#60](https://github.com/ckeditor/ckeditor5/issues/60). ([331242d](https://github.com/ckeditor/ckeditor5-list/commit/331242d))
+* Pasted list items' indentation will now be correctly adjusted if they are pasted into a nested list. Closes [#56](https://github.com/ckeditor/ckeditor5-list/issues/56). ([e91c3d1](https://github.com/ckeditor/ckeditor5-list/commit/e91c3d1))
+
+### Other changes
+
+* Updated translations. ([bd83eed](https://github.com/ckeditor/ckeditor5-list/commit/bd83eed))
+
+
 ## [0.6.0](https://github.com/ckeditor/ckeditor5-list/compare/v0.5.1...v0.6.0) (2017-04-05)
 
 ### Features