From 3603152da18ccbe4fdd6375441340c01dea5ace2 Mon Sep 17 00:00:00 2001 From: Mateusz Baginski Date: Tue, 27 Aug 2024 08:49:07 +0200 Subject: [PATCH 1/2] Docs: Changelog. [skip ci] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c59ddb5..18547d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +## [0.2.0](https://github.com/ckeditor/ckeditor5-integrations-common/compare/v0.1.1...v0.2.0) (2024-08-27) + +### Bug fixes + +* No longer raise export modifier cannot be applied to ambient modules error on older TS versions. ([commit](https://github.com/ckeditor/ckeditor5-integrations-common/commit/15bca0a5f559738558dde08603d16445cb91d349)) + + ## [0.1.1](https://github.com/ckeditor/ckeditor5-integrations-common/compare/v0.1.0...v0.1.1) (2024-08-20) ### Bug fixes From 41ad93f2a53c33c93f1d1d48827afd417ba0703a Mon Sep 17 00:00:00 2001 From: Mateusz Baginski Date: Tue, 27 Aug 2024 08:51:13 +0200 Subject: [PATCH 2/2] Adjust changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18547d3..055c350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,11 @@ Changelog ### Bug fixes -* No longer raise export modifier cannot be applied to ambient modules error on older TS versions. ([commit](https://github.com/ckeditor/ckeditor5-integrations-common/commit/15bca0a5f559738558dde08603d16445cb91d349)) +* No longer raise `export modifier cannot be applied to ambient modules` error on older TS versions. ([commit](https://github.com/ckeditor/ckeditor5-integrations-common/commit/15bca0a5f559738558dde08603d16445cb91d349)) +### Features + +The API interface of the `loadCKEditorCloud` method has been simplified, and the ability to specify the `CKBox` theme has been added. ([commit](https://github.com/ckeditor/ckeditor5-integrations-common/tree/e45c569661b1686d153e12a31c146c46751396e6)) ## [0.1.1](https://github.com/ckeditor/ckeditor5-integrations-common/compare/v0.1.0...v0.1.1) (2024-08-20)