You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DOC-3340: TinyMCE 8.3.2 Release Documentation and Community changelog. (#3959)
* DOC-3340: TinyMCE 8.3.2 Release Documentation and Community changelog.
* DOC-3340: Placeholder loading had two progress indicators. (#3960)
* DOC-3340: `uc-video` elements are not refreshed on undo/redo actions. (#3961)
* DOC-3340: uc-video elements are not refreshed on undo/redo actions.
* DOC-3340: fix syntax issue.
* DOC-3340: copy edits and cleanup.
* DOC-3340: bump api-version to 8.3.2.
{productname} {release-version} was released for {enterpriseversion} and {cloudname} on Wednesday, January 14^th^, 2026. These release notes provide an overview of the changes for {productname} {release-version}, including:
The following premium plugin updates were released alongside {productname} {release-version}.
24
24
25
-
=== <Premium plugin name 1> <Premium plugin name 1 version>
25
+
=== Media Optimizer
26
26
27
-
The {productname} {release-version} release includes an accompanying release of the **<Premium plugin name 1>** premium plugin.
27
+
The {productname} {release-version} release includes an accompanying release of the **Media Optimizer** premium plugin.
28
28
29
-
**<Premium plugin name 1>** <Premium plugin name 1 version> includes the following <fixes, changes, improvements>.
29
+
**Media Optimizer** includes the following fix.
30
30
31
-
==== <Premium plugin name 1 change 1>
31
+
=== Placeholder loading had two progress indicators
32
+
// #TINY-13163
32
33
33
-
// CCFR here.
34
+
Uploading a video in {productname} could display two progress indicators at the same time (a spinner and a progress bar), which unnecessarily cluttered the UI and made upload status harder to interpret. In {release-version}, the upload experience was updated to display only a single progress indicator: a progress bar when the upload duration can be estimated, or a spinner when the remaining time is unknown, resulting in a cleaner and clearer interface during video uploads.
34
35
35
-
For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].
36
+
For information on the **Media Optimizer** plugin, see: xref:uploadcare.adoc[Media Optimizer].
36
37
37
38
38
-
[[bug-fixes]]
39
-
== Bug fix
39
+
[[improvements]]
40
+
== Improvements
40
41
41
-
{productname} {release-version} also includes the following bug fix:
42
+
{productname} {release-version} also includes the following improvement:
42
43
43
-
=== <TINY-vwxyz 1 changelog entry>
44
-
// #TINY-vwxyz1
44
+
=== `uc-video` elements are not refreshed on undo/redo actions
45
+
// #TINY-12884
45
46
46
-
// CCFR here.
47
+
Previously, undo and redo operations rewrote the entire editor content, causing embedded `uc-video` elements to be rewritten and unintentionally refreshed, which disrupted playback and user experience. This behavior affected any content containing `uc-video`, as media elements were reloaded even when unrelated changes were undone or redone. The undo/redo mechanism has been updated to align with the existing iframe handling logic so that, when `uc-video` elements are present, only the modified portion of the content is refreshed rather than the full editor content. As a result, `uc-video` elements now remain stable and are no longer refreshed during undo or redo actions in {productname} {release-version}.
0 commit comments