Arkadiusz Filipczak
Arkadiusz Filipczak
Rewrite `ckeditor5-core` to TypeScript. Make sure that automated and manual tests run after the rewrite. Tests themselves are out of scope. This would be the first serious application of `EmitterMixing`...
After running `yarn run reinstall`, there are many versions of `typescript` package installed. One of them is hoisted, but it's not really explicit which one. And VSCode seems to use...
### Suggested merge commit message ([convention](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/git-commit-message-convention.html)) Other (ui): Rewrite `ckeditor5-ui` package to TypeScript. Closes #11726. Other (core): Rewrite `ckeditor5-core` package to TypeScript. Closes #11727. Other (utils): Add types to `Config`...
This is not triggering column width normalization for such case: ```html a b ``` And the final table ends up like this: ```html a b ``` So `pt` values are...
### Suggested merge commit message ([convention](https://ckeditor.com/docs/ckeditor5/latest/framework/contributing/git-commit-message-convention.html)) Internal: Adds checklists to pull request template. --- ### Additional information Let's just start using this checklist and see where we get. I choose...
As part of the transition to the New Installation Methods (NIM), we are standardizing how public API elements are exposed in **CKEditor 5** and related packages. Currently, some exports are...