diff --git a/.api-version b/.api-version index 42ed2d7782..c29b3b5dd8 100644 --- a/.api-version +++ b/.api-version @@ -1 +1 @@ -8.1.1 \ No newline at end of file +8.1.2 \ No newline at end of file diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 806321ad31..e189dcd8be 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -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] diff --git a/modules/ROOT/pages/8.1.2-release-notes.adoc b/modules/ROOT/pages/8.1.2-release-notes.adoc new file mode 100644 index 0000000000..273dafc1ea --- /dev/null +++ b/modules/ROOT/pages/8.1.2-release-notes.adoc @@ -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. diff --git a/modules/ROOT/pages/changelog.adoc b/modules/ROOT/pages/changelog.adoc index c702529f8a..c84f65702c 100644 --- a/modules/ROOT/pages/changelog.adoc +++ b/modules/ROOT/pages/changelog.adoc @@ -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] diff --git a/modules/ROOT/pages/release-notes.adoc b/modules/ROOT/pages/release-notes.adoc index 1526348e5c..c9bee69ac7 100644 --- a/modules/ROOT/pages/release-notes.adoc +++ b/modules/ROOT/pages/release-notes.adoc @@ -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] @@ -39,5 +45,5 @@ xref:8.0-release-notes.adoc#overview[{productname} 8.0.0] Release notes for {productname} 8.0.0 -// a| +a| |===