Skip to content

Commit cb2f9d4

Browse files
authored
Merge pull request #23 from ckeditor/release-20240903
Internal: Changelog for v1.0.0.
2 parents d61b83e + 54662a0 commit cb2f9d4

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog
22
=========
33

4+
## [1.0.0](https://github.com/ckeditor/ckeditor5-integrations-common/compare/v0.2.1...v1.0.0) (2024-09-04)
5+
6+
We are happy to announce the first stable release of `@ckeditor/ckeditor5-integrations-common`, a package containing utility modules for integrating with CKEditor 5.
7+
8+
Below, you can find changes compared to the latest non-stable release.
9+
10+
### Features
11+
12+
* CSS scripts are now injected at the beginning of the document head, allowing for easier overriding of editor styles. ([commit](https://github.com/ckeditor/ckeditor5-integrations-common/commit/cd61e7ce7baad29adefd275661c9ca7ef5006095))
13+
14+
### Bug fixes
15+
16+
* Ensure that preload link tags are injected before stylesheet link tags. ([commit](https://github.com/ckeditor/ckeditor5-integrations-common/commit/d61b83e8ffede29debcc11c4be2798ad30d527e4))
17+
18+
419
## [0.2.1](https://github.com/ckeditor/ckeditor5-integrations-common/compare/v0.2.0...v0.2.1) (2024-08-27)
520

621
### Bug fixes

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@
55
[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5-integrations-common/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5-integrations-common?branch=master)
66
![Dependency Status](https://img.shields.io/librariesio/release/npm/@ckeditor/ckeditor5-integrations-common)
77

8-
Official [CKEditor 5](https://ckeditor.com/ckeditor-5/) common integration utils.
8+
Official [CKEditor 5](https://ckeditor.com/ckeditor-5/) common integration utils. This package contains a set of utilities that are shared between CKEditor 5 framework integrations such like:
9+
10+
- [CKEditor 5 Vue integration](https://github.com/ckeditor/ckeditor5-vue)
11+
- [CKEditor 5 React integration](https://github.com/ckeditor/ckeditor5-react)
12+
- [CKEditor 5 Angular integration](https://github.com/ckeditor/ckeditor5-angular)
13+
14+
The prime example of such shared utility might be the CKEditor 5 Cloud integration loader that is used by all integrations to dynamically load the editor from the CDN.
15+
16+
It's highly recommended to not use this package directly in your application because it's intended to be used by through the integrations listed above. However, if you need to use it directly (because you are using framework that is not supported by the integrations), you can use it as a standalone package, but keep in mind that the API is designed to be used by the integrations and might not be user-friendly.
917

1018
## Contributing
1119

0 commit comments

Comments
 (0)