Skip to content

v1.1.1

Compare
Choose a tag to compare
@pomek pomek released this 31 Oct 09:53
· 334 commits to master since this release

Bug fixes

  • 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)