Skip to content

Commit 413c194

Browse files
committed
DOC-3308: Minor copy edits and improvements post 8.2.0.
1 parent 9c8496f commit 413c194

File tree

6 files changed

+26
-26
lines changed

6 files changed

+26
-26
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]
2121
[[accompanying-premium-plugin-changes]]
2222
== Accompanying Premium plugin changes
2323

24-
The following premium plugin updates were released alongside {productname} 8.2.0.
24+
The following premium plugin updates were released alongside {productname} {release-version}.
2525

2626
=== Media Optimizer
2727

28-
The {productname} 8.2.0 release includes an accompanying release of the **Media Optimizer** premium plugin.
28+
The {productname} {release-version} release includes an accompanying release of the **Media Optimizer** premium plugin.
2929

3030
**Media Optimizer** now includes comprehensive video handling capabilities.
3131

3232
==== Video Upload Support
3333

3434
The **Media Optimizer** plugin now supports video upload and processing, extending beyond its previous image-only functionality. Users can now upload videos directly within the editor through drag-and-drop, file selection, or URL input.
3535

36-
The plugin now supports commonly available video formats including MP4, WebM, 3GPP, MPEG variants, QuickTime, Matroska, AVI, Flash Video, RealMedia, and other standard video formats.
36+
The plugin now supports commonly available video formats including MP4, WebM, and other standard video formats.
3737

3838
This new functionality is supported with the following configuration options:
3939

