Skip to content

Commit 4e8bdce

Browse files
committed
DOC-3151: Copy edits, template cleanup & included changelog for TinyMCE 7.9.0.
1 parent cb5e74e commit 4e8bdce

File tree

3 files changed

+69
-127
lines changed

3 files changed

+69
-127
lines changed

modules/ROOT/nav.adoc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -416,19 +416,12 @@
416416
** xref:release-notes.adoc[Release notes for {productname}]
417417
*** {productname} 7.9.0
418418
**** xref:7.9.0-release-notes.adoc#overview[Overview]
419-
**** xref:7.9.0-release-notes.adoc#new-premium-plugins[New Premium plugins]
420-
**** xref:7.9.0-release-notes.adoc#new-open-source-plugins[New Open Source plugins]
419+
**** xref:7.9.0-release-notes.adoc#accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes]
421420
**** xref:7.9.0-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
422-
**** xref:7.9.0-release-notes.adoc#accompanying-premium-plugin-end-of-life-announcement[Accompanying Premium plugin end-of-life announcement]
423-
**** xref:7.9.0-release-notes.adoc#accompanying-open-source-plugin-end-of-life-announcement[Accompanying open source plugin end-of-life-announcement]
424-
**** xref:7.9.0-release-notes.adoc#accompanying-enhanced-skins-and-icon-packs-changes[Accompanying Enhanced Skins & Icon Packs changes]
425421
**** xref:7.9.0-release-notes.adoc#improvements[Improvements]
426422
**** xref:7.9.0-release-notes.adoc#additions[Additions]
427423
**** xref:7.9.0-release-notes.adoc#changes[Changes]
428424
**** xref:7.9.0-release-notes.adoc#bug-fixes[Bug fixes]
429-
**** xref:7.9.0-release-notes.adoc#security-fixes[Security fixes]
430-
**** xref:7.9.0-release-notes.adoc#deprecated[Deprecated]
431-
**** xref:7.9.0-release-notes.adoc#known-issues[Known issues]
432425
*** {productname} 7.8.0
433426
**** xref:7.8.0-release-notes.adoc#overview[Overview]
434427
**** xref:7.8.0-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]

modules/ROOT/pages/7.9.0-release-notes.adoc

Lines changed: 32 additions & 118 deletions
Original file line numberDiff line numberDiff line change
@@ -11,45 +11,50 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]
1111
[[overview]]
1212
== Overview
1313

14-
{productname} {release-version} was released for {enterpriseversion} and {cloudname} on Wednesday, (TBA) May 14^th^, 2025. 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, May 14^th^, 2025. These release notes provide an overview of the changes for {productname} {release-version}, including:
1515

16-
* xref:new-premium-plugins[New Premium plugins]
17-
* xref:new-open-source-plugins[New Open Source plugins]
16+
* xref:accompanying-premium-self-hosted-server-side-component-changes[Accompanying Premium self-hosted server-side component changes]
1817
* xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
19-
* xref:accompanying-premium-plugin-end-of-life-announcement[Accompanying Premium plugin end-of-life announcement]
20-
* xref:accompanying-open-source-plugin-end-of-life-announcement[Accompanying open source plugin end-of-life-announcement]
21-
* xref:accompanying-enhanced-skins-and-icon-packs-changes[Accompanying Enhanced Skins & Icon Packs changes]
2218
* xref:improvements[Improvements]
2319
* xref:additions[Additions]
2420
* xref:changes[Changes]
2521
* xref:bug-fixes[Bug fixes]
26-
* xref:security-fixes[Security fixes]
27-
* xref:deprecated[Deprecated]
28-
* xref:known-issues[Known issues]
2922

3023

31-
[[new-premium-plugins]]
32-
New Premium plugins
24+
[[accompanying-premium-self-hosted-server-side-component-changes]]
25+
== Accompanying Premium self-hosted server-side component changes
3326

34-
The following new Premium plugin was released alongside {productname} {release-version}.
27+
The {productname} {release-version} release includes accompanying changes affecting the {productname} **self-hosted** services for the following plugin:
3528

36-
// === <Premium plugin name>
29+
* **Spell Checker** plugin `tinymcespellchecker`.
3730

38-
// The new Premium plugin, **<Premium plugin name>** // description here.
31+
For information on:
3932

40-
// For information on the **<Premium plugin name>** plugin, see xref:<plugincode>.adoc[<Premium plugin name>].
33+
* The **Spell Checker** plugin, see: xref:introduction-to-tiny-spellchecker.adoc[Spell Checker plugin].
34+
* Deploying the **server-side** components, see: xref:introduction-to-premium-selfhosted-services.adoc[Server-side component installation].
4135

36+
The Java server-side component has been updated to the following version:
4237

43-
[[new-open-source-plugin]]
44-
== New Open Source plugin
38+
* `ephox-spelling.war`: 2.130.1
4539

