You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
{productname} {release-version} was released for {enterpriseversion} and {cloudname} on <weekday>, <month> <DD>^<st|nd|rd|th>^, <YYYY>. These release notes provide an overview of the changes for {productname} {release-version}, including:
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
15
16
-
// Remove sections and section boilerplates as necessary.
17
-
// Pluralise as necessary or remove the placeholder plural marker.
The {productname} {release-version} release includes accompanying changes affecting the {productname} **self-hosted** services for the following plugins:
26
24
27
-
The following premium plugin updates were released alongside {productname} {release-version}.
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`.
28
30
29
-
=== <Premium plugin name 1> <Premium plugin name 1 version>
31
+
For information on:
30
32
31
-
The {productname} {release-version} release includes an accompanying release of the **<Premium plugin name 1>** premium plugin.
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].
32
39
33
-
**<Premium plugin name 1>** <Premium plugin name 1 version> includes the following <fixes, changes, improvements>.
40
+
The Java server-side components have been updated to the following versions:
34
41
35
-
==== <Premium plugin name 1 change 1>
42
+
* `ephox-hyperlinking.war`: 2.109.5
43
+
* `ephox-image-proxy.war`: 2.111.6
44
+
* `ephox-spelling.war`: 2.128.4
36
45
37
-
// CCFR here.
46
+
=== Updating the self-hosted server-side components
38
47
39
-
For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].
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:
40
49
50
+
. Update your Java Application Server to the minimum required version:
The {productname} {release-version} release includes an accompanying release of the **Enhanced Skins & Icon Packs**.
54
+
. Replace the existing server-side `.war` files with the `.war` files bundled with {productname} {release-version} or later.
46
55
47
-
=== Enhanced Skins & Icon Packs
56
+
For information on:
48
57
49
-
The **Enhanced Skins & Icon Packs** release includes the following updates:
50
-
51
-
The **Enhanced Skins & Icon Packs** were rebuilt to pull in the changes also incorporated into the default {productname} {release-version} skin, Oxide.
52
-
53
-
For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-and-icon-packs.adoc[Enhanced Skins & Icon Packs].
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].
{productname} {release-version} also includes the following bug fix<es>:
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]
60
83
61
-
=== <TINY-vwxyz 1 changelog entry>
62
-
// #TINY-vwxyz1
84
+
[[security-fixes]]
85
+
== Security fixes
63
86
64
-
// CCFR here.
87
+
{productname} {release-version} includes two fixes for the following security issue:
65
88
89
+
The following server-side component has been updated to include dependency updates addressing the following security issues.
This section describes issues that users of {productname} {release-version} may encounter and possible workarounds for these issues.
94
+
This update is considered as a **Medium** & *High* severity vulnerability fix.
71
95
72
-
There one known issue in {productname} {release-version}.
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].
Copy file name to clipboardExpand all lines: modules/ROOT/pages/changelog.adoc
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@
4
4
5
5
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].
0 commit comments