8
0
Эх сурвалжийг харах

Docs: Changelog. [skip ci]

Piotrek Koszuliński 8 жил өмнө
parent
commit
de11e4e188

+ 11 - 0
packages/ckeditor5-build-inline/CHANGELOG.md

@@ -1,6 +1,17 @@
 Changelog
 =========
 
+## [0.2.0](https://github.com/ckeditor/ckeditor5-build-inline/compare/v0.1.0...v0.2.0) (2017-09-07)
+
+### Other changes
+
+* 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). ([5f64e7d](https://github.com/ckeditor/ckeditor5-build-inline/commit/5f64e7d))
+
+### BREAKING CHANGES
+
+* 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)
 
 ### Features