@@ -53,7 +53,7 @@ For information on the **Media Optimizer** plugin, see: xref:uploadcare.adoc[Med
5353

5454
=== License Key Manager
5555

56-
The {productname} 8.2.0 release includes an accompanying release of the **License Key Manager**.
56+
The {productname} {release-version} release includes an accompanying release of the **License Key Manager**.
5757

5858
==== New `+js/commerciallicensekeymanager.js+` file to lazyload majority of plugin after editor init.
5959
// #TINY-12820
@@ -123,7 +123,7 @@ For information on the **Full Page HTML** plugin, see: xref:fullpagehtml.adoc[Fu
123123
[[improvements]]
124124
== Improvements
125125

126-
{productname} 8.2.0 also includes the following improvement<s>:
126+
{productname} {release-version} also includes the following improvement:
127127

128128
=== Some elements would be given an extra newline by the serializer when indented
129129
// #TINY-12857
@@ -133,7 +133,7 @@ Previously, certain elements received an additional newline when indented due to
133133
[[bug-fixes]]
134134
== Bug fixes
135135

136-
{productname} 8.2.0 also includes the following bug fixes:
136+
{productname} {release-version} also includes the following bug fixes:
137137

138138
=== UI elements like focus outlines and placeholders would be visible after printing
139139
// TINY-12584
@@ -205,7 +205,7 @@ Previously, there was no method to load web components into the editor iframe or
205205

206206
For an example of using custom elements with block-level and inline-level components, see: xref:content-filtering.adoc#example-using-custom_elements-with-block-level-and-inline-level-components[Example using `+custom_elements+` with block-level and inline-level components].
207207

208-
=== Addressed split buttons rendering narrower than in TinyMCE 7, ensuring consistent sizing across the toolbar
208+
=== Addressed split buttons rendering narrower than in {productname} 7, ensuring consistent sizing across the toolbar
209209
// #TINY-13097 && #TINY-13111
210210

211211
In {productname} {release-version}, an issue was resolved where split buttons rendered narrower than in {productname} 7 and other toolbar buttons. This occurred because the main portion of the split button used a CSS rule that caused it to collapse to the icon size during initialization, resulting in an incorrect fixed width. This made split buttons appear visually inconsistent, reduced their clickability, and could cause text labels to be truncated.

modules/ROOT/pages/changelog.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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:8.2.0-release-notes.adoc[8.2.0 - 2025-10-22]
7+
== xref:8.2.0-release-notes.adoc[8.2.0 - 2025-10-23]
88

99
### Improved
1010
* Some elements would be given an extra newline by the serializer when indented.
@@ -33,7 +33,7 @@ NOTE: This is the {productname} Community version changelog. For information abo
3333
// #TINY-13006
3434
* Reverted toolbar button width to `auto`.
3535
// #TINY-13097
36-
* Addressed split buttons rendering narrower than in TinyMCE 7, ensuring consistent sizing across the toolbar.
36+
* Addressed split buttons rendering narrower than in {productname} 7, ensuring consistent sizing across the toolbar.
3737
// #TINY-13111
3838

3939
== xref:8.1.2-release-notes.adoc[8.1.2 - 2025-09-18]

modules/ROOT/pages/creating-an-icon-pack.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ An icon pack only **requires** the custom icons to be included; the default {pro
2828
====
2929
*Understanding Icon Pack Loading:*
3030
31-
{productname} loads icon packs from the path `+TINYMCE_BASE/icons/${iconPackName}/icons.js+`, where:
31+
{productname} loads icon packs from the path `+TINYMCE_BASE/icons/{iconPackName}/icons.js+`, where:
3232
3333
* `TINYMCE_BASE` is the {productname} root directory (the directory containing `tinymce.min.js`).
34-
* `${iconPackName}` is the name of the icon pack.
34+
* `+{iconPackName}+` is the name of the icon pack.
3535
3636
**Example Directory Structure:**
3737
----
@@ -48,7 +48,7 @@ js/tinymce/
4848

4949
=== Icon Pack File Format
5050

51-
The generated `icons.js` file in the `+dist/icons/${iconPackName}/icons.js+` directory follows this exact format:
51+
The generated `icons.js` file in the `+dist/icons/{iconPackName}/icons.js+` directory follows this exact format:
5252

5353
[source,javascript]
5454
----

modules/ROOT/pages/migration-from-4x.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ tinymce.init({
2929

3030
=== Plugin Ecosystem
3131

32-
The {productname} plugin ecosystem was significantly restructured in version 6.0, with several plugins being removed, folded into the {productcorename}, or reclassified as premium features. The following breakdown clarifies the status of each affected plugin.
32+
The {productname} plugin ecosystem was significantly restructured in version 6.0, with several plugins being removed, folded into the {productname}, or reclassified as premium features. The following breakdown clarifies the status of each affected plugin.
3333

3434
* **Removed Plugins** (no longer available as of {productname} 6.0):
3535
** `bbcode`, `fullpage`, `legacyoutput`: Deprecated in 5.9.0. Removed in 6.0.
3636

37-
* **Integrated into {productcorename}**:
38-
** `paste`, `hr`, `noneditable`, `table`, `print`, `colorpicker` and `contextmenu`: These plugins were absorbed into {productcorename} and no longer require separate installation.
39-
** `contextmenu`: Deprecated in version 5.0 following the integration of context menu functionality into {productcorename} editor. Removed in version 6.0. For more information, see the link:https://www.tiny.cloud/docs/tinymce/latest/contextmenu/[contextmenu documentation].
40-
** `tabfocus`: Removed in 6.0. Keyboard navigation via Tab is now handled by the browser and {productcorename}.
37+
* **Integrated into {productname}**:
38+
** `paste`, `hr`, `noneditable`, `table`, `print`, `colorpicker` and `contextmenu`: These plugins were absorbed into {productname} and no longer require separate installation.
39+
** `contextmenu`: Deprecated in version 5.0 following the integration of context menu functionality into {productname} editor. Removed in version 6.0. For more information, see the link:https://www.tiny.cloud/docs/tinymce/latest/contextmenu/[contextmenu documentation].
40+
** `tabfocus`: Removed in 6.0. Keyboard navigation via Tab is now handled by the browser and {productname}.
4141

4242
* **Now Premium Only**:
4343
** `mediaembed`, `tableofcontents`: These features are available through premium plugins.
@@ -82,7 +82,7 @@ If you used the following toolbar buttons or menu options, they have changed nam
8282

8383
{productname} 6 → {productname} 7:
8484

85-
* `InsertOrderedList` and `InsertUnorderedList` commands were removed from {productcorename} and are now provided by the `lists` plugin.
85+
* `InsertOrderedList` and `InsertUnorderedList` commands were removed from {productname} and are now provided by the `lists` plugin.
8686
* Default text pattern triggers were updated to activate on `Space` instead of `Enter`. A `trigger` property was added to configure block-level text pattern behavior.
8787

8888
Refer to the latest release notes at link:https://www.tiny.cloud/docs/tinymce/latest/release-notes/[latest release notes] for further details.

modules/ROOT/pages/migration-from-5x.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ The {productname} plugin ecosystem underwent a significant overhaul starting in
3333
* **Removed Plugins** (no longer available as of {productname} 6.0):
3434
** `bbcode`, `fullpage`, `legacyoutput`: Deprecated in 5.9.0. Removed in 6.0.
3535

36-
* **Integrated into {productcorename}**:
37-
** `paste`, `hr`, `table`, `noneditable`, `nonbreaking`, `print`, `colorpicker` and `contextmenu`: These plugins were absorbed into {productcorename} and no longer require separate installation.
38-
** `contextmenu`: Deprecated in version 5.0 following the integration of context menu functionality into {productcorename} editor. Removed in version 6.0. For more information, see the link:https://www.tiny.cloud/docs/tinymce/latest/contextmenu/[contextmenu documentation].
39-
** `tabfocus`: Removed in 6.0. Keyboard navigation via Tab is now handled by the browser and {productcorename}.
36+
* **Integrated into {productname}**:
37+
** `paste`, `hr`, `table`, `noneditable`, `nonbreaking`, `print`, `colorpicker` and `contextmenu`: These plugins were absorbed into {productname} and no longer require separate installation.
38+
** `contextmenu`: Deprecated in version 5.0 following the integration of context menu functionality into {productname} editor. Removed in version 6.0. For more information, see the link:https://www.tiny.cloud/docs/tinymce/latest/contextmenu/[contextmenu documentation].
39+
** `tabfocus`: Removed in 6.0. Keyboard navigation via Tab is now handled by the browser and {productname}.
4040

4141
* **Now Premium Only**:
4242
** `mediaembed`, `tableofcontents`: These features are available through premium plugins.
@@ -83,7 +83,7 @@ If you used the following toolbar buttons or menu options, they have changed nam
8383

8484
{productname} 6 → {productname} 7:
8585

86-
* `InsertOrderedList` and `InsertUnorderedList` commands were removed from {productcorename} and are now provided by the `lists` plugin.
86+
* `InsertOrderedList` and `InsertUnorderedList` commands were removed from {productname} and are now provided by the `lists` plugin.
8787
* Default text pattern triggers were updated to activate on `Space` instead of `Enter`. A `trigger` property was added to configure block-level text pattern behavior.
8888

8989
Refer to the latest release notes at link:https://www.tiny.cloud/docs/tinymce/latest/release-notes/[latest release notes] for further details.
@@ -173,7 +173,7 @@ Refer to version-specific release notes for changes in toolbar button names and
173173
174174
{productname} 6 → {productname} 7:
175175
176-
* `InsertOrderedList` / `InsertUnorderedList` commands removed from {productcorename} (use `lists` plugin).
176+
* `InsertOrderedList` / `InsertUnorderedList` commands removed from {productname} (use `lists` plugin).
177177
* Default text pattern triggers updated from `Enter` to `Space`, configurable via `trigger`.
178178
====
179179

modules/ROOT/pages/migration-from-6x.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Open Source users: please report issues in the https://github.com/tinymce/tinymc
2525
[[tinymce-70-core-changes]]
2626
== {productname} {productmajorversion} core changes.
2727

28-
For additional details on {productname} {release-version} changes, see xref:7.0-release-notes.adoc[{productname} {release-version} release notes].
28+
For additional details on {productname} {release-version} changes, see link:https://www.tiny.cloud/docs/tinymce/7/7.0-release-notes/[{productname} {release-version} release notes].
2929

3030

3131
[[commands-and-apis]]
@@ -66,7 +66,7 @@ Applying basic formats such as headings, lists, bold and italic from typing them
6666
{productname} {release-version} updates the default behavior of the `text-patterns` option to apply these formats when the user presses the `Space` key.
6767

6868
[NOTE]
69-
The previous default `text_patterns` behavior, applying the format on an `Enter` key press, can be configured by replacing the `trigger` property with the value `'space'`. Learn more about how you can configure `text_patterns` in the xref:7.0-release-notes.adoc#a-new-trigger-property-for-block-text-pattern-configurations-allowing-pattern-activation-with-either-space-or-enter-keys[{release-version} Release notes]
69+
The previous default `text_patterns` behavior, applying the format on an `Enter` key press, can be configured by replacing the `trigger` property with the value `'space'`. Learn more about how you can configure `text_patterns` in the link:https://www.tiny.cloud/docs/tinymce/7/7.0-release-notes/#a-new-trigger-property-for-block-text-pattern-configurations-allowing-pattern-activation-with-either-space-or-enter-keys[{release-version} Release notes]
7070

7171
.Updated default text patterns
7272
[source, ts]

0 commit comments

Comments
 (0)