Skip to content

v5.1.1

Compare
Choose a tag to compare
@psmyrek psmyrek released this 16 Feb 08:30
· 98 commits to master since this release

Bug fixes

  • Added support for OnChanges lifecycle hook that updates editor content when data-bound property of a component changes. Closes #215. (commit)

Other changes

  • Removed the @types/ckeditor__ckeditor5-utils dependency to avoid issues with CKEditor 5 typings when building an application using CKEditor 5 sources (TypeScript). (commit)
  • Replaced the minimal required version of the @ckeditor/ckeditor5-watchdog package with a caret range. (commit)