diff --git a/antora.yml b/antora.yml index febb9ed29a..3a5f74aec9 100644 --- a/antora.yml +++ b/antora.yml @@ -28,7 +28,7 @@ asciidoc: # product variables productname: TinyMCE productmajorversion: 8 - productminorversion: '8.7' + productminorversion: '8.8' ##### product name in codeblock prodnamecode: tinymce #### more names diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 470e7a3a4e..abac22e477 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -420,6 +420,10 @@ ** xref:tinymce-and-cors.adoc[Cross-Origin Resource Sharing (CORS)] * Release information ** xref:release-notes.adoc[Release notes for {productname}] +*** {productname} 8.8.1 +**** xref:8.8.1-release-notes.adoc#overview[Overview] +**** xref:8.8.1-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes] +**** xref:8.8.1-release-notes.adoc#bug-fixes[Bug fixes] *** {productname} 8.8.0 **** xref:8.8.0-release-notes.adoc#overview[Overview] **** xref:8.8.0-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes] diff --git a/modules/ROOT/pages/8.8.1-release-notes.adoc b/modules/ROOT/pages/8.8.1-release-notes.adoc new file mode 100644 index 0000000000..eecb893418 --- /dev/null +++ b/modules/ROOT/pages/8.8.1-release-notes.adoc @@ -0,0 +1,58 @@ += {productname} {release-version} +:release-version: 8.8.1 +:navtitle: {productname} {release-version} +:description: Release notes for {productname} {release-version} +:keywords: releasenotes, new, changes, 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, July 22^nd^, 2026. These release notes provide an overview of the changes for {productname} {release-version}, including: + +* xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes] +* xref:bug-fixes[Bug fixes] + + +[[accompanying-premium-plugin-changes]] +== Accompanying Premium plugin changes + +The following premium plugin updates were released alongside {productname} {release-version}. + +=== Suggested Edits + +The {productname} {release-version} release includes an accompanying release of the **Suggested Edits** premium plugin. + +**Suggested Edits** includes the following fix. + +==== Suggestion cards remained dimmed when selected with Show edits turned off +// #TINYMCE-14675 + +Previously, in the Suggested Edits plugin, selecting a suggestion card while the **Show edits** toggle was turned off left the card dimmed rather than showing it as active. This regression, introduced in {productname} 8.1, made it difficult to identify which card was active when reviewing the completed version of the document. + +In {productname} {release-version}, {productname} dims a suggestion card only when it is not the active card. Selecting a card now restores its full appearance even when **Show edits** is turned off, so the active card remains distinguishable during review. + +For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits]. + + +[[bug-fixes]] +== Bug fixes + +{productname} {release-version} also includes the following bug fixes: + +=== The menubar could wrap over multiple rows on narrow viewports, such as at high browser zoom levels, leaving little or no visible space for the editable area. The menubar now scrolls horizontally instead. +// #TINYMCE-14233 + +Previously, on narrow viewports, such as at high browser zoom levels, the menubar could wrap across multiple rows. In fullscreen mode, this left little or no visible space for the editable area, which made the editor difficult to use at high zoom levels. + +In {productname} {release-version}, the menubar scrolls horizontally on narrow viewports instead of wrapping. The editable area keeps its visible space, and all menus remain reachable by scrolling the menubar. + +=== Applying or removing formatting on a multi-cell table selection incorrectly styled list items in cells that were not selected. +// #TINYMCE-13235 + +Previously, applying or removing inline formatting, such as bold, font color, or font size, across a multi-cell table selection incorrectly styled list items in cells that were not part of the selection. {productname} resolved the affected list items from the overall selection range rather than from the selected cells, so list items in neighboring cells received the formatting. + +In {productname} {release-version}, {productname} resolves the affected list items from the selected table cells directly. Only the list items within the selected cells now receive the formatting, and list items in unselected cells remain unchanged. \ No newline at end of file diff --git a/modules/ROOT/pages/changelog.adoc b/modules/ROOT/pages/changelog.adoc index 14c77404ae..3e7d6a359b 100644 --- a/modules/ROOT/pages/changelog.adoc +++ b/modules/ROOT/pages/changelog.adoc @@ -4,6 +4,14 @@ 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.8.1-release-notes.adoc[8.8.1 - 2026-07-22] + +### Fixed +* Applying or removing formatting on a multi-cell table selection incorrectly styled list items in cells that were not selected. +// #TINY-13235 +* The menubar could wrap over multiple rows on narrow viewports, such as at high browser zoom levels, leaving little or no visible space for the editable area. The menubar now scrolls horizontally instead. +// #TINYMCE-14233 + == xref:8.8.0-release-notes.adoc[8.8.0 - 2026-07-15] ### Improved diff --git a/modules/ROOT/pages/release-notes.adoc b/modules/ROOT/pages/release-notes.adoc index accc4603c0..2e0c8d4f83 100644 --- a/modules/ROOT/pages/release-notes.adoc +++ b/modules/ROOT/pages/release-notes.adoc @@ -8,6 +8,12 @@ This section lists the releases for {productname} {productmajorversion} and the [cols="1,1"] |=== +a| +[.lead] +xref:8.8.1-release-notes.adoc#overview[{productname} 8.8.1] + +Release notes for {productname} 8.8.1 + a| [.lead] xref:8.8.0-release-notes.adoc#overview[{productname} 8.8.0] @@ -116,5 +122,5 @@ xref:8.0-release-notes.adoc#overview[{productname} 8.0.0] Release notes for {productname} 8.0.0 // Uncomment the dummy cell when the number of cells in the table is odd to ensure the table renders correctly. -// a| +a| |===