Skip to content

Commit a07afdb

Browse files
committed
DOC-2498: Pasting plain text with the mceInsertClipboardContent command is now a synchronous action, to match TinyMCE core behaviour.
1 parent 6e1ad61 commit a07afdb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

modules/ROOT/pages/7.5-release-notes.adoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,23 @@ In previous versions of the tinycomments plugin, the `conversationAuthor` proper
8383

8484
For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Introduction to {companyname} Comments].
8585

86+
=== PowerPaste
87+
88+
The {productname} {release-version} release includes an accompanying release of the **PowerPaste** premium plugin.
89+
90+
**PowerPaste** Premium plugin includes the following improvement.
91+
92+
==== Pasting plain text with the `mceInsertClipboardContent` command is now a synchronous action, to match {productname}'s core behaviour.
93+
94+
Previously, the `mceInsertClipboardContent` command in Powerpaste was executed asynchronously, diverging from {productname}'s core behavior and causing compatibility issues with the xref:markdown.adoc[Markdown] plugin.
95+
96+
As a consequence, this asynchronous execution rendered Markdown and Powerpaste entirely incompatible. When Powerpaste was active, the Markdown plugin was effectively disabled, as it relied on synchronous command execution.
97+
98+
{productname} {release-version} addresses this issue. Now, the `mceInsertClipboardContent` command within the Markdown plugin has been updated to be synchronous, aligning it with {productname}'s core functionality.
99+
100+
As a result, the command now executes synchronously, allowing both Powerpaste and the Markdown plugin to operate together seamlessly, restoring full functionality for Markdown users.
101+
102+
For information on the **PowerPaste** plugin, see: xref:introduction-to-powerpaste.adoc[Introduction to PowerPaste].
86103

87104
[[accompanying-premium-plugin-end-of-life-announcement]]
88105
== Accompanying Premium plugin end-of-life announcement

0 commit comments

Comments
 (0)