Skip to content

Latest commit

 

History

History
145 lines (109 loc) · 7.15 KB

CHANGELOG.md

File metadata and controls

145 lines (109 loc) · 7.15 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.3.0] - 2023-11-19

Changed

  • Added support for dependsOn to be used with the CKEditor4 field.

[1.2.4] - 2023-10-18

Fixed

  • Fix formatting on the Detail View to prevent whitespace-pre-wrap class from being applied #91
  • Fix issue when saving the field when on the Source view mode rather than the WYSIWYG mode, onChange events weren't being properly fired causing saving changes from not being saved. #92

Changed

  • Updated CKEditor4 from 4.21.0 to 4.22.1

[1.2.3] - 2023-04-10

Fixed

  • Switch merging options from array_merge_recursive to array_merge to prevent the merging of associative arrays keys merging rather than replacing the keys in #88

Changed

  • Updated CKEditor4 from 4.20.2 to 4.21.0

[1.2.2] - 2023-03-26

Fixed

  • Fixed possible caching issue for users who already loaded a previous nova-ckeditor4-field version, causing their cached script not being updated when the package is updated.

Changed

  • Set the filebrowserUploadUrl which will allow the Upload tab to show under the Images dialog box in #84

[1.2.1] - 2022-11-03

Fixed

Changed

  • Updated CKEditor4 from v4.20.0 to v4.20.2

[1.2.0] - 2022-11-03

Changed

  • Renamed the migration to include a timestamp to ensure only one migration is created.
  • Updated README.md to include the new migration options.
  • Updated CKEditor4 from v4.19.1 to v4.20.0

Added

  • Added new enable_migrations option to the config file to allow for the disabling of the migrations.
  • Added new auto_migrate option to the config file to allow for the disabling of the automatic running of the migrations.
  • Added new UPGRADE.md for upgrade instructions.

[1.1.4] - 2022-11-02

Fixed

  • Add check for migrations to make sure the table doesn't exist before trying to create it. by @chrispelzer in #68 #67

[1.1.3] - 2022-10-13

Changed

  • Updated packagist badges

Fixed

  • Keep custom config when file upload is enabled by @shaffe-fr in #66

[1.1.2] - 2022-07-30

Changed

  • 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.

Fixed

[1.1.1] - 2022-07-28

Fixed

  • Switch back to full-all instead of standard that was put into some places when updating to v4.19.1

[1.1.0] - 2022-07-28

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

[1.0.2] - 2022-07-25

Fixed

  • Fix saving of CKEditor field if using the default full plugin config that is loaded by CKEditor by @chrispelzer in #64

[1.0.1] - 2022-07-18

Fixed

  • Fixed a bug that wasn't updating the field value when only copying and pasting into the CKEditor.

[1.0.0] - 2022-07-18

Changed

  • Update for support for Nova v4 by @chrispelzer in #59

[0.7.0] - 2022-07-18

Changed

  • Update CKEditor to latest v4.14.0 due to XSS vulnerability in the WebSpellChecker plugin by @chrispelzer in #34

[0.6.0] - 2020-01-02

Changed

  • 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

[0.4.0] - 2019-07-25

Fixed

  • Fixes FormField component layout to use the Nova Default Field component which includes standard field options like errors and help text #22

[0.3.0] - 2019-03-06

Changed

Fixed

  • Version mistake in README.md

[0.2.0] - 2019-01-19

Changes

Fixed

Notes

  • If you have already published a config, you'll need to manually update the URL for ckeditor_url to use the latest CKEditor v4.11.2 to https://cdn.ckeditor.com/4.11.2/full-all/ckeditor.js

[0.1.4] - 2018-12-04

Changed

  • Remove the version number from the composer.json file. This allows us to manage it one spot (the tag).

[0.1.3] - 2018-12-04

Changed

  • Added a ':' to allow name to be bound by @iHazzam in #2
  • Add expandable trait so the detail view can collapse the content. by @robertvrabel in #7
  • Update the distributed JS by @robertvrabel in #8

[0.1.2] - 2018-12-04

Changed

  • Add expandable trait so the detail view can collapse the content. (@robertvrabel)

[0.1.1] - 2018-11-01

Changed

  • Bind :id to allow multiple CKEditors instances to be used (@iHazzam) #2

[0.1.0] - 2018-10-29

Initial release