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 theready
component event to access the editor API instead.