Skip to content

v1.0.3

Compare
Choose a tag to compare
@oleq oleq released this 22 Sep 10:11
· 339 commits to master since this release

Bug fixes

  • The editor should not slow down with lots of content when using the integration. Closes #153. (commit)

MINOR BREAKING CHANGES ℹ️

  • The reference to the CKEditor 5 instance previously available under the instance property of the component (data) is now private ($_instance). We recommend you use the ready component event to access the editor API instead.