diff --git a/changelog.md b/changelog.md index 075ecd39c1..9acd7d7845 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,12 @@ The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/ ### Unreleased +### 2023-12-13 + +- DOC-2225: added `6.8.2-release-notes.adoc` to project; updated `changelog.adoc`, `nav.adoc` and `release-notes.adoc` for the TinyMCE 6.8.2 release. + +### 2023-12-08 + - DOC-2230: add new `How to fix invalid API key in TinyMCE` page to `tinymce/docs` project. ### 2023-12-06 diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 19a17b7837..f1c21463ad 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -405,6 +405,10 @@ ** xref:tinymce-and-cors.adoc[Cross-Origin Resource Sharing (CORS)] * Release information ** xref:release-notes.adoc[Release notes for TinyMCE 6] +*** TinyMCE 6.8.2 +**** xref:6.8.2-release-notes.adoc#overview[Overview] +**** xref:6.8.2-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes] +**** xref:6.8.2-release-notes.adoc#bug-fixes[Bug fixes] *** TinyMCE 6.8.1 **** xref:6.8.1-release-notes.adoc#overview[Overview] **** xref:6.8.1-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes] diff --git a/modules/ROOT/pages/6.8.2-release-notes.adoc b/modules/ROOT/pages/6.8.2-release-notes.adoc new file mode 100644 index 0000000000..98dfe05b40 --- /dev/null +++ b/modules/ROOT/pages/6.8.2-release-notes.adoc @@ -0,0 +1,66 @@ += TinyMCE 6.8.2 +:navtitle: TinyMCE 6.8.2 +:description: Release notes for TinyMCE 6.8.2 +:keywords: releasenotes, new, changes, bugfixes +:page-toclevels: 1 + +include::partial$misc/admon-releasenotes-for-stable.adoc[] + +[[overview]] +== Overview + +{productname} 6.8.2 was released for {enterpriseversion} and {cloudname} on Wednesday, December 13^th^, 2023. These release notes provide an overview of the changes for {productname} 6.8.2, 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} 6.8.2. + +=== PowerPaste 6.2.4 + +The {productname} 6.8.2 release includes an accompanying release of the **PowerPaste** premium plugin. + +**PowerPaste** 6.2.4 includes the following fix. + +==== `white-space-collapse` CSS property was not correctly supported when pasting from Google Docs. +// #TINY-9967 + +// CCFR here. + + +For information on the **PowerPaste** plugin, see: xref:introduction-to-powerpaste.adoc[PowerPaste]. + + +[[bug-fixes]] +== Bug fixes + +{productname} 6.8.2 also includes the following bug fix: + +=== Bespoke select toolbar buttons including `fontfamily`, `fontsize`, `blocks`, and `styles` incorrectly used plural words in their accessible names. +// #TINY-10426 + +// CCFR here. + +=== The `align` bespoke select toolbar button had an accessible name that was misleading and grammatically incorrect in certain cases. +// #TINY-10435 + +// CCFR here. + +=== Accessible names of bespoke select toolbar buttons including `align`, `fontfamily`, `fontsize`, `blocks`, and `styles` were incorrectly translated. +// #TINY-10426 #TINY-10435 + +// CCFR here. + +=== Clicking inside table cells with heavily nested content could cause the browser to hang. +// #TINY-10380 + +// CCFR here. + +=== Toggling a list that contains an LI element having another list as its first child would remove the remaining content within that LI element. +// #TINY-10414 + +// CCFR here. \ No newline at end of file diff --git a/modules/ROOT/pages/release-notes.adoc b/modules/ROOT/pages/release-notes.adoc index c4d79241b1..7ffe40984f 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} 6 and the changes made in each [cols="1,1"] |=== +a| +[.lead] +xref:6.8.2-release-notes.adoc#overview[{productname} 6.8.2] + +Release notes for {productname} 6.8.2 + a| [.lead] xref:6.8.1-release-notes.adoc#overview[{productname} 6.8.1]