diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index e189dcd8be..53cda02892 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -415,6 +415,18 @@ ** xref:tinymce-and-cors.adoc[Cross-Origin Resource Sharing (CORS)] * Release information ** xref:release-notes.adoc[Release notes for {productname}] +*** {productname} 8.2.0 +**** xref:8.2.0-release-notes.adoc#overview[Overview] +**** xref:8.2.0-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes] +**** xref:8.2.0-release-notes.adoc#accompanying-enhanced-skins-and-icon-packs-changes[Accompanying Enhanced Skins & Icon Packs changes] +**** xref:8.2.0-release-notes.adoc#improvements[Improvements] +**** xref:8.2.0-release-notes.adoc#additions[Additions] +**** xref:8.2.0-release-notes.adoc#changes[Changes] +**** xref:8.2.0-release-notes.adoc#removed[Removed] +**** xref:8.2.0-release-notes.adoc#bug-fixes[Bug fixes] +**** xref:8.2.0-release-notes.adoc#security-fixes[Security fixes] +**** xref:8.2.0-release-notes.adoc#deprecated[Deprecated] +**** xref:8.2.0-release-notes.adoc#known-issues[Known issues] *** {productname} 8.1.2 **** xref:8.1.2-release-notes.adoc#overview[Overview] **** xref:8.1.2-release-notes.adoc#bug-fix[Bug fix] diff --git a/modules/ROOT/pages/8.2.0-release-notes.adoc b/modules/ROOT/pages/8.2.0-release-notes.adoc new file mode 100644 index 0000000000..761b80275c --- /dev/null +++ b/modules/ROOT/pages/8.2.0-release-notes.adoc @@ -0,0 +1,154 @@ += {productname} 8.2.0 +:release-version: 8.2.0 +:navtitle: {productname} 8.2.0 +:description: Release notes for {productname} 8.2.0 +:keywords: releasenotes, new, changes, bugfixes +:page-toclevels: 1 + +include::partial$misc/admon-releasenotes-for-stable.adoc[] + + +[[overview]] +== Overview + +{productname} 8.2.0 was released for {enterpriseversion} and {cloudname} on Wednesday, October 22^nd^, 2025. These release notes provide an overview of the changes for {productname} 8.2.0, including: + +* xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes] +* xref:accompanying-enhanced-skins-and-icon-packs-changes[Accompanying Enhanced Skins & Icon Packs changes] +* xref:improvements[Improvements] +* xref:additions[Additions] +* xref:changes[Changes] +* xref:bug-fixes[Bug fixes] +* xref:security-fixes[Security fixes] +* xref:deprecated[Deprecated] +* xref:known-issues[Known issues] + + +[[accompanying-premium-plugin-changes]] +== Accompanying Premium plugin changes + +The following premium plugin updates were released alongside {productname} 8.2.0. + +// === + +// The {productname} 8.2.0 release includes an accompanying release of the **** premium plugin. + +// **** includes the following . + +// ==== +// #TINY-vwxyz1 + +// CCFR here. + +// For information on the **** plugin, see: xref:.adoc[]. + + +[[accompanying-enhanced-skins-and-icon-packs-changes]] +== Accompanying Enhanced Skins & Icon Packs changes + +The {productname} 8.2.0 release includes an accompanying release of the **Enhanced Skins & Icon Packs**. + +=== Enhanced Skins & Icon Packs + +The **Enhanced Skins & Icon Packs** release includes the following updates: + +The **Enhanced Skins & Icon Packs** were rebuilt to pull in the changes also incorporated into the default {productname} 8.2.0 skin, Oxide. + +For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-and-icon-packs.adoc[Enhanced Skins & Icon Packs]. + + +[[improvements]] +== Improvements + +{productname} 8.2.0 also includes the following improvement: + +// === +// #TINY-vwxyz1 + +// CCFR here. + + +[[additions]] +== Additions + +{productname} 8.2.0 also includes the following addition: + +// === +// #TINY-vwxyz1 + +// CCFR here. + + +[[changes]] +== Changes + +{productname} 8.2.0 also includes the following change: + +// === +// #TINY-vwxyz1 + +// CCFR here. + + +[[removed]] +== Removed + +{productname} 8.2.0 also includes the following removal: + +// === +// #TINY-vwxyz1 + +// CCFR here. + + +[[bug-fixes]] +== Bug fixes + +{productname} 8.2.0 also includes the following bug fix: + +// === +// #TINY-vwxyz1 + +// CCFR here. + +== Accordions were expandable in disabled editors +// #TINY-12315 + +Previously, an issues was identified where accordions remained interactive in disabled editors when the `+disabled+` option was set to `+true+`, allowing users to expand and collapse them revealing the content nested within the accordion. + +This unintended behavior caused inconsistencies, particularly affecting the `autoresize` plugin, which relied on stable editor states. In {release-version}, accordions are no longer expandable when the editor is in disabled mode, ensuring that content cannot be interacted with. This fix restores the intended behavior of {productname}, preventing unexpected resizing issues and reinforcing that disabled editors should not allow user interaction. + + +[[security-fixes]] +== Security fixes + +{productname} 8.2.0 includes : + +// === +// #TINY-vwxyz1 + +// CCFR here. + + +[[deprecated]] +== Deprecated + +{productname} 8.2.0 includes the following deprecation: + +// === The `` configuration property, ``, has been deprecated +// #TINY-vwxyz1 + +// CCFR here. + + +[[known-issues]] +== Known issues + +This section describes issues that users of {productname} 8.2.0 may encounter and possible workarounds for these issues. + +There known issue in {productname} 8.2.0. + +// === +// #TINY-vwxyz1 + +// CCFR here. diff --git a/modules/ROOT/pages/changelog.adoc b/modules/ROOT/pages/changelog.adoc index 2e800a1f0d..e5e3f30baa 100644 --- a/modules/ROOT/pages/changelog.adoc +++ b/modules/ROOT/pages/changelog.adoc @@ -4,6 +4,10 @@ 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.0-release-notes.adoc[8.2.0 - 2025-10-22] + +//TODO + == xref:8.1.2-release-notes.adoc[8.1.2 - 2025-09-18] ### Fixed diff --git a/modules/ROOT/pages/release-notes.adoc b/modules/ROOT/pages/release-notes.adoc index c9bee69ac7..23f9b0591c 100644 --- a/modules/ROOT/pages/release-notes.adoc +++ b/modules/ROOT/pages/release-notes.adoc @@ -9,6 +9,12 @@ This section lists the releases for {productname} {productmajorversion} and the [cols="1,1"] |=== +a| +[.lead] +xref:8.2.0-release-notes.adoc#overview[{productname} 8.2.0] + +Release notes for {productname} 8.2.0 + a| [.lead] xref:8.1.2-release-notes.adoc#overview[{productname} 8.1.2] diff --git a/modules/ROOT/partials/misc/supported-versions.adoc b/modules/ROOT/partials/misc/supported-versions.adoc index 6c92e7fd71..cd0a875b30 100644 --- a/modules/ROOT/partials/misc/supported-versions.adoc +++ b/modules/ROOT/partials/misc/supported-versions.adoc @@ -6,6 +6,7 @@ Supported versions of {productname}: [cols="^,^,^",options="header"] |=== |Version |Release Date |End of Premium Support +|8.2 |2025-10-22 |2027-10-22 |8.0 |2025-07-23 |2027-01-23 |7.9 |2025-05-14 |2026-11-14 |7.8 |2025-04-09 |2026-10-09