London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Packages [expand] [collapse]
Released in version
5.0.0
4.8.3
4.8.2
4.8.1
4.8.0
4.7.3
4.7.2
4.7.1
4.7.0
4.6.0
4.5.0
4.4.2
4.4.1
4.4.0
4.3.0
4.2.0
4.1.1
4.1.0
4.0.2
4.0.1
4.0.0
3.3.3
3.3.2
3.3.1
3.3.0
3.2.0
3.1.0
3.0.1
2.13.8
2.13.7
2.13.6
2.13.5
2.13.4
2.13.3
2.13.2
2.13.0
2.12.1
2.12.0
2.11.0
2.10.1
2.10.0
2.9.0
2.8.1
2.8.0
2.7.1
2.7.0
2.6.5
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.2
2.1.1
2.1.0
2.0.0
1.1.1
1.1.0
1.0.0

Latest changes

Item type
Filter on date
Items/Page
Area ID Type Description Released
CMS-32141
  Security Improvement

Upgraded TinyMCE from version 6.7.1 to 6.8.2, which has fixes for security risks: https://www.tiny.cloud/docs/tinymce/latest/6.8.2-release-notes/#overview

EPiServer.CMS.TinyMce 4.7.2; (Or a related package);
Feb 06, 2024
CMS-31040
  Configured tinymce settings in code doesn't work to List property in an inline block

Fixed an issue where the TinyMCE toolbar for property 'ListInCodeWithConfig' of the inline block was the default one instead of the customized configuration 'predefinedConfiguration'. 

EPiServer.CMS.TinyMce 4.7.2; (Or a related package);
Feb 06, 2024
CMS-30966
  TinyMCE: Cannot use TinyMce settings of a property of Block type to another property

TinyMCE settings can now be customized for a property of a block type when configuring TinyMCE, for example:

config.Use<EditorialBlock, StandardPage>(s => s.MainBody, p => p.MainBody);
EPiServer.CMS.TinyMce 4.7.1; (Or a related package);
Dec 12, 2023
CMS-30856
  TinyMCE Issues when editing images

Fixed an issue where images were not editable when they were dragged and dropped from the For this page folder. 

EPiServer.CMS.TinyMce 4.7.1; (Or a related package);
Dec 12, 2023
CMS-30069
  Customized TinyMCE settings doesn't work vs. List of XhtmlString property

Fixed an issue where the List<XhtmlString> property did not inherit code-based TinyMCE configuration correctly.

EPiServer.CMS.TinyMce 4.7.0; (Or a related package);
Nov 28, 2023
CMS-30406
  Add support to disable TinyMCE popup when pasting content

Control paste-from-Word command. Expose the following options:

  • Prompt (default) – Prompt the user to choose between the clean and merge options after attempting to paste HTML content.
  • RemoveFormatting – Preserve the structure of the content such as headings, tables, and lists but remove inline styles and classes. This results in simple content that uses the site’s CSS stylesheet while retaining the semantic structure from the original document.
  • KeepFormatting – Preserve the inline formatting and structure of the original document. Invalid and proprietary styles, tags, and attributes are still removed, ensuring that the HTML is valid, while more closely matching the original document formatting.

The new flag is available via TinyMcePropertySettingsOptions.PasteFromWordImportType.

EPiServer.CMS.TinyMce 4.7.0; (Or a related package);
Nov 28, 2023
CMS-30169
  Upgrade to TinyMCE 6.7

Updated TinyMCE version to 6.7.

https://www.tiny.cloud/docs/tinymce/6/6.7-release-notes/#overview

EPiServer.CMS.TinyMce 4.6.0; (Or a related package);
Nov 07, 2023
CMS-30168
  Update TinyMCE language pack

TinyMCE editor resources are updated to the latest version.

EPiServer.CMS.TinyMce 4.6.0; (Or a related package);
Nov 07, 2023
CMS-30554
  Improve default tinymce options

Basic style dropdown plugin is added to the default toolbar (Standard and Expanded) and Insert image plugin is added to the default Standard toolbar.

EPiServer.CMS.TinyMce 4.6.0; (Or a related package);
Nov 07, 2023
CMS-29382
  Missing translation for image validation

Fixed an issue where the warning message that displayed when validating alternative text for images in XHtmlString was only available in English. Now it is available in all supported languages. 

EPiServer.CMS.TinyMce 4.6.0; (Or a related package);
Nov 07, 2023
1 2 3 4 Next