Skip to content

Latest commit

 

History

History
144 lines (82 loc) · 4.59 KB

File metadata and controls

144 lines (82 loc) · 4.59 KB

{productname} 8.3.0

Overview

{productname} 8.3.0 was released for {enterpriseversion} and {cloudname} on Wednesday, December 10th, 2025. These release notes provide an overview of the changes for {productname} 8.3.0, including:

Accompanying Premium plugin changes

The following premium plugin updates were released alongside {productname} 8.3.0.

PowerPaste

The {productname} 8.3.0 release includes an accompanying release of the PowerPaste premium plugin.

PowerPaste includes the following addition.

powerpaste_emf_processor function that takes an emf blob and returns a promise of a png blob.

Before October 2025, copying and pasting content from Microsoft Word containing emf images resulted in those images not being pasted and an error message being displayed. After October 2025, this behavior changed where the images began appearing in the editor, but only at low resolution, accompanied by an error message in Chrome and Firefox. Safari displayed the low-resolution images without showing an error message.

This change negatively affected the user experience. After October 2025, users would see a low-quality image alongside an error message stating Some images failed to import, which caused confusion since the image was, in fact, visible in the editor—albeit with degraded quality.

{productname} 8.3.0 introduces a new option, powerpaste_emf_processor, to address this issue. This option accepts a function that receives an emf blob and returns a promise resolving to a png blob (i.e. (blob: Blob) ⇒ Promise<Blob>).

  • If this option is provided, the editor will invoke the supplied function to convert emf image blobs into png image blobs before inserting them into the editor.

  • If this option is not provided, the editor will remove the low-quality images and display an error message, restoring the pre–October 2025 behavior.

Note
If only the image is selected, pasting it will succeed and the image will be inserted correctly. However, if the image is selected together with other types of content, such as text, the image will not be pasted and an error message will be displayed.

For information on the PowerPaste plugin, see: PowerPaste.

Improvements

{productname} 8.3.0 also includes the following improvements:

<TINY-vwxyz 1 changelog entry>

Additions

{productname} 8.3.0 also includes the following additions:

<TINY-vwxyz 1 changelog entry>

Changes

{productname} 8.3.0 also includes the following changes:

<TINY-vwxyz 1 changelog entry>

Removed

{productname} 8.3.0 also includes the following removals:

<TINY-vwxyz 1 changelog entry>

Bug fixes

{productname} 8.3.0 also includes the following bug fixes:

<TINY-vwxyz 1 changelog entry>

Security fixes

{productname} 8.3.0 includes <a fix | fixes for the following security issue<s>:

<TINY-vwxyz 1 changelog entry>

Deprecated

{productname} 8.3.0 includes the following deprecation<s>:

The <plugin> configuration property, <name>, has been deprecated

Known issues

This section describes issues that users of {productname} 8.3.0 may encounter and possible workarounds for these issues.

There <is one | are <number> known issue<s> in {productname} 8.3.0.

<TINY-vwxyz 1 changelog entry>