ckeditor / ckeditor4-angular

Official CKEditor 4 Angular component.
Other
51 stars 32 forks source link

Release next major version #209

Open Dumluregn opened 2 years ago

Dumluregn commented 2 years ago

Are you reporting a feature request or a bug?

Task

Details

Due to bumping the version of ckeditor4-integrations-common package done in https://github.com/ckeditor/ckeditor4-angular/pull/207, the next package version should be a major one (see the explanation in https://github.com/ckeditor/ckeditor4-angular/issues/201). Also, as mentioned in https://github.com/ckeditor/ckeditor4-angular/pull/202#pullrequestreview-697143919, we may end up dropping the support for Angular 5, which is another factor forcing us to release 3.0.0. It would be nice to schedule those changes together with bumping the CKEditor 4 version (probably to 4.16.2).

If we indeed drop support for Angular 5, there is a number of mentions we need to update:

There is actually one more event coming that will probably force us to release yet another major version - Angular dropping support for IE11 (see https://github.com/ckeditor/ckeditor4-angular/issues/196 for more details). However Angular 13 should be released no earlier than in 4 months, so maybe we should wait with the major release until then and for now keep the ckeditor4-integrations-common in version 0.2.0.

Dumluregn commented 2 years ago

For now we agreed on the following release schedule:

xinpingwang commented 2 years ago

Is there any plan to release the next version, I notice ckeditor4-integrations-common 1.0 has remove the dependence of load-script, and I want the version without load-script. Thanks 😀.