November Happy Hour will be moved to Thursday December 5th.
This topic lists Optimizely updates, delivered as NuGet packages and services. You decide which updates apply to your project.
Select a product, package, or service in the left menu, and then select one of the following filters from Item type and click Filter.
Note: NuGet packages listed here may not be immediately available in the Optimizely NuGet feed.
Latest changes
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
Fixed an issue where the TinyMCE toolbar for property 'ListInCodeWithConfig' of the inline block was the default one instead of the customized configuration 'predefinedConfiguration'.
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);
Fixed an issue where images were not editable when they were dragged and dropped from the For this page folder.
Control paste-from-Word command. Expose the following options:
The new flag is available via TinyMcePropertySettingsOptions.PasteFromWordImportType.
Fixed an issue where the List<XhtmlString> property did not inherit code-based TinyMCE configuration correctly.
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.
TinyMCE editor resources are updated to the latest version.
Basic style dropdown plugin is added to the default toolbar (Standard and Expanded) and Insert image plugin is added to the default Standard toolbar.
Fixed an issue where warning message to not include commas in personalization group name did not display and personalization group name field accepted commas in the text entered.