Skip to content

Commit 14e2dc2

Browse files
DOC-3315: TinyMCE 8.2.1 Release Documentation. (#3900)
* DOC-3315: TinyMCE 8.2.1 Release Documentation. * Fixed xref links in nav.adoc. * DOC-3311: TinyMCE 8.2.1 Documentation Release and Community Changelog (#3901) * DOC-3311: TinyMCE 8.2.1 Documentation Release Documentation and Community Changelog. * DOC-3311: The Help Plugin did not contain an entry for the Full Page HTML plugin. (#3904) * DOC-3311: Resizing the editor's height would add a fixed width value. (#3905) * DOC-3311: Dragging an element over the editor would cause it to jump unexpectedly on some versions of Chrome with the PowerPaste plugin. (#3903) * DOC-3311: Dragging an element over the editor would cause it to jump unexpectedly on some versions of Chrome with the PowerPaste plugin. * Moved release note entry into accompanying premimum plugin changes section. * Update modules/ROOT/pages/8.2.1-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <[email protected]> --------- Co-authored-by: Karl Kemister-Sheppard <[email protected]> * Added changelog entiries. * Updated release date in release notes. * API version bump. --------- Co-authored-by: Karl Kemister-Sheppard <[email protected]> --------- Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent f2e697c commit 14e2dc2

File tree

5 files changed

+70
-3
lines changed

5 files changed

+70
-3
lines changed

.api-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.2.0
1+
8.2.1

modules/ROOT/nav.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,10 @@
421421
** xref:tinymce-and-cors.adoc[Cross-Origin Resource Sharing (CORS)]
422422
* Release information
423423
** xref:release-notes.adoc[Release notes for {productname}]
424+
*** {productname} 8.2.1
425+
**** xref:8.2.1-release-notes.adoc#overview[Overview]
426+
**** xref:8.2.1-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
427+
**** xref:8.2.1-release-notes.adoc#bug-fixes[Bug fixes]
424428
*** {productname} 8.2.0
425429
**** xref:8.2.0-release-notes.adoc#overview[Overview]
426430
**** xref:8.2.0-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Previously, certain elements received an additional newline when indented due to
141141

142142
Previously, UI elements such as focus outlines and placeholder text were rendered in printed versions of the editor content, resulting in unwanted visual artifacts in printed documents. This behavior caused confusion and reduced the professional appearance of printed materials. To address this issue, printing-specific styles were introduced to automatically hide all UI-related elements within the editor content during printing. As a result, printed output now includes only the intended content, ensuring clean and consistent presentation across all printouts.
143143

144-
=== The `open` attribute on `<details>` elements is now normalized to `open="open"` when the accordion plugin is enabled.
144+
=== The `open` attribute on `<details>` elements is now normalized to `open="open"` when the accordion plugin is enabled.
145145
// #TINY-12862
146146

147147
Previously, the `open` attribute on `<details>` elements was inconsistently defined when used with the accordion plugin. In some cases, the attribute appeared as `+open="true"+`, while toggling through the plugin converted it to `+open="open"+`. This inconsistency caused issues when loading externally created content that contained multiple open accordions with different attribute values, leading to mismatched accordion states.
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
= {productname} {release-version}
2+
:release-version: 8.2.1
3+
:navtitle: {productname} {release-version}
4+
:description: Release notes for {productname} {release-version}
5+
:keywords: releasenotes, bugfixes
6+
:page-toclevels: 1
7+
8+
include::partial$misc/admon-releasenotes-for-stable.adoc[]
9+
10+
11+
[[overview]]
12+
== Overview
13+
14+
{productname} {release-version} was released for {enterpriseversion} and {cloudname} on Thursday, November 6^th^, 2025. These release notes provide an overview of the changes for {productname} {release-version}, including:
15+
16+
* xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
17+
* xref:bug-fixes[Bug fixes]
18+
19+
== Accompanying Premium plugin changes
20+
21+
The following premium plugin updates were released alongside {productname} {release-version}.
22+
23+
=== PowerPaste
24+
25+
The {productname} {release-version} release includes an accompanying release of the **PowerPaste** premium plugin.
26+
27+
**The PowerPaste plugin** includes the following fix.
28+
29+
==== Dragging an element over the editor would cause it to jump unexpectedly on some versions of Chrome with the PowerPaste plugin.
30+
// #TINY-13196
31+
32+
In {productname} xref:8.2.0-release-notes.adoc#the-editor-would-upon-gaining-focus-scroll-to-the-center-of-the-editor-on-some-browsers-if-the-top-of-the-editor-was-out-of-frame[8.2.0], an issue was resolved where the editor would unexpectedly scroll in certain situations. This behavior originated from a workaround for a Chromium bug, which caused the editor to scroll when the top of the editor was out of frame.
33+
34+
While this issue was addressed for the core editor behavior in that release, the same problem persisted in the xref:introduction-to-powerpaste.adoc[PowerPaste] plugin, resulting in similar unexpected scrolling.
35+
36+
In {productname} {release-version}, this issue has now been fully resolved for PowerPaste as well. The editor no longer scrolls unexpectedly when using the PowerPaste plugin.
37+
38+
For information on the **PowerPaste** plugin, see: xref:introduction-to-powerpaste.adoc[PowerPaste plugin].
39+
40+
[[bug-fixes]]
41+
== Bug fixes
42+
43+
{productname} {release-version} also includes the following bug fixes:
44+
45+
=== Resizing the editor's height would add a fixed width value.
46+
// #TINY-13138
47+
48+
Previously, an issue was identified where the editor’s width styles were overwritten when resizing the editor. This caused the width styles to break, resulting in the editor having a fixed width value instead of adapting to the container’s width.
49+
50+
In {productname} {release-version}, this issue has been resolved. The editor's width is no longer overwritten after resizing when the xref:editor-size-options.adoc#resize[resize option] is set to `true`. Now, resizing only affects the width when the resize option is set to `both`. This ensures that only the necessary styles are applied during editor resizing, preserving other styles and allowing the resize behavior to function as expected.
51+
52+
=== The Help Plugin did not contain an entry for the Full Page HTML plugin.
53+
// #TINY-13183
54+
55+
Prior to the {release-version} release, the xref:fullpagehtml.adoc[Full Page HTML] plugin was not included in the plugin list displayed in the xref:help.adoc[Help plugin] dialog. This has now been corrected, and the Help plugin dialog properly lists the plugin.

modules/ROOT/pages/changelog.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
NOTE: This is the {productname} Community version changelog. For information about the latest {cloudname} or {enterpriseversion} Release, see: xref:release-notes.adoc[{productname} Release Notes].
66

7+
== xref:8.2.1-release-notes.adoc[8.2.1 - 2025-11-06]
8+
9+
### Fixed
10+
* Resizing the editor's height would add a fixed width value.
11+
// #TINY-13138
12+
* Help Plugin did not contain an entry for the Fullpage HTML plugin.
13+
// #TINY-13183
14+
715
== xref:8.2.0-release-notes.adoc[8.2.0 - 2025-10-23]
816

917
### Improved
@@ -13,7 +21,7 @@ NOTE: This is the {productname} Community version changelog. For information abo
1321
### Fixed
1422
* UI elements like focus outlines and placeholders would be visible after printing.
1523
// #TINY-12584
16-
* The `open` attribute on `<details>` elements is now normalized to `open="open"` when the accordion plugin is enabled.
24+
* The `open` attribute on `<details>` elements is now normalized to `open="open"` when the accordion plugin is enabled.
1725
//#TINY-12862
1826
* Tooltips on toolbar buttons sometimes remained visible if the button icon was updated while hovered.
1927
// #TINY-12289

0 commit comments

Comments
 (0)