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
instanceproperty of the component (data) is now private ($_instance). We recommend you use thereadycomponent event to access the editor API instead.