The Wayback Machine - https://web.archive.org/web/20200917134225/https://github.com/ckeditor/ckeditor5-angular/releases
Skip to content

@ma2ciek ma2ciek released this Mar 26, 2020

Bug fixes

  • Changing disabled property on the <ckeditor> component while using the watchdog property won't throw an error anymore. Closes #177. (496b39f)
Assets 2

@ma2ciek ma2ciek released this Mar 4, 2020 · 9 commits to master since this release

Bug fixes

  • Fixed typings for Watchdog to make old TS compilers happy. Closes #172. (2a3d121)
Assets 2

@ma2ciek ma2ciek released this Feb 28, 2020 · 15 commits to master since this release

Bug fixes

  • Added ckeditor5-watchdog to package dependencies. (b4278d1)
Assets 2

@ma2ciek ma2ciek released this Feb 27, 2020 · 18 commits to master since this release

Features

  • Improved Angular integration to handle Context and ContextWatchdog. Closes #165. (87a1c89)
Assets 2

@ma2ciek ma2ciek released this Nov 4, 2019 · 34 commits to master since this release

Bug fixes

  • Downgraded the ng-packagr package to fix the ng build --prod (#153). (5c9de91)
Assets 2

@pomek pomek released this Oct 31, 2019 · 38 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)
Assets 2

@Reinmar Reinmar released this Apr 15, 2019 · 79 commits to master since this release

Features

  • Re-exported CKEditorModule, CKEditorComponent and typings from the package entry point. Closes #66. (2a6f55e)

Bug fixes

  • Fixed integration with collaboration features by changing the way how the initial data is passed to an editor instance. Previously the <ckeditor> component was using the editor.setData() method which produces invalid results in collaboration. Now, the initial data is injected directly into the container on which the editor will be created. Closes #75. (63c0073)

Other changes

  • Improved performance by processing data only when effectively needed. Closes #82. Closes #83. (0e4638e)
  • Added support for config.initialData introduced in CKEditor 5 v12.1.0. Effectively, the editor data can now be provided by config.initialData or data properties. Closes #89. (2b96fa3)
  • Upgraded the minimal versions of Node and npm. See: ckeditor/ckeditor5#1507. (47f4ca4)
Assets 2

@Reinmar Reinmar released this Nov 5, 2018 · 127 commits to master since this release

Internal changes only (updated dependencies, documentation, etc.).

Assets 2

@Reinmar Reinmar released this Oct 9, 2018 · 148 commits to master since this release

Bug fixes

  • The editor data is set to an empty string when the ngModel initializes or resets. (9abe65d)

Other changes

  • Added reset button to the form sample. Closes #31. (0d973eb)
  • The package will now work fine with Angular@5 so we decided to lower the minimal version of Angular to >=5.0.0. Closes #39. (078c2d2)
Assets 2
Jul 26, 2018
Docs: Changelog corrections. [skip ci]
You can’t perform that action at this time.