Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
154 changes: 154 additions & 0 deletions modules/ROOT/pages/8.2.0-release-notes.adoc
Original file line number Diff line number Diff line change
@@ -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.

// === <Premium plugin name 1> <Premium plugin name 1 version>

// The {productname} 8.2.0 release includes an accompanying release of the **<Premium plugin name 1>** premium plugin.

// **<Premium plugin name 1>** <Premium plugin name 1 version> includes the following <fixes, changes, improvements>.

// ==== <Premium plugin name 1 change 1>
// #TINY-vwxyz1

// CCFR here.

// For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].


[[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<s>:

// === <TINY-vwxyz 1 changelog entry>
// #TINY-vwxyz1

// CCFR here.


[[additions]]
== Additions

{productname} 8.2.0 also includes the following addition<s>:

// === <TINY-vwxyz 1 changelog entry>
// #TINY-vwxyz1

// CCFR here.


[[changes]]
== Changes

{productname} 8.2.0 also includes the following change<s>:

// === <TINY-vwxyz 1 changelog entry>
// #TINY-vwxyz1

// CCFR here.


[[removed]]
== Removed

{productname} 8.2.0 also includes the following removal<s>:

// === <TINY-vwxyz 1 changelog entry>
// #TINY-vwxyz1

// CCFR here.


[[bug-fixes]]
== Bug fixes

{productname} 8.2.0 also includes the following bug fix<es>:

// === <TINY-vwxyz 1 changelog entry>
// #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 <a fix | fixes for the following security issue<s>:

// === <TINY-vwxyz 1 changelog entry>
// #TINY-vwxyz1

// CCFR here.


[[deprecated]]
== Deprecated

{productname} 8.2.0 includes the following deprecation<s>:

// === The `<plugin>` configuration property, `<name>`, 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 <is one | are <number> known issue<s> in {productname} 8.2.0.

// === <TINY-vwxyz 1 changelog entry>
// #TINY-vwxyz1

// CCFR here.
4 changes: 4 additions & 0 deletions modules/ROOT/pages/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions modules/ROOT/pages/release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/partials/misc/supported-versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down