yabab-dev / ng2-ckeditor

Angular2 CKEditor component
MIT License
359 stars 96 forks source link

Support for Angular 10 #294

Closed RoopanV closed 4 years ago

RoopanV commented 4 years ago

I have been using this module for more than 2 years. It will really great if support for Angular 10 is provided. Currently, all peer dependencies are pointing Angular 9 which results in the following warnings during the build.

npm WARN ng2-ckeditor@1.2.7 requires a peer of @angular/core@^9.0.2 but none is installed. You must install peer dependencies yourself. npm WARN ng2-ckeditor@1.2.7 requires a peer of @angular/forms@^9.0.2 but none is installed. You must install peer dependencies yourself. npm WARN ng2-ckeditor@1.2.7 requires a peer of @angular/common@^9.0.2 but none is installed. You must install peer dependencies yourself.

kzimny commented 4 years ago

I will look and let you next week know when the next release can be prepared.

kzimny commented 4 years ago

@chymz : please create new nmp version and update https://github.com/chymz/ng2-ckeditor/releases

yabab-dev commented 4 years ago

Done, thanks !