Skip to content

Commit a635cf7

Browse files
authored
DOC-1562: Add latest TinyMCE changelog and release notes (#2408)
1 parent 4d2d74b commit a635cf7

File tree

3 files changed

+95
-0
lines changed

3 files changed

+95
-0
lines changed

modules/ROOT/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@
275275
* xref:migration-from-froala.adoc[Migrating from Froala]
276276
* Release notes for TinyMCE 5
277277
** xref:release-notes/6.0-upcoming-changes.adoc[Upcoming changes for TinyMCE 6]
278+
** xref:release-notes/release-notes5103.adoc[TinyMCE 5.10.3]
278279
** xref:release-notes/release-notes5102.adoc[TinyMCE 5.10.2]
279280
** xref:release-notes/release-notes5101.adoc[TinyMCE 5.10.1]
280281
** xref:release-notes/release-notes510.adoc[TinyMCE 5.10]

modules/ROOT/pages/changelog.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55

66
NOTE: This is the {productname} Community version changelog. For information about the latest {cloudname} or {enterpriseversion} Release, see: xref:release-notes/index.adoc[{productname} Release Notes].
77

8+
== 5.10.4 - 2022-04-27
9+
10+
=== Fixed
11+
* Inline toolbars flickered when switching between editors.
12+
* Multiple inline toolbars were shown if focused too quickly.
13+
14+
== 5.10.3 - 2022-02-09
15+
16+
=== Fixed
17+
* Alignment would sometimes be removed on parent elements when changing alignment on certain inline nodes, such as images.
18+
* The `fullscreen` plugin would reset the scroll position when exiting fullscreen mode.
19+
820
== 5.10.2 - 2021-11-17
921

1022
=== Fixed
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
= TinyMCE 5.10.3
2+
:description: Release notes for TinyMCE 5.10.3
3+
:keywords: releasenotes bugfixes
4+
:title_nav: TinyMCE 5.10.3
5+
6+
== Overview
7+
8+
{productname} 5.10.3 was released for {enterpriseversion} and {cloudname} on Tuesday, February 15^th^, 2022. It includes {productname} 5.10.3 and additional changes to premium plugins. These release notes provide an overview of the changes for {productname} 5.10.3, including:
9+
10+
* xref:accompanyingpremiumself-hostedserver-sidecomponentchanges[Accompanying Premium self-hosted server-side component changes]
11+
* xref:generalbugfixes[General bug fixes]
12+
* xref:securityfixes[Security fixes]
13+
* xref:upgradingtothelatestversionoftinymce5[Upgrading to the latest version of TinyMCE 5]
14+
15+
include::partial$misc/releasenotes_for_stable.adoc[]
16+
17+
[[accompanyingpremiumself-hostedserver-sidecomponentchanges]]
18+
== Accompanying Premium self-hosted server-side component changes
19+
20+
The {productname} 5.10.3 release includes changes affecting the {productname} *self-hosted* services for the following plugins:
21+
22+
* The Enhanced Media Embed plugin (`mediaembed`)
23+
* The Image Tools plugin (`imagetools`)
24+
* The Link Checker plugin (`linkchecker`)
25+
* The Spell Checker Pro plugin (`tinymcespellchecker`)
26+
27+
The Java server-side components have been updated to the following versions:
28+
29+
* `ephox-spelling.war`: 2.118.4
30+
* `ephox-hyperlinking.war`: 2.105.9
31+
* `ephox-image-proxy.war`: 2.106.1
32+
33+
This version requires Java 8 or higher. For information on the removal of Java 7 support, see: xref:release-notes/release-notes53.adoc#removalofjava7support[Removal of Java 7 support for TinyMCE 5.3 and later].
34+
35+
For information on:
36+
37+
* The Spell Checker Pro plugin, see: xref:plugins/premium/tinymcespellchecker.adoc[Spell Checker Pro plugin].
38+
* The Link Checker plugin, see: xref:plugins/premium/linkchecker.adoc[Link Checker plugin].
39+
* The Image Tools plugin, see: xref:plugins/opensource/imagetools.adoc[Image Tools plugin].
40+
* The Enhanced Media Embed plugin, see: xref:plugins/premium/mediaembed.adoc[Enhanced Media Embed plugin].
41+
* Deploying the server-side components, see: xref:enterprise/server/index.adoc[Server-side component installation].
42+
43+
=== Updating the self-hosted server-side components
44+
45+
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:
46+
47+
. Update your Java Application Server to the minimum required version:
48+
** Eclipse Jetty 9.4 or later
49+
** Apache Tomcat:
50+
*** 9 or later
51+
*** 8.5.12+
52+
*** 8.0.42+
53+
*** 7.0.76+
54+
. Replace the existing server-side `.war` files with the `.war` files bundled with {productname} 5.10.3 or later.
55+
56+
For information on:
57+
58+
* Deploying the server-side components, see: xref:enterprise/server/index.adoc[Server-side component installation].
59+
* Deploying the server-side components using Docker, see: xref:enterprise/server/dockerservices.adoc[Containerized service deployments].
60+
61+
[[generalbugfixes]]
62+
== General bug fixes
63+
64+
{productname} 5.10.3 provides fixes for the following bugs:
65+
66+
* Alignment would sometimes be removed on parent elements when changing alignment on certain inline nodes, such as images.
67+
* The `fullscreen` plugin would incorrectly reset the scroll position when exiting fullscreen mode.
68+
69+
[[securityfixes]]
70+
== Security fixes
71+
72+
{productname} 5.10.3 fixes the following security issues:
73+
74+
All 3 server-side components updates include dependency updates that address security issues. This includes _Low_ severity vulnerability fixes.
75+
76+
For information on the server-side components updates, see: xref:accompanyingpremiumself-hostedserver-sidecomponentchanges[Accompanying Premium self-hosted server-side component changes].
77+
78+
:enterprise: true
79+
80+
include::partial$install/upgrading-info.adoc[]
81+
82+
:enterprise: false

0 commit comments

Comments
 (0)