Skip to content

Commit ff0fe41

Browse files
DOC-3149: TinyMCE 7.7.1 Release Documentation. (#3636)
* DOC-3149: TinyMCE 7.7.1 Release Documentation. * DOC-3150: TinyMCE 7.7.1 Release Documentation and Community Changelog. (#3637) * DOC-3150: TinyMCE 7.7.1 Release Documentation and Community Changelog. * DOC-3150: Skin UI content CSS was truncated when bundling, causing CSS styles to be missing. (#3638) * DOC-3150: Skin UI content CSS was truncated when bundling, causing CSS styles to be missing. * Update modules/ROOT/pages/7.7.1-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard <[email protected]> --------- Co-authored-by: Karl Kemister-Sheppard <[email protected]> * Update modules/ROOT/pages/7.7.1-release-notes.adoc * Updated changelog with 7.7.1 entries. * DOC-3150: Context forms used to disappear if their input were disabled in the `onSetup` API (#3644) * DOC-3150: Update release notes for 7.7.1 to include security fixes and accompanying changes. * DOC-3150: update nav.adoc file to include server-side changes. * Update modules/ROOT/pages/7.7.1-release-notes.adoc * Removed headings that are not needed. --------- Co-authored-by: Karl Kemister-Sheppard <[email protected]> --------- Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent 1b8c3de commit ff0fe41

File tree

6 files changed

+118
-6
lines changed

6 files changed

+118
-6
lines changed

modules/ROOT/nav.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,11 @@
419419
** xref:tinymce-and-cors.adoc[Cross-Origin Resource Sharing (CORS)]
420420
* Release information
421421
** xref:release-notes.adoc[Release notes for {productname}]
422+
*** {productname} 7.7.1
423+
**** xref:7.7.1-release-notes.adoc#overview[Overview]
424+
**** xref:7.7.1-release-notes.adoc#accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes]
425+
**** xref:7.7.1-release-notes.adoc#bug-fixes[Bug fixes]
426+
**** xref:7.7.1-release-notes.adoc#security-fixes[Security fixes]
422427
*** {productname} 7.7.0
423428
**** xref:7.7.0-release-notes.adoc#overview[Overview]
424429
**** xref:7.7.0-release-notes.adoc#accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes]
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
= {productname} {release-version}
2+
:release-version: 7.7.1
3+
:navtitle: {productname} {release-version}
4+
:description: Release notes for {productname} {release-version}
5+
:keywords: releasenotes, bugfixes, security
6+
:page-toclevels: 1
7+
8+
include::partial$misc/admon-releasenotes-for-stable.adoc[]
9+
10+
11+
[[overview]]
12+
== Overview
13+
14+
{productname} {release-version} was released for {enterpriseversion} and {cloudname} on Wednesday, March 05^st^, 2025. These release notes provide an overview of the changes for {productname} {release-version}, including:
15+
16+
* xref:accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes]
17+
* xref:bug-fixes[Bug fixes]
18+
* xref:security-fixes[Security fixes]
19+
20+
[[accompanying-premium-self-hosted-server-side-component-changes]]
21+
== Accompanying Premium self-hosted server-side component changes
22+
23+
The {productname} {release-version} release includes accompanying changes affecting the {productname} **self-hosted** services for the following plugins:
24+
25+
* **Enhanced Media Embed** plugin `mediaembed`.
26+
* **Image Editing** plugin `editimage`.
27+
* **Link Checker** plugin `linkchecker`.
28+
* **Spell Checker** 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 **Image Editing** plugin, see: xref:editimage.adoc[Image Editing plugin].
35+
* The **Link Checker** plugin, see: xref:linkchecker.adoc[Link Checker plugin].
36+
* The **Spell Checker** plugin, see: xref:introduction-to-tiny-spellchecker.adoc[Spell Checkerplugin].
37+
* The **Spelling Autocorrect** plugin, see: xref:autocorrect.adoc[Spelling Autocorrect plugin].
38+
* Deploying the **server-side** components, see: xref:introduction-to-premium-selfhosted-services.adoc[Server-side component installation].
39+
40+
The Java server-side components have been updated to the following versions:
41+
42+
* `ephox-hyperlinking.war`: 2.109.5
43+
* `ephox-image-proxy.war`: 2.111.6
44+
* `ephox-spelling.war`: 2.128.4
45+
46+
=== Updating the self-hosted server-side components
47+
48+
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:
49+
50+
. Update your Java Application Server to the minimum required version:
51+
52+
include::partial$misc/supported-application-servers.adoc[]
53+
54+
. Replace the existing server-side `.war` files with the `.war` files bundled with {productname} {release-version} or later.
55+
56+
For information on:
57+
58+
* Deploying the server-side components, see: xref:introduction-to-premium-selfhosted-services.adoc[Server-side component installation].
59+
* Deploying the server-side components using Docker, see: xref:bundle-intro-setup.adoc[Containerized service deployments].
60+
61+
include::partial$misc/admon-no-functionality-changes-in-updated-server-side-components.adoc[]
62+
63+
[[bug-fixes]]
64+
== Bug fixes
65+
66+
{productname} {release-version} also includes the following bug fixes:
67+
68+
=== Skin UI content CSS was truncated when bundling, causing CSS styles to be missing.
69+
// #TINY-11875
70+
71+
Previously in {productname}, an issue was identified where skin content CSS was truncated during the build process when bundling CSS files into JavaScript resources. This caused invalid styles, leading to partial or complete loss of CSS in the editor UI for self-hosted setups, which resulted in broken styling and reduced usability.
72+
73+
This issue has been resolved in {productname} {release-version}. The bundling process now correctly incorporates CSS styles into the generated JavaScript resources, preventing truncation and ensuring consistent styling across the editor UI.
74+
75+
=== Context forms used to disappear if their input was disabled in the `onSetup` API.
76+
// #TINY-11890
77+
78+
Previously, an issue was identified where disabling a context form's input in the `onSetup` function caused the form to disappear due to focus being set on a non-focusable element.
79+
80+
In {productname} {release-version}, this issue has been resolved by ensuring that the fallback focus is directed to a focusable element. As a result, even when the input is disabled, the focus remains intact, preventing the context form from disappearing.
81+
82+
For more information on the `onSetup` function and context forms, see: xref:contextform.adoc[Context Forms]
83+
84+
[[security-fixes]]
85+
== Security fixes
86+
87+
{productname} {release-version} includes two fixes for the following security issue:
88+
89+
The following server-side component has been updated to include dependency updates addressing the following security issues.
90+
91+
* https://nvd.nist.gov/vuln/detail/CVE-2025-25193[CVE-2025-25193]
92+
* https://nvd.nist.gov/vuln/detail/CVE-2025-24970[CVE-2025-24970]
93+
94+
This update is considered as a **Medium** & *High* severity vulnerability fix.
95+
96+
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].
97+
98+
include::partial$misc/admon-no-functionality-changes-in-updated-server-side-components.adoc[]

