diff --git a/.api-version b/.api-version index 23863d3def..295ec490e5 100644 --- a/.api-version +++ b/.api-version @@ -1 +1 @@ -6.8.1 \ No newline at end of file +6.8.2 \ No newline at end of file diff --git a/changelog.md b/changelog.md index 9acd7d7845..a4ecfb1903 100644 --- a/changelog.md +++ b/changelog.md @@ -14,6 +14,10 @@ The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/ - DOC-2230: add new `How to fix invalid API key in TinyMCE` page to `tinymce/docs` project. +### 2023-12-11 + +- DOC-2180: Added 6.8.2-specific entry to `changelog.adoc`. + ### 2023-12-06 - DOC-2181: add `new feature` documentation for TINY-10290 to the 6.8.1 release notes. diff --git a/modules/ROOT/pages/changelog.adoc b/modules/ROOT/pages/changelog.adoc index ec949812f4..ca3cc82d9d 100644 --- a/modules/ROOT/pages/changelog.adoc +++ b/modules/ROOT/pages/changelog.adoc @@ -4,6 +4,15 @@ 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]. +== 6.8.2 - 2023-12-11 + +=== Fixed +* Bespoke select toolbar buttons including `fontfamily`, `fontsize`, `blocks`, and `styles` incorrectly used plural words in their accessible names. +* The `align` bespoke select toolbar button had an accessible name that was misleading and grammatically incorrect in certain cases. +* Accessible names of bespoke select toolbar buttons including `align`,`fontfamily`, `fontsize`, `blocks`, and `styles` were incorrectly translated. +* Clicking inside table cells with heavily nested content could cause the browser to hang. +* Toggling a list that contains an LI element having another list as its first child would remove the remaining content within that LI element. + == 6.8.1 - 2023-11-29 === Improved