waynestate / nova-ckeditor4-field

A Laravel Nova CKEditor4 WYSIWYG Field
MIT License
61 stars 24 forks source link

Update for support for Nova v4 #59

Closed chrispelzer closed 2 years ago

chrispelzer commented 2 years ago

No new features as of right now, except for providing support to utilize Nova V4 and updating the CKEditor version from 4.14.0 -> 4.19.0

This also updates from Vue2 -> Vue3 and removes external packages that was used to include CKEditor as a Vue Component. Since I've now have integrated the Vue component from https://github.com/ckeditor/ckeditor4-vue but with the compatibility for the new Vue3 modelValue changes. We can start to look into integrating it more with the Image Upload and the attachment calls that get used by Trix.

Takes care of #58