v1.0.0
We are happy to announce the first stable release of @ckeditor/ckeditor5-integrations-common
, a package containing utility modules for integrating with CKEditor 5.
Below, you can find changes compared to the latest non-stable release.
Features
- CSS scripts are now injected at the beginning of the document head, allowing for easier overriding of editor styles. (commit)
Bug fixes
- Ensure that preload link tags are injected before stylesheet link tags. (commit)