Skip to content

Commit 048a2b4

Browse files
authored
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.
1 parent c1c58ec commit 048a2b4

File tree

4 files changed

+18
-16
lines changed

4 files changed

+18
-16
lines changed

.api-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.3.1
1+
8.3.2

modules/ROOT/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
*** {productname} 8.3.2
388388
**** xref:8.3.2-release-notes.adoc#overview[Overview]
389389
**** xref:8.3.2-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
390-
**** xref:8.3.2-release-notes.adoc#bug-fixes[Bug fix]
390+
**** xref:8.3.2-release-notes.adoc#improvement[Improvement]
391391
*** {productname} 8.3.1
392392
**** xref:8.3.1-release-notes.adoc#overview[Overview]
393393
**** xref:8.3.1-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]

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

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,33 +14,34 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]
1414
{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:
1515

1616
* xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
17-
* xref:bug-fixes[Bug fix]
17+
* xref:improvement[Improvement]
1818

1919

2020
[[accompanying-premium-plugin-changes]]
2121
== Accompanying Premium plugin changes
2222

2323
The following premium plugin updates were released alongside {productname} {release-version}.
2424

25-
=== <Premium plugin name 1> <Premium plugin name 1 version>
25+
=== Media Optimizer
2626

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.
2828

29-
**<Premium plugin name 1>** <Premium plugin name 1 version> includes the following <fixes, changes, improvements>.
29+
**Media Optimizer** includes the following fix.
3030

31-
==== <Premium plugin name 1 change 1>
31+
=== Placeholder loading had two progress indicators
32+
// #TINY-13163
3233

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.
3435

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].
3637

3738

38-
[[bug-fixes]]
39-
== Bug fix
39+
[[improvements]]
40+
== Improvements
4041

41-
{productname} {release-version} also includes the following bug fix:
42+
{productname} {release-version} also includes the following improvement:
4243

43-
=== <TINY-vwxyz 1 changelog entry>
44-
// #TINY-vwxyz1
44+
=== `uc-video` elements are not refreshed on undo/redo actions
45+
// #TINY-12884
4546

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}.

modules/ROOT/pages/changelog.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ NOTE: This is the {productname} Community version changelog. For information abo
66

77
== xref:8.3.2-release-notes.adoc[8.3.2 - 2026-01-14]
88

9-
//TODO
9+
* `uc-video` elements are not refreshed on undo/redo actions.
10+
// #TINY-12884
1011

1112
== xref:8.3.1-release-notes.adoc[8.3.1 - 2025-12-17]
1213

0 commit comments

Comments
 (0)