Try our conversational search powered by Generative AI!

Packages [expand] [collapse]
Released in version
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

Release notes for Optimizely CMS and Customized Commerce updates

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.

  • Bug – Display bug fixes.
  • Critical bug – Display only critical bug fixes.
  • Feature –  Display only new features (all features).
  • UI Feature – Display only end-user (user interface) features.

Note: NuGet packages listed here may not be immediately available in the Optimizely NuGet feed.

Latest changes

Item type
Filter on date
Items/Page
Area ID Type Description Released
CMS-11500
  Different image content copied from clipboard saved as same media item

Steps to reproduce

1. Edit an XhtmlString property using the TinyMce editor.
2. Capture an image (Image1) to the Clipboard (e.g., open an image file in Paint then copy its content).
3. Paste the image into the TinyMce editor > A new media item is created with the default name "image.png".
4. Repeat steps 2 & 3 above for another image (Image2).

Expected:
Create new media item of Image2.

Actual:
Replace image.png media version (Image1 -> Image2).

Observed: Testing results in standard editor of TinyMce 4.8.2 via https://www.tiny.cloud/docs/demo/full-featured/ as below.
1. When copy & paste the same image content, it results the same Blob image's GUID in img src URL.
2. When copy & paste different image content, it results different Blob image's GUID in img src URL.

  <img src="blob:https://s.codepen.io/71f0c448-da0a-43e1-86f3-b322d9c4d1ba" width="187" height="187" />
  <img src="blob:https://s.codepen.io/71f0c448-da0a-43e1-86f3-b322d9c4d1ba" width="220" height="220" />
  <img src="blob:https://s.codepen.io/f803a890-1cb4-4ff2-be9f-acf8b2ec1762" width="199" height="124" />

EPiServer.CMS.TinyMce 2.6.2; (Or a related package);
Sep 06, 2018