Arkadiusz Filipczak
Arkadiusz Filipczak
The problem was that current implementation of `DomConverter.isDomSelectionBackward` created DOM `Range` and call `setBegin` and `setEnd` on it with the values from current DOM `Selection`. But this `Selection` didn't make...
> I wonder if it's i any way related to #12328. It does not seem to be related to that.
> Might be related to: #12294 Yes, it does. This fix that bug as well.
Scope: Just do minimal thing (... is to fix the heuristic so pasting at the end of line gets you a block image). The place with heuristic: https://github.com/ckeditor/ckeditor5/blob/e86c4029b1b4ea184f2451f23b24ce603afead55/packages/ckeditor5-image/src/image/utils.js#L109-L125
> * Once again I'd like to thank @fedemp and everyone else who contributed to the [community-driven DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped/pulls?q=is%3Apr+sort%3Aupdated-desc+ckeditor5). For at least a couple of months it's still the place to...
Some ideas for post-MVP: - Better integration with Angular and React - Update guides
### Status Update: #### What we've done: 1. We rewrote the `ckeditor5-utils` package to TypeScript (#11755). 2. We're now able to run both manual and automated tests (#11888). 3. We...
We will, @fedemp. We're going to stabilize them first.
## Status update We released `ckeditor5-engine` (#11724) in TypeScript. `ckeditor5-ui` ([#11726](https://github.com/ckeditor/ckeditor5/issues/11726)) and `ckeditor5-core` ([#11727](https://github.com/ckeditor/ckeditor5/issues/11727)) are done on feature branch (`ck/11726-11727-ts-core-ui`). They will be merged in few next weeks. The next...
Partially done on branch ck/11727-ts-core (https://github.com/ckeditor/ckeditor5/compare/ck/11727-ts-core?expand=1). It doesn't build because `ComponentFactory` (`ckeditor5-ui`) is not in TypeScript and I haven't figured out how to force it to compile. `index.js` is not...