You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed displaying events in simple-usage sample. (50441c1)
The <ckeditor> component won't call the CVA registerOnChange() when the change comes from the CVA. This will fix an issue with changing editor data in Reactive Forms. Closes #139. (4fd431e)
Other changes
Added example of integration reactive forms with <ckeditor> component. (3f19f92)
Removed usages of Angular 2+ from code and READMEs. Added information about supported Angular versions. Closes #95. (3244433)