Sfoglia il codice sorgente

Docs: Changelog. [skip ci]

Piotrek Koszuliński 8 anni fa
parent
commit
41b9b8318e
1 ha cambiato i file con 11 aggiunte e 0 eliminazioni
  1. 11 0
      packages/ckeditor5-paragraph/CHANGELOG.md

+ 11 - 0
packages/ckeditor5-paragraph/CHANGELOG.md

@@ -1,6 +1,17 @@
 Changelog
 =========
 
+## [0.8.0](https://github.com/ckeditor/ckeditor5-paragraph/compare/v0.7.0...v0.8.0) (2017-05-07)
+
+### Bug fixes
+
+* Content autoparagraphing has been improved. "Inline" view elements (converted to attributes or elements) will be now correctly handled and autoparagraphed. Closes [#10](https://github.com/ckeditor/ckeditor5-paragraph/issues/10). Closes [#11](https://github.com/ckeditor/ckeditor5-paragraph/issues/11). ([22d387c](https://github.com/ckeditor/ckeditor5-paragraph/commit/22d387c))
+
+### Features
+
+* Paragraph will be automatically created if loaded empty data or if programmatically emptied the root element. Closes [#19](https://github.com/ckeditor/ckeditor5-paragraph/issues/19). ([c42d33e](https://github.com/ckeditor/ckeditor5-paragraph/commit/c42d33e))
+
+
 ## [0.7.0](https://github.com/ckeditor/ckeditor5-paragraph/compare/v0.6.1...v0.7.0) (2017-04-05)
 
 ### Bug fixes