Procházet zdrojové kódy

Docs: Changelog. [skip ci]

Piotrek Koszuliński před 6 roky
rodič
revize
53139ccab9
1 změnil soubory, kde provedl 17 přidání a 0 odebrání
  1. 17 0
      packages/ckeditor5-indent/CHANGELOG.md

+ 17 - 0
packages/ckeditor5-indent/CHANGELOG.md

@@ -1,6 +1,23 @@
 Changelog
 =========
 
+## [10.1.0](https://github.com/ckeditor/ckeditor5-indent/compare/v10.0.1...v10.1.0) (2019-08-26)
+
+### Features
+
+* Integrated the indent block feature with different editor content directions (LTR and RTL). See [ckeditor/ckeditor5#1151](https://github.com/ckeditor/ckeditor5/issues/1151). ([45828ce](https://github.com/ckeditor/ckeditor5-indent/commit/45828ce))
+
+### Bug fixes
+
+* The `'indentBlock'` command should be executed on blocks from the selection according to the schema rules. Closes [#8](https://github.com/ckeditor/ckeditor5-indent/issues/8). ([15caf3e](https://github.com/ckeditor/ckeditor5-indent/commit/15caf3e))
+* The `indentBlock` command will now operate only on selected top-most blocks. Closes [#11](https://github.com/ckeditor/ckeditor5-indent/issues/11). ([7fac8c0](https://github.com/ckeditor/ckeditor5-indent/commit/7fac8c0))
+
+### Other changes
+
+* Changed the URL under bugs key in package.json file. Now we have one issue tracker. See [ckeditor/ckeditor5#1988](https://github.com/ckeditor/ckeditor5/issues/1988). ([fae33af](https://github.com/ckeditor/ckeditor5-indent/commit/fae33af))
+* Updated translations. ([cc421f3](https://github.com/ckeditor/ckeditor5-indent/commit/cc421f3)) 
+
+
 ## [10.0.1](https://github.com/ckeditor/ckeditor5-indent/compare/v10.0.0...v10.0.1) (2019-07-10)
 
 Internal changes only (updated dependencies, documentation, etc.).