ckeditor / ckeditor5-angular

Official CKEditor 5 Angular 5+ component.
https://ckeditor.com/ckeditor-5
Other
205 stars 111 forks source link

Pinned Watchdog version leads to problems when updating #376

Closed Witoso closed 1 year ago

Witoso commented 1 year ago

In the published package on the npm, we pin a specific version of Watchdog which leads to problems when someone is using a different version of the editor or wants to update.

package.json on npm: image

React on the other hand specifies Watchdog as a peer dependency: image.

Not sure what's the best approach to solve this but it's a major issue for some integrators.

Reinmar commented 1 year ago

We also planned to expose Watchdog on the Editor class to completely avoid this additional dependency. 

Some internal notes where we discussed this:

pomek commented 1 year ago

Scope