Skip to content

Releases: spicywebau/craft-tinymce

TinyMCE Field 1.2.0

27 Oct 06:47
Compare
Choose a tag to compare

Added

  • Added spicyweb\tinymce\fields\TinyMCE::$configSelectionMode
  • Added spicyweb\tinymce\fields\TinyMCE::$manualConfig, which allows entering a custom config in JSON format for a specific TinyMCE field, like can be done for Redactor fields
  • Added spicyweb\tinymce\assets\field\FieldAsset
  • Added spicyweb\tinymce\assets\tinymce\TinyMCEAsset

Deprecated

  • Deprecated spicyweb\tinymce\assets\FieldAsset; use spicyweb\tinymce\assets\field\FieldAsset instead
  • Deprecated spicyweb\tinymce\assets\TinyMCEAsset; use spicyweb\tinymce\assets\tinymce\TinyMCEAsset instead

Fixed

  • Fixed a bug where TinyMCE fields could cause 404 errors when attempting to load translations

TinyMCE Field 1.1.1

26 Oct 04:46
Compare
Choose a tag to compare

Fixed

  • Fixed a bug with the TinyMCE Field settings template, that caused issues when using TinyMCE Field within a Matrix field

TinyMCE Field 1.1.0

09 Oct 09:46
Compare
Choose a tag to compare

Added

  • Added the php craft tinymce/config/regenerate-default console command
  • Added the php craft tinymce/config/regenerate-full console command
  • Added the php craft tinymce/config/regenerate-simple console command
  • Added spicyweb\tinymce\console\controllers\ConfigController
  • Added spicyweb\tinymce\services\ConfigService

Changed

  • When installed, the plugin now saves Default.json, Full.json and Simple.json TinyMCE config files in a Craft install's config/tinymce directory, if the files didn't already exist

Fixed

  • Fixed a bug where the craftcms/html-field package dependency wasn't set

TinyMCE Field 1.0.1

26 Sep 13:11
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where clicking on a TinyMCE dialog backdrop wouldn't close the dialog

TinyMCE Field 1.0.0

15 Sep 11:33
Compare
Choose a tag to compare

Added

  • Initial release, using TinyMCE 6.1.2