Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asciidoc:
companyurl: https://www.tiny.cloud
cdnurl: https://cdn.tiny.cloud/1/no-api-key/tinymce/8/tinymce.min.js
tdcdnurl: https://cdn.tiny.cloud/1/_your_api_key_/tinydrive/8/tinydrive.min.js
tinymce_live_demo_url: https://cdn.tiny.cloud/1/qagffr3pkuv17a8on1afax661irst1hbr4e6tbv888sz91jc/tinymce/8/tinymce.min.js
tinymce_live_demo_url: https://cdn.tiny.cloud/1/qagffr3pkuv17a8on1afax661irst1hbr4e6tbv888sz91jc/tinymce/8-testing/tinymce.min.js
tinydrive_live_demo_url: https://cdn.tiny.cloud/1/qagffr3pkuv17a8on1afax661irst1hbr4e6tbv888sz91jc/tinydrive/8/tinydrive.min.js
webcomponent_url: https://cdn.jsdelivr.net/npm/@tinymce/tinymce-webcomponent/dist/tinymce-webcomponent.min.js
jquery_url: https://cdn.jsdelivr.net/npm/@tinymce/tinymce-jquery@2/dist/tinymce-jquery.min.js
Expand Down
3 changes: 3 additions & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,9 @@
** xref:tinymce-and-cors.adoc[Cross-Origin Resource Sharing (CORS)]
* Release information
** xref:release-notes.adoc[Release notes for {productname}]
*** {productname} 8.1.2
**** xref:8.1.2-release-notes.adoc#overview[Overview]
**** xref:8.1.2-release-notes.adoc#bug-fix[Bug fix]
*** {productname} 8.1.1
**** xref:8.1.1-release-notes.adoc#overview[Overview]
**** xref:8.1.1-release-notes.adoc#bug-fixes[Bug fix]
Expand Down
25 changes: 25 additions & 0 deletions modules/ROOT/pages/8.1.2-release-notes.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
= {productname} {release-version}
:release-version: 8.1.2
:navtitle: {productname} {release-version}
:description: Release notes for {productname} {release-version}
:keywords: releasenotes, bugfix
:page-toclevels: 1

include::partial$misc/admon-releasenotes-for-stable.adoc[]


[[overview]]
== Overview

{productname} {release-version} was released for {enterpriseversion} and {cloudname} on Thursday, September 18^th^, 2025. These release notes provide an overview of the changes for {productname} {release-version}, including:

* xref:bug-fix[Bug fix]


[[bug-fix]]
== Bug fix

=== Sidebar UI for comments was not rendering correctly
// #TINY-12925

In {productname} {release-version}, an issue was resolved where the sidebar UI for comments did not render as intended due to incorrect styling. The affected interface appeared visually inconsistent. This problem was caused by CSS class precedence preventing the correct styles from being applied. The update adjusts the styling hierarchy to ensure the appropriate CSS is applied, resulting in the sidebar UI now rendering correctly and providing the intended user experience.
5 changes: 5 additions & 0 deletions modules/ROOT/pages/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

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.1.2-release-notes.adoc[8.1.2 - 2025-09-18]

### Fixed
* Sidebar UI for comments was not rendering correctly. The UI wasn't styled correctly so it didn't look what one would expect. We changed the precedence of some classes so that the CSS was applied correctly. The UI now looks more correct.
// #TINY-12925

== xref:8.1.1-release-notes.adoc[8.1.1 - 2025-09-17]

Expand Down
8 changes: 7 additions & 1 deletion 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.1.2-release-notes.adoc#overview[{productname} 8.1.2]

Release notes for {productname} 8.1.2

a|
[.lead]
xref:8.1.1-release-notes.adoc#overview[{productname} 8.1.1]
Expand Down Expand Up @@ -39,5 +45,5 @@ xref:8.0-release-notes.adoc#overview[{productname} 8.0.0]

Release notes for {productname} 8.0.0

// a|
a|
|===