Procházet zdrojové kódy

Docs: Changelog. [skip ci]

Piotrek Koszuliński před 8 roky
rodič
revize
de11e4e188
1 změnil soubory, kde provedl 11 přidání a 0 odebrání
  1. 11 0
      packages/ckeditor5-build-inline/CHANGELOG.md

+ 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