Maciej Bukowski

Results 15 issues of Maciej Bukowski

From the user's perspective the CKEditor component is a simple declarative component and it should handle correctly all properties updates without worrying user what method should he use to change...

type:improvement
support:2
squad:devops

A follow-up of the below issues: - https://github.com/ckeditor/ckeditor5-angular/issues/122 - https://github.com/ckeditor/ckeditor5-angular/issues/146#issuecomment-545874446 It should be noted that the Stackblitz uses a different module resolution strategy and following the documentation won't work in...

type:docs
squad:devops

Problem: Without using Angular zones the changes are not visible to the Angular detection system and the component is not updated.

type:docs
squad:devops

Currently only the `disabled` property can be changed at runtime. Other properties are "immutable", their changes aren't tracked so the component operates only on the passed initial values. We should...

type:feature
squad:devops

Originally reported in #219.  > After looking at the code it seems that the `this.editorComponent.editorInstance` getter can't be yet accessed as the editor creator promise isn't resolved yet - a...

type:bug
squad:devops

The `ng-buildr` package is now internally used by the `ng generate library` command. Since it's a more "official" way to build Angular libs we can change it.

type:improvement
squad:devops

Since the `ng eject` task for version 6 still isn't available, it's a more complicated task. Fortunately, the new CLI comes with [builders](https://medium.com/dailyjs/angular-cli-6-under-the-hood-builders-demystified-f0690ebcf01), so we can use some predefined builder,...

type:docs
type:feature
squad:devops

The [multi-root editor](https://ckeditor.com/docs/ckeditor5/latest/examples/framework/multi-root-editor.html) isn't currently supported within this integration. However, it shouldn't be so hard to improve the integration so it will be able to handle this kind of editor....

type:feature
support:2
squad:devops

I'm using [email protected] and wanted to take a look at this plugin while working on the https://github.com/ckeditor/ckeditor5/issues/387, but I got into few troubles. `compiler.parser.plugin` is deprecated now. So I changed...

Hello, @petersalomonsen, First of all, I’m really impressed by the wasm-git library, good job! I recently encountered an issue while working with the library, and I’m not sure how to...