Skip to content

v1.0.3

Compare
Choose a tag to compare
@pomek pomek released this 19 Nov 11:59
· 118 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.