Try our conversational search powered by Generative AI!

Optimizely - update 431

Release summary

New features for Optimizely Content Cloud. Bug fixes for Optimizely Content Cloud, Optimizely Commerce Cloud and TinyMCE SpellChecker.

Released items November 22, 2022

Area ID Type Description Released
SPELLCHECK-36
  Add dictionary to TinyMCE Spellchecker did not work.

Fixed an issue where adding a dictionary to TinyMCE Spellchecker failed to recognized the dictionary.

For example, it did not work when you copied folder da from \modules_protected\EPiServer.TinyMCESpellChecker\EPiServer.TinyMCESpellChecker.zip\3.0.0\Dictionaries to new folder in Alloy project \EPiServer.TinyMCESpellChecker\Dictionaries, then renamed the da folder to da-DK and also renamed da.aff, da.dic files to da-DK.aff, da-DK.dic.

EPiServer.TinyMCESpellChecker 3.0.1; (Or a related package);
Nov 22, 2022
CMS-24764
  Add list support for content properties

Built-in support for list properties on content models was limited to primitive types such as string, number and ContentReference. List properties are now supported as individual properties (like int, string, XhtmlString etc) including Block types. You can now define properties on content models like:

public virtual IList<string> MyStrings {get; set;}
public virtual IList<TeaserBlock> MyTeasers {get; set;} 

where TeaserBlock in example above is a defined block in CMS, like:

[ContentType]
public class TeaserBlock : BlockData
{...}
  • Usage is tracked (soft link indexing) for items that can reference content (like IList<ContentReference>). 
  • Import/export of list definitions and data is supported.
  • New list properties are JSON-based (unless explicitly specified, for example, through BackingTypeAttribute).
EPiServer.CMS.Core 12.10.0; (Or a related package);
Nov 22, 2022
CMS-20258
  Unable to upload image to editor

Fixed an issue where you were unable to upload an image when editing catalog content in the TinyMCE editor. An ArgumentNullException error displayed.

EPiServer.CMS.UI 12.14.0; (Or a related package);
Nov 22, 2022
CMS-24681
  Improve performance in Visitor Groups

When working with Visitor Groups, criteria were loaded in one operation from the back end. Performance can be affected by many criteria or the performance of a specific implementation. Loading Visitor Groups was split into two steps to improve performance:

  • load the criteria group
  • load the specific criteria within that group once it is selected
EPiServer.CMS.UI 12.14.0; (Or a related package);
Nov 22, 2022
CMS-25256
  Bring back double click to edit feature

To display a Quick Edit dialog box, double click a block in All properties view or in on-page edit.

EPiServer.CMS.UI 12.14.0; (Or a related package);
Nov 22, 2022
CMS-24128
  Property settings - tab mapping is lost after app pool recycle

Fixed an issue where custom configurations of the tab mapping in the property setting were lost when the app pool was recycled; the configuration values were reset to the state defined in the code. 

EPiServer.CMS.Core 11.20.17; (Or a related package);
Nov 22, 2022
COM-16423
  Unable to save Min/Max Quantity in languages using , decimal separator

Fixed an issue where Min/Max Quantity in languages using , decimal separator could not be saved.

EPiServer.Commerce 13.32.7; (Or a related package);
Nov 22, 2022
CMS-24056
  Link with remaining URL does not display correctly in XhtmlString/TinyMCE

Fixed an issue that changed a content link to an external link but with an internal format. This happened if you chose a page type that had an XhtmlString field and added a content link with the Remaining URL.

EPiServer.CMS.Core 11.20.17; (Or a related package);
Nov 22, 2022

Related topics

Last updated: Nov 22, 2022