ckeditor / ckeditor4-angular

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

Rethink Angular 13 and IE11 support #196

Open f1ames opened 3 years ago

f1ames commented 3 years ago

Are you reporting a feature request or a bug?

Task

Provide detailed reproduction steps (if any)

Since Angular plans to drop IE11 support in the upcoming 13 version we should think how to approach supporting for version 13 and above.

There are at least two, kind of standard, approaches - releasing next major versions supporting 13+ and keeping older version separately or trying to somehow handle the incompatibilities (which may be hard due to breaking changes in Angular 13 I guess). Any other ideas are welcome too.