Skip to content

Commit efcabac

Browse files
kemister85Farzad Hayat
andauthored
DOC-2241: TinyMCE 6.8.3 release notes (#3048)
* DOC-2241: added 6.8.3-release-notes.adoc to project. * DOC-2241: added fix documentation for TINY-10449, TINY-10451 and TINY-10335. * Update modules/ROOT/nav.adoc Co-authored-by: Farzad Hayat <[email protected]> * DOC-2241: add Accompanying Premium self-hosted server-side component changes. * Update modules/ROOT/pages/6.8.3-release-notes.adoc * Update changelog.md * Update modules/ROOT/pages/6.8.3-release-notes.adoc * Update modules/ROOT/pages/6.8.3-release-notes.adoc --------- Co-authored-by: Farzad Hayat <[email protected]>
1 parent 12a5d49 commit efcabac

File tree

4 files changed

+149
-0
lines changed

4 files changed

+149
-0
lines changed

changelog.md

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

77
### Unreleased
88

9+
### 2024-02-08
10+
11+
- DOC-2241: added `6.8.3-release-notes.adoc` to project; updated `changelog.adoc`, `nav.adoc` and `release-notes.adoc` for the TinyMCE 6.8.3 release.
912
### 2024-02-05
1013

1114
- DOC-2276: updates to `cloud-troubleshooting.adoc` with new `read-only` ref and links to `invalid-api-key.adoc` page.

modules/ROOT/nav.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,12 @@
406406
** xref:tinymce-and-cors.adoc[Cross-Origin Resource Sharing (CORS)]
407407
* Release information
408408
** xref:release-notes.adoc[Release notes for TinyMCE 6]
409+
*** TinyMCE 6.8.3
410+
**** xref:6.8.3-release-notes.adoc#overview[Overview]
411+
**** xref:6.8.3-release-notes.adoc#accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes]
412+
**** xref:6.8.3-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
413+
**** xref:6.8.3-release-notes.adoc#bug-fixes[Bug fixes]
414+
**** xref:6.8.3-release-notes.adoc#security-fix[Security fix]
409415
*** TinyMCE 6.8.2
410416
**** xref:6.8.2-release-notes.adoc#overview[Overview]
411417
**** xref:6.8.2-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
= TinyMCE 6.8.3
2+
:navtitle: TinyMCE 6.8.3
3+
:description: Release notes for TinyMCE 6.8.3
4+
:keywords: releasenotes, new, changes, bugfixes
5+
:page-toclevels: 1
6+
7+
include::partial$misc/admon-releasenotes-for-stable.adoc[]
8+
9+
[[overview]]
10+
== Overview
11+
12+
{productname} 6.8.3 was released for {enterpriseversion} and {cloudname} on Wednesday, February 08^th^, 2024. These release notes provide an overview of the changes for {productname} 6.8.3, including:
13+
14+
* xref:accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes]
15+
* xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
16+
* xref:bug-fixes[Bug fixes]
17+
* xref:security-fixes[Security fixes]
18+
19+
[[accompanying-premium-self-hosted-server-side-component-changes]]
20+
== Accompanying Premium self-hosted server-side component changes
21+
22+
The {productname} 6.8.3 release includes accompanying changes affecting the {productname} **self-hosted** services for the following plugins:
23+
24+
* **Enhanced Media Embed** plugin `mediaembed`.
25+
* **Export** plugin `export`.
26+
* **Enhanced Image Editing** plugin `editimage`.
27+
* **Link Checker** plugin `linkchecker`.
28+
* **Spell Checker Pro** plugin `tinymcespellchecker`.
29+
* **Spelling Autocorrect** plugin `autocorrect`.
30+
31+
For information on:
32+
33+
* The **Enhanced Media Embed** plugin, see: xref:introduction-to-mediaembed.adoc[Enhanced Media Embed plugin].
34+
* The **Export** plugin, see: xref:export.adoc[Export plugin].
35+
* The **Enhanced Image Editing** plugin, see: xref:editimage.adoc[Enhanced Image Editing plugin].
36+
* The **Link Checker** plugin, see: xref:linkchecker.adoc[Link Checker plugin].
37+
* The **Spell Checker Pro** plugin, see: xref:introduction-to-tiny-spellchecker.adoc[Spell Checker Pro plugin].
38+
* The **Spelling Autocorrect** plugin, see: xref:autocorrect.adoc[Spelling Autocorrect plugin].
39+
* Deploying the **server-side** components, see: xref:introduction-to-premium-selfhosted-services.adoc[Server-side component installation].
40+
41+
The Java server-side components have been updated to the following versions:
42+
43+
* `ephox-hyperlinking.war`: 2.105.24
44+
* `ephox-image-proxy.war`: 2.106.11
45+
* `ephox-spelling.war`: 2.118.19
46+
47+
48+
=== Updating the self-hosted server-side components
49+
50+
The new versions of the server-side services provide updates for the Java-based server-side components. To deploy the updated version of the server-side components:
51+
52+
. Update your Java Application Server to the minimum required version:
53+
54+
include::partial$misc/supported-application-servers.adoc[]
55+
56+
. Replace the existing server-side `.war` files with the `.war` files bundled with {productname} 6.8.3 or later.
57+
58+
For information on:
59+
60+
* Deploying the server-side components, see: xref:introduction-to-premium-selfhosted-services.adoc[Server-side component installation].
61+
* Deploying the server-side components using Docker, see: xref:bundle-intro-setup.adoc[Containerized service deployments].
62+
63+
include::partial$misc/admon-no-functionality-changes-in-updated-server-side-components.adoc[]
64+
65+
66+
[[accompanying-premium-plugin-changes]]
67+
== Accompanying Premium plugin changes
68+
69+
The following premium plugin updates were released alongside {productname} 6.8.3.
70+
71+
=== PowerPaste 6.2.5
72+
73+
The {productname} 6.8.3 release includes an accompanying release of the **PowerPaste** premium plugin.
74+
75+
**PowerPaste** 6.2.5 includes the following fix.
76+
77+
==== PowerPaste would sometimes consider a shape or a picture to be an equation when it is not.
78+
//#TINY-10449
79+
80+
In previous versions of **PowerPaste**, users encountered an issue while copying/pasting content from a Microsoft Word document when **PowerPaste** Plugin was enabled in the editors configuration.
81+
82+
As a consequence, if the copied content contained images and equations, the images would not appear in the expected locations on paste.
83+
84+
**PowerPaste** 6.2.5 addresses this issue, by enhancing the image and equation detection logic.
85+
86+
As a result, images now appear in their correct locations as expected.
87+
88+
[NOTE]
89+
The current version of **PowerPaste** does not currently support equations within {productname}.
90+
91+
For information on the **PowerPaste** plugin, see: xref:introduction-to-powerpaste.adoc[PowerPaste].
92+
93+
94+
[[bug-fixes]]
95+
== Bug fixes
96+
97+
{productname} 6.8.3 also includes the following bug fixes:
98+
99+
=== `ShadowDOM` skin was not loaded properly when used with js bundling feature.
100+
//#TINY-10451
101+
102+
When using the js bundling feature with the `ShadowDom` skin, the editor would not load the skin properly.
103+
104+
As a consequence, any editor bundled with this specific setup would result in the editor loading without displaying the toolbar.
105+
106+
{productname} 6.8.3 addresses this issue, now, during the loading process the `ShadowDOM` skin is correctly used when using the js bundling feature.
107+
108+
As a result, the editor loads properly and the toolbar appears as expected.
109+
110+
=== The floating toolbar would not be fully visible when the editor was placed inside a scrollable container.
111+
//#TINY-10335
112+
113+
Previously, when the editor was configured to be set within a scrollable container, and the `ui_mode: 'split'` is set, the floating toolbar was obscured when the user switched to fullscreen.
114+
115+
As a consequence, the floating toolbar UI was not completely visible when switching to fullscreen.
116+
117+
{productname} 6.8.3 addresses this, now, when the container containing the editor UI elements are set to a `fixed` css position when the editor is switched to fullscreen.
118+
119+
As a result, the toolbar is now no longer obscured when switching to fullscreen.
120+
121+
[[security-fixes]]
122+
== Security fixes
123+
124+
{productname} 6.8.3 includes one fix for the following security issue:
125+
126+
The following server-side component has been updated to include dependency updates addressing the following security issues.
127+
128+
* https://nvd.nist.gov/vuln/detail/CVE-2023-6378[CVE-2023-6378]
129+
130+
This update is considered as a High severity vulnerability fix.
131+
132+
For information on the server-side components updates, see: xref:#accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes].
133+
134+
include::partial$misc/admon-no-functionality-changes-in-updated-server-side-components.adoc[]

modules/ROOT/pages/release-notes.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ This section lists the releases for {productname} 6 and the changes made in each
99
[cols="1,1"]
1010
|===
1111

12+
a|
13+
[.lead]
14+
xref:6.8.3-release-notes.adoc#overview[{productname} 6.8.3]
15+
16+
Release notes for {productname} 6.8.3
17+
1218
a|
1319
[.lead]
1420
xref:6.8.2-release-notes.adoc#overview[{productname} 6.8.2]

0 commit comments

Comments
 (0)