Skip to content

Releases: waynestate/nova-ckeditor4-field

1.1.2

30 Jul 05:31
Compare
Choose a tag to compare

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.

Screen Shot 2022-07-30 at 1 28 52 AM

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

28 Jul 18:47
Compare
Choose a tag to compare

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

28 Jul 18:13
Compare
Choose a tag to compare

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

25 Jul 21:47
Compare
Choose a tag to compare

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

18 Jul 20:18
Compare
Choose a tag to compare

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

18 Jul 20:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...1.0.0

0.7.0

18 Jul 20:39
Compare
Choose a tag to compare

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

02 Jan 20:14
Compare
Choose a tag to compare

Changes

  • Update README command with compatibility for all OSes #26 - @f-liva
  • Change the FormField to use field.attribute for the ID to use the column name if there are multiple instances of CKEditor #32 #33

Full Changelog: 0.5.0...0.6.0

0.4.0

25 Jul 21:38
Compare
Choose a tag to compare

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

06 Mar 19:26
Compare
Choose a tag to compare

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