From 4308118d658cca72d95125dde12094ada32df7f1 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Mon, 3 Nov 2025 16:07:28 +1000 Subject: [PATCH 1/7] DOC-3311: TinyMCE 8.2.1 Documentation Release Documentation and Community Changelog. --- modules/ROOT/pages/8.2.1-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.2.1-release-notes.adoc b/modules/ROOT/pages/8.2.1-release-notes.adoc index 858664947a..5cc0cd2ab5 100644 --- a/modules/ROOT/pages/8.2.1-release-notes.adoc +++ b/modules/ROOT/pages/8.2.1-release-notes.adoc @@ -20,7 +20,7 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[] [[bug-fixes]] == Bug fixes -{productname} {release-version} also includes the following bug fix: +{productname} {release-version} also includes the following bug fixes: === // #TINY-vwxyz1 From 44e64e251e90b4955203d948dcf99c0e27494d68 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Wed, 5 Nov 2025 13:45:43 +1000 Subject: [PATCH 2/7] DOC-3311: The Help Plugin did not contain an entry for the Full Page HTML plugin. (#3904) --- modules/ROOT/pages/8.2.1-release-notes.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/8.2.1-release-notes.adoc b/modules/ROOT/pages/8.2.1-release-notes.adoc index 5cc0cd2ab5..b7b16a3fd3 100644 --- a/modules/ROOT/pages/8.2.1-release-notes.adoc +++ b/modules/ROOT/pages/8.2.1-release-notes.adoc @@ -22,7 +22,7 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[] {productname} {release-version} also includes the following bug fixes: -=== -// #TINY-vwxyz1 +=== The Help Plugin did not contain an entry for the Full Page HTML plugin. +// #TINY-13183 -// CCFR here. \ No newline at end of file +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. \ No newline at end of file From d099adc6a2e53776e3963a1fdbc3b9869804b686 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Wed, 5 Nov 2025 13:59:40 +1000 Subject: [PATCH 3/7] DOC-3311: Resizing the editor's height would add a fixed width value. (#3905) --- modules/ROOT/pages/8.2.1-release-notes.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/ROOT/pages/8.2.1-release-notes.adoc b/modules/ROOT/pages/8.2.1-release-notes.adoc index b7b16a3fd3..e4cbc6d1f7 100644 --- a/modules/ROOT/pages/8.2.1-release-notes.adoc +++ b/modules/ROOT/pages/8.2.1-release-notes.adoc @@ -22,6 +22,13 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[] {productname} {release-version} also includes the following bug fixes: +=== Resizing the editor's height would add a fixed width value. +// #TINY-13138 + +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. + +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. + === The Help Plugin did not contain an entry for the Full Page HTML plugin. // #TINY-13183 From 40ca7212686df97a764f4ab08c4419ee3fd0a6b4 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Wed, 5 Nov 2025 14:03:26 +1000 Subject: [PATCH 4/7] 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 --------- Co-authored-by: Karl Kemister-Sheppard --- modules/ROOT/nav.adoc | 1 + modules/ROOT/pages/8.2.0-release-notes.adoc | 2 +- modules/ROOT/pages/8.2.1-release-notes.adoc | 23 ++++++++++++++++++++- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index e5279062dd..a16f9a9404 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -423,6 +423,7 @@ ** xref:release-notes.adoc[Release notes for {productname}] *** {productname} 8.2.1 **** xref:8.2.1-release-notes.adoc#overview[Overview] +**** xref:8.2.1-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes] **** xref:8.2.1-release-notes.adoc#bug-fixes[Bug fixes] *** {productname} 8.2.0 **** xref:8.2.0-release-notes.adoc#overview[Overview] diff --git a/modules/ROOT/pages/8.2.0-release-notes.adoc b/modules/ROOT/pages/8.2.0-release-notes.adoc index 85c6133f33..a7753b99ac 100644 --- a/modules/ROOT/pages/8.2.0-release-notes.adoc +++ b/modules/ROOT/pages/8.2.0-release-notes.adoc @@ -140,7 +140,7 @@ Previously, certain elements received an additional newline when indented due to 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. -=== The `open` attribute on `
` elements is now normalized to `open="open"` when the accordion plugin is enabled. +=== The `open` attribute on `
` elements is now normalized to `open="open"` when the accordion plugin is enabled. // #TINY-12862 Previously, the `open` attribute on `
` 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. diff --git a/modules/ROOT/pages/8.2.1-release-notes.adoc b/modules/ROOT/pages/8.2.1-release-notes.adoc index e4cbc6d1f7..0eba33a22b 100644 --- a/modules/ROOT/pages/8.2.1-release-notes.adoc +++ b/modules/ROOT/pages/8.2.1-release-notes.adoc @@ -14,8 +14,29 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[] {productname} {release-version} was released for {enterpriseversion} and {cloudname} on ,
^^, . These release notes provide an overview of the changes for {productname} {release-version}, including: // Remove sections and section boilerplates as necessary. +* xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes] * xref:bug-fixes[Bug fixes] +== Accompanying Premium plugin changes + +The following premium plugin updates were released alongside {productname} {release-version}. + +=== PowerPaste + +The {productname} {release-version} release includes an accompanying release of the **PowerPaste** premium plugin. + +**The PowerPaste plugin** includes the following fix. + +==== Dragging an element over the editor would cause it to jump unexpectedly on some versions of Chrome with the PowerPaste plugin. +// #TINY-13196 + +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. + +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. + +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. + +For information on the **PowerPaste** plugin, see: xref:introduction-to-powerpaste.adoc[PowerPaste plugin]. [[bug-fixes]] == Bug fixes @@ -32,4 +53,4 @@ In {productname} {release-version}, this issue has been resolved. The editor's w === The Help Plugin did not contain an entry for the Full Page HTML plugin. // #TINY-13183 -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. \ No newline at end of file +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. From 900883273cfc5f4b517ce3f44843d26045aeb836 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Wed, 5 Nov 2025 15:54:00 +1000 Subject: [PATCH 5/7] Added changelog entiries. --- modules/ROOT/pages/changelog.adoc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/changelog.adoc b/modules/ROOT/pages/changelog.adoc index f2096ebd21..101693fbbc 100644 --- a/modules/ROOT/pages/changelog.adoc +++ b/modules/ROOT/pages/changelog.adoc @@ -4,6 +4,14 @@ 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]. +== xref:8.2.1-release-notes.adoc[8.2.1 - 2025-11-06] + +### Fixed +* Resizing the editor's height would add a fixed width value. +// #TINY-13138 +* Help Plugin did not contain an entry for the Fullpage HTML plugin. +// #TINY-13183 + == xref:8.2.0-release-notes.adoc[8.2.0 - 2025-10-23] ### Improved @@ -13,7 +21,7 @@ NOTE: This is the {productname} Community version changelog. For information abo ### Fixed * UI elements like focus outlines and placeholders would be visible after printing. // #TINY-12584 -* The `open` attribute on `
` elements is now normalized to `open="open"` when the accordion plugin is enabled. +* The `open` attribute on `
` elements is now normalized to `open="open"` when the accordion plugin is enabled. //#TINY-12862 * Tooltips on toolbar buttons sometimes remained visible if the button icon was updated while hovered. // #TINY-12289 From 37be4a2f83c625ad7500a592c844796a036fd581 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Thu, 6 Nov 2025 09:22:39 +1000 Subject: [PATCH 6/7] Updated release date in release notes. --- modules/ROOT/pages/8.2.1-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.2.1-release-notes.adoc b/modules/ROOT/pages/8.2.1-release-notes.adoc index 0eba33a22b..8ac82820de 100644 --- a/modules/ROOT/pages/8.2.1-release-notes.adoc +++ b/modules/ROOT/pages/8.2.1-release-notes.adoc @@ -11,7 +11,7 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[] [[overview]] == Overview -{productname} {release-version} was released for {enterpriseversion} and {cloudname} on ,
^^, . These release notes provide an overview of the changes for {productname} {release-version}, including: +{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: // Remove sections and section boilerplates as necessary. * xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes] From 7277df44040045ba8fc67025f2b7732b6d347c46 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Thu, 6 Nov 2025 11:22:22 +1000 Subject: [PATCH 7/7] API version bump. --- .api-version | 2 +- modules/ROOT/pages/8.2.1-release-notes.adoc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.api-version b/.api-version index 88dee361c3..797ed2e270 100644 --- a/.api-version +++ b/.api-version @@ -1 +1 @@ -8.2.0 \ No newline at end of file +8.2.1 \ No newline at end of file diff --git a/modules/ROOT/pages/8.2.1-release-notes.adoc b/modules/ROOT/pages/8.2.1-release-notes.adoc index 8ac82820de..78818183ef 100644 --- a/modules/ROOT/pages/8.2.1-release-notes.adoc +++ b/modules/ROOT/pages/8.2.1-release-notes.adoc @@ -13,7 +13,6 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[] {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: -// Remove sections and section boilerplates as necessary. * xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes] * xref:bug-fixes[Bug fixes]