46-
The following new Open Source plugin was released alongside {productname} {release-version}.
40+
=== Updating the self-hosted server-side components
4741

48-
// === <Open source plugin name>
42+
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:
4943

50-
// The new open source plugin, **<Open source plugin name>** // description here.
44+
include::partial$misc/admon-docker-starter-kit-eos-message.adoc[]
5145

52-
// For information on the **<Open source plugin name>** plugin, see xref:<plugincode>.adoc[<Open source plugin name>].
46+
. Update your Java Application Server to the minimum required version:
47+
48+
include::partial$misc/supported-application-servers.adoc[]
49+
50+
. Replace the existing server-side `.war` files with the `.war` files bundled with {productname} {release-version} or later.
51+
52+
For information on:
53+
54+
* Deploying the server-side components, see: xref:introduction-to-premium-selfhosted-services.adoc[Server-side component installation].
55+
* Deploying the server-side components using Docker, see: xref:bundle-intro-setup.adoc[Containerized service deployments].
56+
57+
include::partial$misc/admon-no-functionality-changes-in-updated-server-side-components.adoc[]
5358

5459

5560
[[accompanying-premium-plugin-changes]]
@@ -61,7 +66,7 @@ The following premium plugin updates were released alongside {productname} {rele
6166

6267
The {productname} {release-version} release includes an accompanying release of the **Accessibility Checker** premium plugin.
6368

64-
**Accessibility Checker** includes the following fixes and improvements.
69+
**Accessibility Checker** includes the following fix.
6570

6671
==== Adjusted spacing in accessibility checker component for better visual alignment
6772
// #TINY-11757
@@ -105,7 +110,7 @@ For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Ima
105110

106111
The {productname} {release-version} release includes an accompanying release of the **Spelling Autocorrect** premium plugin.
107112

108-
**Spelling Autocorrect** includes the following improvements.
113+
**Spelling Autocorrect** includes the following improvement.
109114

110115
==== Spelling Autocorrect no longer requires the spelling service.
111116
// #TINY-12041
@@ -114,50 +119,11 @@ Previously, the {productname} autocorrect plugin depended on a server-side spell
114119

115120
For information on the **Spelling Autocorrect** plugin, see: xref:autocorrect.adoc[Spelling Autocorrect plugin].
116121

117-
118-
[[accompanying-premium-plugin-end-of-life-announcement]]
119-
== Accompanying Premium plugin end-of-life announcement
120-
121-
The following Premium plugin has been announced as reaching its end-of-life:
122-
123-
// === <Premium plugin name eol>
124-
125-
// {productname}’s xref:<plugincode>.adoc[<Premium plugin name eol>] plugin will be deactivated on <month> <DD>, <YYYY>, and is no longer available for purchase.
126-
127-
128-
[[accompanying-open-source-plugin-end-of-life-announcement]]
129-
== Accompanying open source plugin end-of-life announcement
130-
131-
The following open source plugin has been announced as reaching its end-of-life:
132-
133-
// === <Open source plugin name eol>
134-
135-
// {productname}’s xref:<plugincode>.adoc[<Open source plugin name eol>] plugin will be deactivated on <month> <DD>, <YYYY>, and is no longer available for purchase.
136-
137-
138-
[[accompanying-enhanced-skins-and-icon-packs-changes]]
139-
== Accompanying Enhanced Skins & Icon Packs changes
140-
141-
The {productname} {release-version} release includes an accompanying release of the **Enhanced Skins & Icon Packs**.
142-
143-
=== Enhanced Skins & Icon Packs
144-
145-
The **Enhanced Skins & Icon Packs** release includes the following updates:
146-
147-
The **Enhanced Skins & Icon Packs** were rebuilt to pull in the changes also incorporated into the default {productname} {release-version} skin, Oxide.
148-
149-
For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-and-icon-packs.adoc[Enhanced Skins & Icon Packs].
150-
151-
152122
[[improvements]]
153123
== Improvements
154124

155-
{productname} {release-version} also includes the following improvement<s>:
125+
{productname} {release-version} also includes the following improvements:
156126

157-
// === <TINY-vwxyz 1 changelog entry>
158-
// #TINY-vwxyz1
159-
160-
// CCFR here.
161127
=== Bullet list icons were changed to better represent default styles.
162128
// TINY-12015
163129

@@ -174,12 +140,8 @@ NOTE: {companyname} Technologies would like to thank link:https://github.com/dan
174140
[[additions]]
175141
== Additions
176142

177-
{productname} {release-version} also includes the following addition<s>:
178-
179-
// === <TINY-vwxyz 1 changelog entry>
180-
// #TINY-vwxyz1
143+
{productname} {release-version} also includes the following addition:
181144

182-
// CCFR here.
183145
=== Added new `disc` style option for unordered lists.
184146
// TINY-12015
185147

@@ -202,12 +164,7 @@ Previously, {productname} did not offer a separate `disc` styling option for uno
202164
[[changes]]
203165
== Changes
204166

205-
{productname} {release-version} also includes the following change<s>:
206-
207-
// === <TINY-vwxyz 1 changelog entry>
208-
// #TINY-vwxyz1
209-
210-
// CCFR here.
167+
{productname} {release-version} also includes the following change:
211168

212169
=== `ContextFormSizeInput` lock button has been repositioned between the "width" and "height" inputs.
213170
// TINY-11916
@@ -216,21 +173,10 @@ In previous versions of {productname}, the "lock aspect ratio" button in the `Co
216173

217174
{productname} {release-version} addresses this issue. Now, the lock button has been repositioned between the "width" and "height" inputs.
218175

219-
[[removed]]
220-
== Removed
221-
222-
{productname} {release-version} also includes the following removal<s>:
223-
224-
// === <TINY-vwxyz 1 changelog entry>
225-
// #TINY-vwxyz1
226-
227-
// CCFR here.
228-
229-
230176
[[bug-fixes]]
231177
== Bug fixes
232178

233-
{productname} {release-version} also includes the following bug fix<es>:
179+
{productname} {release-version} also includes the following bug fixes:
234180

235181
=== The `mceInsertContent` command could delete the parent block element when an anchor was selected.
236182
// #TINY-11953
@@ -351,35 +297,3 @@ Key Improvements/Benefits:
351297
Previously, when the xref:user-formatting-options.adoc#style_formats[style_formats] configuration was explicitly set to an empty list, the **Formats** toolbar button remained enabled, displaying an empty and non-functional dropdown menu. This led to confusion, as the button appeared interactive and suggested available formatting options, despite none being configured.
352298

353299
In {release-version}, the {productname} editor now disables the **Formats** button entirely when no style formats are defined. This change improves usability by clearly signaling that there are no available style options, preventing unnecessary interaction and enhancing clarity for end users.
354-
355-
[[security-fixes]]
356-
== Security fixes
357-
358-
{productname} {release-version} includes <a fix | fixes for the following security issue<s>:
359-
360-
// === <TINY-vwxyz 1 changelog entry>
361-
// #TINY-vwxyz1
362-
363-
// CCFR here.
364-
365-
366-
[[deprecated]]
367-
== Deprecated
368-
369-
{productname} {release-version} includes the following deprecation<s>:
370-
371-
// === The `<plugin>` configuration property, `<name>`, has been deprecated
372-
// #TINY-vwxyz1
373-
// placeholder here.
374-
375-
376-
[[known-issues]]
377-
== Known issues
378-
379-
This section describes issues that users of {productname} {release-version} may encounter and possible workarounds for these issues.
380-
381-
There <is one | are <number> known issue<s> in {productname} {release-version}.
382-
383-
// === <TINY-vwxyz 1 changelog entry>
384-
// #TINY-vwxyz1
385-
// CCFR here.

modules/ROOT/pages/changelog.adoc

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,42 @@
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

77
== xref:7.9.0-release-notes.adoc[7.9.0 - 2025-05-14]
8-
//TODO
8+
9+
=== Added
10+
* Added new `disc` style option for unordered lists.
11+
// #TINY-12015
12+
13+
=== Improved
14+
* The resize cursor now points in the correct direction for each resize mode. Patch contributed by link:https://github.com/daniloff200[daniloff200].
15+
// ##GH-10189
16+
* If `style_formats` is empty, the button is now disabled.
17+
// #TINY-12005
18+
* Inline dialog dropdowns reposition when the dialog is dragged or the window is scrolled.
19+
// #TINY-11368
20+
* Bullet list icons were have been updated to better represent the default styles.
21+
// #TINY-12014
22+
23+
=== Changed
24+
* The ContextFormSizeInput lock button is now centered instead of aligned to the end.
25+
// #TINY-11916
26+
* Changed the default value of `advlist_bullet_styles` option to `default,disc,circle,square`.
27+
// #TINY-12083
28+
29+
=== Fixed
30+
* Autolink no longer overrides already existing links when autolinking.
31+
// #TINY-11836
32+
* Removed the deprecated CSS media selector `-ms-high-contrast`.
33+
// #TINY-11876
34+
* The `mceInsertContent` command no longer deletes the parent block element when an anchor is selected.
35+
// #TINY-11953
36+
* Table resizers are now visible when inline editor has a z-index property.
37+
// #TINY-11981
38+
* Tabbing inside a `figcaption` element no longer displays two text insertion carets.
39+
// #TINY-11997
40+
* Pressing Enter before a floating image no longer duplicates the image.
41+
// #TINY-11676
42+
* Editor did not scroll into viewport on receiving focus on Chrome and Safari.
43+
// #TINY-12017
944

1045
== xref:7.8.0-release-notes.adoc[7.8.0 - 2025-04-9]
1146

0 commit comments

Comments
 (0)