Releases: waynestate/nova-ckeditor4-field
1.1.2
Require Laravel Nova v4.0 within the composer.json which will then allow Nova 4 Support to be tagged properly for the CKEditor 4 field which it now supports.
https://novapackages.com/packages/waynestate/nova-ckeditor4-field
Fix: update dist/field.js - npm run prod
was never ran with the default string for CKEditor.js, this corrects it with the correct field.js build.
586d2ee This case would never have been met due to the merging of the configuration default for the package.
Full Changelog: 1.1.1...1.1.2
1.1.1
Fixes
Switch back to full-all
instead of standard
that was put into some places when updating to v4.19.1
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Drag/Drop Image Upload and Namespace specificy by @chrispelzer in #65
Special thanks to @whchi who started this a while ago with #38 but never got put into the package.
Breaking Changes
Due to making the namespace more specific to the package, you must now update the use for the Field resource
from use Waynestate\Nova\CKEditor
to now use Waynestate\Nova\CKEditor4Field\CKEditor
Full Changelog: 1.0.2...1.1.0
1.0.2
What's Changed
- Fix saving of CKEditor field if using the default full plugin config that is loaded by CKEditor by @chrispelzer in #64
Full Changelog: 1.0.1...1.0.2
1.0.1
Fixed a bug that wasn't updating the field value when only copying and pasting into the CKEditor.
Full Changelog: 1.0.0...1.0.1
1.0.0
0.7.0
What's Changed
- Update CKEditor to latest v4.14.0 due to XSS vulnerability in the WebSpellChecker plugin by @chrispelzer in #34
Full Changelog: 0.6.0...0.7.0
0.6.0
0.4.0
Changes
- Fixes FormField component layout to use the Nova Default Field component which includes standard field options like errors and help text #22
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
- renamed file for PSR-4 compliance by @dsampaolo in #15
- Update the default CKEditor from 4.11.2 to 4.11.3 ba138cc
Fixed
- Version mistake in README.md
Full Changelog: 0.2.0...0.3.0