|
|
@@ -6,10 +6,12 @@ Changelog
|
|
|
### Other changes
|
|
|
|
|
|
* The build name has been changed from `@ckeditor/ckeditor5-build-balloon-toolbar` to `@ckeditor/ckeditor5-build-balloon`. See ckeditor/ckeditor5#546 for more information.
|
|
|
+* The build now defines the editor as its default export. This makes requiring the build easier when using AMD, CJS or ES6 modules. See [ckeditor/ckeditor5#545](https://github.com/ckeditor/ckeditor5/issues/545). ([e5c7511](https://github.com/ckeditor/ckeditor5-build-classic/commit/e5c7511))
|
|
|
|
|
|
### BREAKING CHANGES
|
|
|
|
|
|
* The build name has been changed. See ckeditor/ckeditor5#546.
|
|
|
+* The build now defines a default export instead of named export. See [ckeditor/ckeditor5#545](https://github.com/ckeditor/ckeditor5/issues/545).
|
|
|
|
|
|
|
|
|
## 0.1.0 (2017-09-03)
|