ckeditor / ckeditor4-angular

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

Deprecate `divarea` editor type #130

Closed Dumluregn closed 3 years ago

Dumluregn commented 4 years ago

Are you reporting a feature request or a bug?

Task

Details

Follow-up of #127 - as mentioned in https://github.com/ckeditor/ckeditor4-angular/issues/127#issuecomment-668585047, divarea is not really an editor type and it isn't present in other integrations, so we should depracate it to have consistent API between frameworks. This is a breaking change, so it should be included in a major (probably 2.0.0) release and require some additional work (e.g. in docs)

Dumluregn commented 3 years ago

PR in integration repo: https://github.com/ckeditor/ckeditor4-angular/pull/133 PR in docs: https://github.com/ckeditor/ckeditor4-docs/pull/325

readme files in repo and npm don't need an update.