Explorar el Código

Docs: Changelog. [skip ci]

Piotrek Koszuliński hace 5 años
padre
commit
4de23676cd
Se han modificado 1 ficheros con 23 adiciones y 0 borrados
  1. 23 0
      packages/ckeditor5-ui/CHANGELOG.md

+ 23 - 0
packages/ckeditor5-ui/CHANGELOG.md

@@ -1,6 +1,29 @@
 Changelog
 =========
 
+## [17.0.0](https://github.com/ckeditor/ckeditor5-ui/compare/v16.0.0...v17.0.0) (2020-02-19)
+
+### Features
+
+* Created the `LabeledView` class (see https://github.com/ckeditor/ckeditor5-table/pull/227). ([ec39406](https://github.com/ckeditor/ckeditor5-ui/commit/ec39406))
+
+  Also added `id` properties to the `DropdownView` and `LabelView` for compatibility with the `LabeledView`. 
+* Implemented the `Toolbar#isCompact` property to turn regular toolbars into compact ones (with less spacing) (see [ckeditor/ckeditor5#6112](https://github.com/ckeditor/ckeditor5/issues/6112)). ([a6b9c09](https://github.com/ckeditor/ckeditor5-ui/commit/a6b9c09))
+* Reintroduced the concept of body collections with a focus on better management of multiple editors and support for context plugins (plugins which leave outside an editor instance). Closes [ckeditor/ckeditor5#5888](https://github.com/ckeditor/ckeditor5/issues/5888). ([23d12e9](https://github.com/ckeditor/ckeditor5-ui/commit/23d12e9))
+
+### Bug fixes
+
+* Make `BlockToolbar` work with an empty configuration. Closes [ckeditor/ckeditor5#5980](https://github.com/ckeditor/ckeditor5/issues/5980). ([1e05098](https://github.com/ckeditor/ckeditor5-ui/commit/1e05098))
+
+### Other changes
+
+* Replace getResizeObserver helper with new ResizeObserver class in ToolbarView. ([be98aa4](https://github.com/ckeditor/ckeditor5-ui/commit/be98aa4))
+
+  Follow-up on: ckeditor/ckeditor5-utils/pull/320
+* Reverted year 2020 in .po files license header. ([abce9b5](https://github.com/ckeditor/ckeditor5-ui/commit/abce9b5))
+* Updated translations. ([b8bd38e](https://github.com/ckeditor/ckeditor5-ui/commit/b8bd38e)) 
+
+
 ## [16.0.0](https://github.com/ckeditor/ckeditor5-ui/compare/v15.0.0...v16.0.0) (2019-12-04)
 
 ### Features