Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .api-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.1.0
8.1.1
2 changes: 1 addition & 1 deletion antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ asciidoc:
# product variables
productname: TinyMCE
productmajorversion: 8
productminorversion: '8.1.0'
productminorversion: '8.1'
##### product name in codeblock
prodnamecode: tinymce
#### more names
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.1
**** xref:8.1.1-release-notes.adoc#overview[Overview]
**** xref:8.1.1-release-notes.adoc#bug-fixes[Bug fix]
*** {productname} 8.1.0
**** xref:8.1.0-release-notes.adoc#overview[Overview]
**** xref:8.1.0-release-notes.adoc#new-premium-plugin[New Premium plugin]
Expand Down
25 changes: 25 additions & 0 deletions modules/ROOT/pages/8.1.1-release-notes.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
= {productname} {release-version}
:release-version: 8.1.1
:navtitle: {productname} {release-version}
:description: Release notes for {productname} {release-version}
:keywords: releasenotes, bugfixes
:page-toclevels: 1

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


[[overview]]
== Overview

{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:

* xref:bug-fix[Bug fix]


[[bug-fix]]
== Bug fix

=== Reset rules for CSS were not applying correctly.
// #TINY-12920

{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.
6 changes: 6 additions & 0 deletions modules/ROOT/pages/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
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.1-release-notes.adoc[8.1.1 - 2025-09-17]

### Fixed
* Reset rules for CSS were not applying correctly.
// #TINY-12920

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

### Improved
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.1.1-release-notes.adoc#overview[{productname} 8.1.1]

Release notes for {productname} 8.1.1

a|
[.lead]
xref:8.1.0-release-notes.adoc#overview[{productname} 8.1.0]
Expand Down