Kamil Piechaczek
Kamil Piechaczek
## 📝 Provide a description of the new feature There is an example of a commit that defines more than a single scope: https://github.com/ckeditor/ckeditor5/commit/7951f79 Currently, the changelog generator sorts scopes...
## Provide a description of the task ### Story * **Given**: I am a developer who writes a plugin for CKEditor 5. * **And**: I would like to compile a...
## Provide a description of the task CKEditor 5 uses PostCSS 8 now (see: https://github.com/ckeditor/ckeditor5/issues/11460). However, due to `stylelint@13`, yarn installs postcss@7 too. Let's upgrade to the latest `stylelint` version....
This post outlines our targets for the upcoming iteration. The goal is to provide a summary of where we are going. ## **New features / enhancements** * [Typing improvements (migration...
## 📝 Provide detailed reproduction steps (if any) * To verify: https://github.com/ckeditor/ckeditor5-dev/pull/769#issuecomment-1185638182
## Provide a description of the task Due to DLL builds, we want to avoid direct imports from CKEditor 5 packages. So, the following import is not allowed: `import *...
This post outlines our targets for the upcoming iteration. The goal is to provide a summary of where we are going. ## **New features / enhancements** * [Typing improvements (migration...
The new Schema tab (#155) shows all schema entries registered in an editor, which significantly improves understanding of the model limitations. Thanks for adding it.  I believe we can...
## Provide a description of the task Yeah, I know, they are defined as dev-dependencies but we should update those after the release to be sure that everything works as...
Something wrong happens around links. Check out screenshots attached in the issues listed below: - https://github.com/ckeditor/ckeditor5/issues/7568 (`"amet"` is highlighted, inspector renders selection after the node) - https://github.com/ckeditor/ckeditor5/issues/7588 (`"CKSource."` is highlighted,...