Skip to content

Commit 46a946b

Browse files
authored
DOC-3287: TinyMCE 8.1.1 Documentation Release and Community Changelog. (#3863)
1 parent c77eafc commit 46a946b

File tree

6 files changed

+42
-2
lines changed

6 files changed

+42
-2
lines changed

.api-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.1.0
1+
8.1.1

antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ asciidoc:
2626
# product variables
2727
productname: TinyMCE
2828
productmajorversion: 8
29-
productminorversion: '8.1.0'
29+
productminorversion: '8.1'
3030
##### product name in codeblock
3131
prodnamecode: tinymce
3232
#### more names

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.1
419+
**** xref:8.1.1-release-notes.adoc#overview[Overview]
420+
**** xref:8.1.1-release-notes.adoc#bug-fixes[Bug fix]
418421
*** {productname} 8.1.0
419422
**** xref:8.1.0-release-notes.adoc#overview[Overview]
420423
**** xref:8.1.0-release-notes.adoc#new-premium-plugin[New Premium plugin]
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.1
3+
:navtitle: {productname} {release-version}
4+
:description: Release notes for {productname} {release-version}
5+
:keywords: releasenotes, bugfixes
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 Wednesday, September 17^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+
=== Reset rules for CSS were not applying correctly.
23+
// #TINY-12920
24+
25+
{productname} {release-version} fixes an issue where CSS reset rules were not applied correctly to the editor UI. On pages using site-wide reset styles or generic element selectors, external CSS could override the editor's interface styles, leading to visual inconsistencies and, in some cases, a broken editor layout. This release reverts problematic internal CSS so that the reset rules are applied as intended, preventing conflicts with existing page styles and ensuring the editor UI renders reliably across integrations.

modules/ROOT/pages/changelog.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
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

77

8+
== xref:8.1.1-release-notes.adoc[8.1.1 - 2025-09-17]
9+
10+
### Fixed
11+
* Reset rules for CSS were not applying correctly.
12+
// #TINY-12920
13+
814
== xref:8.1.0-release-notes.adoc[8.1.0 - 2025-09-17]
915

1016
### Improved

modules/ROOT/pages/release-notes.adoc

Lines changed: 6 additions & 0 deletions
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.1-release-notes.adoc#overview[{productname} 8.1.1]
15+
16+
Release notes for {productname} 8.1.1
17+
1218
a|
1319
[.lead]
1420
xref:8.1.0-release-notes.adoc#overview[{productname} 8.1.0]

0 commit comments

Comments
 (0)