Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Corrected the changelog. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Jul 18, 2018
1 parent df5685e commit 987bc11
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Changelog

## [11.0.0](https://github.com/ckeditor/ckeditor5-build-balloon/compare/v10.1.0...v11.0.0) (2018-07-18)

### Release notes

This is a major releases that introduces many smaller features, dozens of bug fixes and a couple of infrastructure changes (an upgrade to `webpack@4`, simplified structure of the build repository). Additionally, the `BalloonEditor#element` property was renamed to `BalloonEditor#sourceElement` and the `BalloonEditor#updateElement()` method was renamed to `BalloonEditor#updateSourceElement()`.

If you maintain a [custom build of CKEditor 5](https://docs.ckeditor.com/ckeditor5/latest/builds/guides/development/custom-builds.html) or [integrate CKEditor 5 from source](https://docs.ckeditor.com/ckeditor5/latest/builds/guides/integration/advanced-setup.html#scenario-2-building-from-source), we recommend reading the [migration guide](https://github.com/ckeditor/ckeditor5/issues/1136).

Blog post is coming soon...

### Dependencies

Major releases (contain breaking changes):
Expand Down Expand Up @@ -40,12 +48,15 @@ Patch releases (bug fixes, internal changes):

### Other changes

* Changed the build structure. TODO. Closes [ckeditor/ckeditor5#1038](https://github.com/ckeditor/ckeditor5/issues/1038). ([74e3c16](https://github.com/ckeditor/ckeditor5-build-balloon/commit/74e3c16))
* Updated `webpack` to version 4. ([fd14528](https://github.com/ckeditor/ckeditor5-build-balloon/commit/fd14528))
* Changed the structure of the build repository. Closes [ckeditor/ckeditor5#1038](https://github.com/ckeditor/ckeditor5/issues/1038). ([74e3c16](https://github.com/ckeditor/ckeditor5-build-balloon/commit/74e3c16))
* Updated `webpack` to version 4 (applies to custom builds only). ([fd14528](https://github.com/ckeditor/ckeditor5-build-balloon/commit/fd14528))

### BREAKING CHANGES

* CKEditor 5 environment was updated to use `webpack@4`. `webpack@4` introduced major changes in its configuration and plugin system. CKEditor 5 tools and build configuration were updated to work with `webpack@4` now and will not work with `webpack@3.
If you maintain a custom build, we recommend reading the [migration guide](https://github.com/ckeditor/ckeditor5/issues/1136). Closes [ckeditor/ckeditor5#1038](https://github.com/ckeditor/ckeditor5/issues/1038).

* CKEditor 5 environment was updated to use `webpack@4`. `webpack@4` introduced major changes in its configuration and plugin system. CKEditor 5 tools and build configuration were updated to work with `webpack@4` and will not work with `webpack@3`.
* The structure of the build repository was changed. The `build-config.js` file was removed and the build configuration is now kept only in the `src/ckeditor.js` file.


## [10.1.0](https://github.com/ckeditor/ckeditor5-build-balloon/compare/v10.0.1...v10.1.0) (2018-06-21)
Expand Down

0 comments on commit 987bc11

Please sign in to comment.