Skip to content

Commit a5d2305

Browse files
authored
DOC-2224: TinyMCE 6.8.2 community release. (#3024)
* DOC-2224: Added 6.8.2-specific entry to . * Update modules/ROOT/pages/changelog.adoc * Update changelog.md * DOC-2224: api version bump.
1 parent 102fd93 commit a5d2305

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.api-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.8.1
1+
6.8.2

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/
88

99
- DOC-2230: add new `How to fix invalid API key in TinyMCE` page to `tinymce/docs` project.
1010

11+
### 2023-12-11
12+
13+
- DOC-2180: Added 6.8.2-specific entry to `changelog.adoc`.
14+
1115
### 2023-12-06
1216

1317
- DOC-2181: add `new feature` documentation for TINY-10290 to the 6.8.1 release notes.

modules/ROOT/pages/changelog.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
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].
66

7+
== 6.8.2 - 2023-12-11
8+
9+
=== Fixed
10+
* Bespoke select toolbar buttons including `fontfamily`, `fontsize`, `blocks`, and `styles` incorrectly used plural words in their accessible names.
11+
* The `align` bespoke select toolbar button had an accessible name that was misleading and grammatically incorrect in certain cases.
12+
* Accessible names of bespoke select toolbar buttons including `align`,`fontfamily`, `fontsize`, `blocks`, and `styles` were incorrectly translated.
13+
* Clicking inside table cells with heavily nested content could cause the browser to hang.
14+
* Toggling a list that contains an LI element having another list as its first child would remove the remaining content within that LI element.
15+
716
== 6.8.1 - 2023-11-29
817

918
=== Improved

0 commit comments

Comments
 (0)