Skip to content

Commit c0b86fe

Browse files
committed
DOC-3290: TinyMCE 8.1.2 Release Documentation and Community Changelog.
1 parent 2a19da9 commit c0b86fe

File tree

5 files changed

+41
-2
lines changed

5 files changed

+41
-2
lines changed

antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ asciidoc:
1010
companyurl: https://www.tiny.cloud
1111
cdnurl: https://cdn.tiny.cloud/1/no-api-key/tinymce/8/tinymce.min.js
1212
tdcdnurl: https://cdn.tiny.cloud/1/_your_api_key_/tinydrive/8/tinydrive.min.js
13-
tinymce_live_demo_url: https://cdn.tiny.cloud/1/qagffr3pkuv17a8on1afax661irst1hbr4e6tbv888sz91jc/tinymce/8/tinymce.min.js
13+
tinymce_live_demo_url: https://cdn.tiny.cloud/1/qagffr3pkuv17a8on1afax661irst1hbr4e6tbv888sz91jc/tinymce/8-testing/tinymce.min.js
1414
tinydrive_live_demo_url: https://cdn.tiny.cloud/1/qagffr3pkuv17a8on1afax661irst1hbr4e6tbv888sz91jc/tinydrive/8/tinydrive.min.js
1515
webcomponent_url: https://cdn.jsdelivr.net/npm/@tinymce/tinymce-webcomponent/dist/tinymce-webcomponent.min.js
1616
jquery_url: https://cdn.jsdelivr.net/npm/@tinymce/tinymce-jquery@2/dist/tinymce-jquery.min.js

modules/ROOT/nav.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,9 @@
415415
** xref:tinymce-and-cors.adoc[Cross-Origin Resource Sharing (CORS)]
416416
* Release information
417417
** xref:release-notes.adoc[Release notes for {productname}]
418+
*** {productname} 8.1.2
419+
**** xref:8.1.2-release-notes.adoc#overview[Overview]
420+
**** xref:8.1.2-release-notes.adoc#bug-fix[Bug fix]
418421
*** {productname} 8.1.1
419422
**** xref:8.1.1-release-notes.adoc#overview[Overview]
420423
**** xref:8.1.1-release-notes.adoc#bug-fixes[Bug fix]
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
= {productname} {release-version}
2+
:release-version: 8.1.2
3+
:navtitle: {productname} {release-version}
4+
:description: Release notes for {productname} {release-version}
5+
:keywords: releasenotes, bugfix
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, September 18^th^, 2025. These release notes provide an overview of the changes for {productname} {release-version}, including:
15+
16+
* xref:bug-fix[Bug fix]
17+
18+
19+
[[bug-fix]]
20+
== Bug fix
21+
22+
=== Sidebar UI for comments was not rendering correctly
23+
// #TINY-12925
24+
25+
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.

modules/ROOT/pages/changelog.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
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.1.2-release-notes.adoc[8.1.2 - 2025-09-18]
8+
9+
### Fixed
10+
* 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.
11+
// #TINY-12925
712

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

modules/ROOT/pages/release-notes.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ This section lists the releases for {productname} {productmajorversion} and the
99
[cols="1,1"]
1010
|===
1111

12+
a|
13+
[.lead]
14+
xref:8.1.2-release-notes.adoc#overview[{productname} 8.1.2]
15+
16+
Release notes for {productname} 8.1.2
17+
1218
a|
1319
[.lead]
1420
xref:8.1.1-release-notes.adoc#overview[{productname} 8.1.1]
@@ -39,5 +45,5 @@ xref:8.0-release-notes.adoc#overview[{productname} 8.0.0]
3945

4046
Release notes for {productname} 8.0.0
4147

42-
// a|
48+
a|
4349
|===

0 commit comments

Comments
 (0)