modules/ROOT/pages/changelog.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
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+
== xref:7.7.1-release-notes.adoc[7.7.1 - 2025-03-05]
8+
9+
=== Fixed
10+
* Skin UI content CSS was truncated when bundling, causing CSS styles to be missing.
11+
// #TINY-11875
12+
* Context forms used to disappear if their input were disabled on `onSetup`.
13+
// #TINY-11890
14+
715
== xref:7.7.0-release-notes.adoc[7.7.0 - 2025-02-20]
816

917
=== Added

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} 7 and the changes made in each
99
[cols="1,1"]
1010
|===
1111

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

modules/ROOT/pages/support.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ Java Development Kit::
4242
Java (J2EE) Application Servers::
4343
include::partial$misc/supported-application-servers.adoc[]
4444

45-
Operating Systems::
46-
* Windows Server 2008 SP2
47-
* Red Hat Enterprise Linux v6
48-
* Red Hat Enterprise Linux v5
49-
5045
Minimum Hardware Requirements::
5146
* CPU: Dual Core Processor ~ 2Ghz. For higher loads, a quad core or higher is recommended.
5247
* RAM: 4 Gigabytes of RAM available for services

modules/ROOT/partials/misc/supported-application-servers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
* Eclipse Jetty:
2-
** 9.4+
2+
** 9.4+ (with extended support)
33
* WebSphere Application Server (WAS) 8 or later
44
* Apache Tomcat:
55
+

0 commit comments

Comments
 (0)