* Renamed the export name from `DecoupledDocumentEditor` to `DecoupledEditor`. Closes [#6](https://github.com/ckeditor/ckeditor5-build-decoupled-document/issues/6). ([bc9da6a](https://github.com/ckeditor/ckeditor5-build-decoupled-document/commit/bc9da6a))
* Updated the build to the latest `DecoupledEditor` class API (see [ckeditor/ckeditor5-editor-decoupled#10](https://github.com/ckeditor/ckeditor5-editor-decoupled/issues/10)). ([7b4aef1](https://github.com/ckeditor/ckeditor5-build-decoupled-document/commit/7b4aef1))
### BREAKING CHANGES
* The global variable exported by the build is now called `DecoupledEditor` instead of `DecoupledDocumentEditor`. See [#6](https://github.com/ckeditor/ckeditor5-build-decoupled-document/issues/6).
* The config options `config.toolbarContainer` and `config.editableContainer` have been removed. Please refer to the `DecoupledEditor` class API documentation to learn about possible methods of bootstrapping the UI.