Skip to content

Commit aaf4294

Browse files
committed
DOC-3255: TinyMCE 8.0.2 Release Documentation.
1 parent 2af55aa commit aaf4294

10 files changed

+120
-56
lines changed

modules/ROOT/nav.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,14 +414,18 @@
414414
** xref:tinymce-and-cors.adoc[Cross-Origin Resource Sharing (CORS)]
415415
* Release information
416416
** xref:release-notes.adoc[Release notes for {productname}]
417+
*** {productname} 8.0.2
418+
**** xref:8.0.2-release-notes.adoc#overview[Overview]
419+
**** xref:8.0.2-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
420+
**** xref:8.0.2-release-notes.adoc#accompanying-enhanced-skins-and-icon-packs-changes[Accompanying Enhanced Skins & Icon Packs changes]
417421
*** {productname} 8.0.1
418422
**** xref:8.0.1-release-notes.adoc#overview[Overview]
419423
**** xref:8.0.1-release-notes.adoc#bug-fixes[Bug fixes]
420424
*** {productname} 8.0
421425
**** xref:8.0-release-notes.adoc#overview[Overview]
422-
**** xref:new-premium-plugins[New Premium plugins]
426+
**** xref:8.0-release-notes.adoc#new-premium-plugins[New Premium plugins]
423427
**** xref:8.0-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
424-
**** xref:accompanying-enhanced-skins-and-icon-packs-changes[Accompanying Enhanced Skins & Icon Packs changes]
428+
**** xref:8.0-release-notes.adoc#accompanying-enhanced-skins-and-icon-packs-changes[Accompanying Enhanced Skins & Icon Packs changes]
425429
**** xref:8.0-release-notes.adoc#improvements[Improvements]
426430
**** xref:8.0-release-notes.adoc#additions[Additions]
427431
**** xref:8.0-release-notes.adoc#changes[Changes]
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
= {productname} {release-version}
2+
:release-version: 8.0.2
3+
:navtitle: {productname} {release-version}
4+
:description: Release notes for {productname} {release-version}
5+
:keywords: releasenotes, new, changes, bugfixes
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, August 14^th^, 2025. These release notes provide an overview of the changes for {productname} {release-version}, including:
15+
16+
* xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes]
17+
* xref:accompanying-enhanced-skins-and-icon-packs-changes[Accompanying Enhanced Skins & Icon Packs changes]
18+
19+
20+
[[accompanying-premium-plugin-changes]]
21+
== Accompanying Premium plugin changes
22+
23+
The following premium plugin updates were released alongside {productname} {release-version}.
24+
25+
// === <Premium plugin name 1> <Premium plugin name 1 version>
26+
27+
// The {productname} {release-version} release includes an accompanying release of the **<Premium plugin name 1>** premium plugin.
28+
29+
// **<Premium plugin name 1>** <Premium plugin name 1 version> includes the following <fixes, changes, improvements>.
30+
31+
// ==== <Premium plugin name 1 change 1>
32+
33+
// CCFR here.
34+
35+
// For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].
36+
37+
38+
[[accompanying-enhanced-skins-and-icon-packs-changes]]
39+
== Accompanying Enhanced Skins & Icon Packs changes
40+
41+
The {productname} {release-version} release includes an accompanying release of the **Enhanced Skins & Icon Packs**.
42+
43+
=== Enhanced Skins & Icon Packs
44+
45+
The **Enhanced Skins & Icon Packs** release includes the following updates:
46+
47+
The **Enhanced Skins & Icon Packs** were rebuilt to pull in the changes also incorporated into the default {productname} {release-version} skin, Oxide.
48+
49+
For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-and-icon-packs.adoc[Enhanced Skins & Icon Packs].

modules/ROOT/pages/apis/tinymce.editor.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ manipulation functions.|`xref:apis/tinymce.editor.adoc[Editor]`
8585
that could leak memory. This method will be called automatically when the page is unloaded
8686
but you can also call it directly if you know what you are doing.|`xref:apis/tinymce.editor.adoc[Editor]`
8787
|xref:#dispatch[dispatch()]|Dispatches the specified event by name. Consult the
88-
link:https://www.tiny.cloud/docs/tinymce/7/events/[event reference] for more details on each event.|`xref:apis/tinymce.util.observable.adoc[Observable]`
88+
link:https://www.tiny.cloud/docs/tinymce/8/events/[event reference] for more details on each event.|`xref:apis/tinymce.util.observable.adoc[Observable]`
8989
|xref:#execCommand[execCommand()]|Executes a registered command on the current instance. A list of available commands can be found in
9090
the tinymce command identifiers documentation.|`xref:apis/tinymce.editor.adoc[Editor]`
9191
|xref:#fire[fire()]|Fires the specified event by name. Consult the
92-
link:https://www.tiny.cloud/docs/tinymce/7/events/[event reference] for more details on each event.
92+
link:https://www.tiny.cloud/docs/tinymce/8/events/[event reference] for more details on each event.
9393

9494

9595
__Deprecated in TinyMCE 6.0 and has been marked for removal in TinyMCE 9.0. Use `dispatch` instead.__|`xref:apis/tinymce.util.observable.adoc[Observable]`
@@ -127,11 +127,11 @@ so all events etc that method has will get dispatched as well.|`xref:apis/tinymc
127127
|xref:#nodeChanged[nodeChanged()]|Dispatches out a onNodeChange event to all observers. This method should be called when you
128128
need to update the UI states or element path etc.|`xref:apis/tinymce.editor.adoc[Editor]`
129129
|xref:#off[off()]|Unbinds an event listener to a specific event by name. Consult the
130-
link:https://www.tiny.cloud/docs/tinymce/7/events/[event reference] for more details on each event.|`xref:apis/tinymce.util.observable.adoc[Observable]`
130+
link:https://www.tiny.cloud/docs/tinymce/8/events/[event reference] for more details on each event.|`xref:apis/tinymce.util.observable.adoc[Observable]`
131131
|xref:#on[on()]|Binds an event listener to a specific event by name. Consult the
132-
link:https://www.tiny.cloud/docs/tinymce/7/events/[event reference] for more details on each event.|`xref:apis/tinymce.util.observable.adoc[Observable]`
132+
link:https://www.tiny.cloud/docs/tinymce/8/events/[event reference] for more details on each event.|`xref:apis/tinymce.util.observable.adoc[Observable]`
133133
|xref:#once[once()]|Bind the event callback and once it fires the callback is removed. Consult the
134-
link:https://www.tiny.cloud/docs/tinymce/7/events/[event reference] for more details on each event.|`xref:apis/tinymce.util.observable.adoc[Observable]`
134+
link:https://www.tiny.cloud/docs/tinymce/8/events/[event reference] for more details on each event.|`xref:apis/tinymce.util.observable.adoc[Observable]`
135135
|xref:#queryCommandState[queryCommandState()]|Returns a command specific state, for example if bold is enabled or not.|`xref:apis/tinymce.editor.adoc[Editor]`
136136
|xref:#queryCommandSupported[queryCommandSupported()]|Returns true/false if the command is supported or not.|`xref:apis/tinymce.editor.adoc[Editor]`
137137
|xref:#queryCommandValue[queryCommandValue()]|Returns a command specific value, for example the current font size.|`xref:apis/tinymce.editor.adoc[Editor]`
@@ -344,7 +344,7 @@ but you can also call it directly if you know what you are doing.
344344
dispatch(name: String, args: Object?, bubble: Boolean?): Object
345345
----
346346
Dispatches the specified event by name. Consult the
347-
link:https://www.tiny.cloud/docs/tinymce/7/events/[event reference] for more details on each event.
347+
link:https://www.tiny.cloud/docs/tinymce/8/events/[event reference] for more details on each event.
348348

349349
==== Examples
350350
[source, javascript]
@@ -393,7 +393,7 @@ the tinymce command identifiers documentation.
393393
fire(name: String, args: Object?, bubble: Boolean?): Object
394394
----
395395
Fires the specified event by name. Consult the
396-
link:https://www.tiny.cloud/docs/tinymce/7/events/[event reference] for more details on each event.
396+
link:https://www.tiny.cloud/docs/tinymce/8/events/[event reference] for more details on each event.
397397

398398

399399
__Deprecated in TinyMCE 6.0 and has been marked for removal in TinyMCE 9.0. Use `dispatch` instead.__
@@ -759,7 +759,7 @@ need to update the UI states or element path etc.
759759
off(name: String?, callback: Function?): Object
760760
----
761761
Unbinds an event listener to a specific event by name. Consult the
762-
link:https://www.tiny.cloud/docs/tinymce/7/events/[event reference] for more details on each event.
762+
link:https://www.tiny.cloud/docs/tinymce/8/events/[event reference] for more details on each event.
763763

764764
==== Examples
765765
[source, javascript]
@@ -792,7 +792,7 @@ instance.off();
792792
on(name: String, callback: Function, prepend: Boolean): Object
793793
----
794794
Binds an event listener to a specific event by name. Consult the
795-
link:https://www.tiny.cloud/docs/tinymce/7/events/[event reference] for more details on each event.
795+
link:https://www.tiny.cloud/docs/tinymce/8/events/[event reference] for more details on each event.
796796

797797
==== Examples
798798
[source, javascript]
@@ -821,7 +821,7 @@ instance.on('event', (e) => {
821821
once(name: String, callback: Function): Object
822822
----
823823
Bind the event callback and once it fires the callback is removed. Consult the
824-
link:https://www.tiny.cloud/docs/tinymce/7/events/[event reference] for more details on each event.
824+
link:https://www.tiny.cloud/docs/tinymce/8/events/[event reference] for more details on each event.
825825

826826
==== Parameters
827827

modules/ROOT/pages/apis/tinymce.editor.ui.registry.adoc

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ Emoticons and Charmap use an autocompleter.
2020

2121

2222
For information on creating an autocompleter, see:
23-
link:https://www.tiny.cloud/docs/tinymce/7/autocompleter/[
23+
link:https://www.tiny.cloud/docs/tinymce/8/autocompleter/[
2424
UI Components - Autocompleter].|`xref:apis/tinymce.editor.ui.registry.adoc[Registry]`
2525
|xref:#addButton[addButton()]|Registers a new toolbar button that executes a command when clicked or activated
2626
via keyboard navigation controls.
2727

2828

2929
For information on creating a basic toolbar button, see:
30-
link:https://www.tiny.cloud/docs/tinymce/7/custom-basic-toolbar-button/[
30+
link:https://www.tiny.cloud/docs/tinymce/8/custom-basic-toolbar-button/[
3131
UI Components - Types of toolbar buttons: Basic button].|`xref:apis/tinymce.editor.ui.registry.adoc[Registry]`
3232
|xref:#addContext[addContext()]|Registers a new context configuration in the registry.
3333
The registry stores all context configurations.
@@ -43,21 +43,21 @@ contextual input form appears allowing for quick changes to the url field.
4343

4444

4545
For information on creating context forms, see:
46-
link:https://www.tiny.cloud/docs/tinymce/7/contextform/[
46+
link:https://www.tiny.cloud/docs/tinymce/8/contextform/[
4747
UI Components - Context forms].|`xref:apis/tinymce.editor.ui.registry.adoc[Registry]`
4848
|xref:#addContextMenu[addContextMenu()]|Registers a new context menu section that only appears when a content predicate is matched,
4949
for example, the cursor is inside a table.
5050

5151

5252
For information on creating context menus, see:
53-
link:https://www.tiny.cloud/docs/tinymce/7/contextmenu/[
53+
link:https://www.tiny.cloud/docs/tinymce/8/contextmenu/[
5454
UI Components - Context Menu].|`xref:apis/tinymce.editor.ui.registry.adoc[Registry]`
5555
|xref:#addContextToolbar[addContextToolbar()]|Registers a new context toolbar that only appears when a content predicate is matched for example
5656
the cursor is on an image element.
5757

5858

5959
For information on creating context toolbars, see:
60-
link:https://www.tiny.cloud/docs/tinymce/7/contexttoolbar/[
60+
link:https://www.tiny.cloud/docs/tinymce/8/contexttoolbar/[
6161
UI Components - Context Toolbar].|`xref:apis/tinymce.editor.ui.registry.adoc[Registry]`
6262
|xref:#addGroupToolbarButton[addGroupToolbarButton()]|Registers a new group toolbar button for the toolbar. Renders a toolbar button that opens a floating toolbar when
6363
clicked.
@@ -67,7 +67,7 @@ clicked.
6767

6868

6969
For information on creating a group toolbar button, see:
70-
link:https://www.tiny.cloud/docs/tinymce/7/custom-group-toolbar-button/[
70+
link:https://www.tiny.cloud/docs/tinymce/8/custom-group-toolbar-button/[
7171
UI Components - Types of toolbar buttons: Group toolbar button].|`xref:apis/tinymce.editor.ui.registry.adoc[Registry]`
7272
|xref:#addIcon[addIcon()]|Registers a new SVG icon. The icon name reference can be configured by any
7373
TinyMCE UI components that can display an icon. The icon is only available
@@ -78,22 +78,22 @@ addNestedMenuItem or addToggleMenuItem.
7878

7979

8080
For information on creating a toolbar menu button, see:
81-
link:https://www.tiny.cloud/docs/tinymce/7/custom-menu-toolbar-button/[
81+
link:https://www.tiny.cloud/docs/tinymce/8/custom-menu-toolbar-button/[
8282
UI Components - Types of toolbar buttons: Menu button].|`xref:apis/tinymce.editor.ui.registry.adoc[Registry]`
8383
|xref:#addMenuItem[addMenuItem()]|Registers a new menu item that executes a command when clicked or activated
8484
via keyboard navigation controls.
8585

8686

8787
For information on creating a basic menu item, see:
88-
link:https://www.tiny.cloud/docs/tinymce/7/creating-custom-menu-items/[
88+
link:https://www.tiny.cloud/docs/tinymce/8/creating-custom-menu-items/[
8989
UI Components - Custom menu items: Basic menu items].|`xref:apis/tinymce.editor.ui.registry.adoc[Registry]`
9090
|xref:#addNestedMenuItem[addNestedMenuItem()]|Registers a new menu item that reveals a submenu when clicked or activated
9191
by keyboard navigation controls.The submenu can be populated by items
9292
created by addMenuItem, addNestedMenuItem or addToggleMenuItem.
9393

9494

9595
For information on creating a nested menu item, see:
96-
link:https://www.tiny.cloud/docs/tinymce/7/custom-nested-menu-items/[
96+
link:https://www.tiny.cloud/docs/tinymce/8/custom-nested-menu-items/[
9797
UI Components - Custom menu items: Nested menu items].|`xref:apis/tinymce.editor.ui.registry.adoc[Registry]`
9898
|xref:#addSidebar[addSidebar()]|Registers a new sidebar container.
9999
This sidebar container is attached to the right side of the editor and
@@ -105,28 +105,28 @@ sidebar for its Ui components.
105105

106106

107107
For information on creating a custom sidebar, see:
108-
link:https://www.tiny.cloud/docs/tinymce/7/customsidebar/[
108+
link:https://www.tiny.cloud/docs/tinymce/8/customsidebar/[
109109
UI Components - Custom sidebar].|`xref:apis/tinymce.editor.ui.registry.adoc[Registry]`
110110
|xref:#addSplitButton[addSplitButton()]|Registers a new split button for the toolbar. The list styles plugin uses
111111
a split button to simplify its functionality.
112112

113113

114114
For information on creating a split toolbar button, see:
115-
link:https://www.tiny.cloud/docs/tinymce/7/custom-split-toolbar-button/[
115+
link:https://www.tiny.cloud/docs/tinymce/8/custom-split-toolbar-button/[
116116
UI Components - Types of toolbar buttons: Split button].|`xref:apis/tinymce.editor.ui.registry.adoc[Registry]`
117117
|xref:#addToggleButton[addToggleButton()]|Registers a new toggle button for the toolbar. A toggle buttons state can
118118
be set in the configuration.
119119

120120

121121
For information on creating a toggle toolbar button, see:
122-
link:https://www.tiny.cloud/docs/tinymce/7/custom-toggle-toolbar-button/[
122+
link:https://www.tiny.cloud/docs/tinymce/8/custom-toggle-toolbar-button/[
123123
UI Components - Types of toolbar buttons: Toggle button].|`xref:apis/tinymce.editor.ui.registry.adoc[Registry]`
124124
|xref:#addToggleMenuItem[addToggleMenuItem()]|Registers a new menu item that will act like a toggle button,
125125
showing a tick in the menu item to represent state.
126126

127127

128128
For information on creating a toggle menu item, see:
129-
link:https://www.tiny.cloud/docs/tinymce/7/custom-toggle-menu-items/[
129+
link:https://www.tiny.cloud/docs/tinymce/8/custom-toggle-menu-items/[
130130
UI Components - Custom menu items: Toggle menu items].|`xref:apis/tinymce.editor.ui.registry.adoc[Registry]`
131131
|xref:#addView[addView()]|Registers a new view container.
132132
This view container is hidden (off) by default and attached next to the main view.
@@ -139,7 +139,7 @@ The ToggleView command can be queried for its current state.
139139

140140

141141
For information on creating a custom view, see:
142-
link:https://www.tiny.cloud/docs/tinymce/7/custom-view/[
142+
link:https://www.tiny.cloud/docs/tinymce/8/custom-view/[
143143
UI Components - Custom view].|`xref:apis/tinymce.editor.ui.registry.adoc[Registry]`
144144
|===
145145

@@ -158,7 +158,7 @@ Emoticons and Charmap use an autocompleter.
158158

159159

160160
For information on creating an autocompleter, see:
161-
link:https://www.tiny.cloud/docs/tinymce/7/autocompleter/[
161+
link:https://www.tiny.cloud/docs/tinymce/8/autocompleter/[
162162
UI Components - Autocompleter].
163163

164164
==== Parameters
@@ -179,7 +179,7 @@ via keyboard navigation controls.
179179

180180

181181
For information on creating a basic toolbar button, see:
182-
link:https://www.tiny.cloud/docs/tinymce/7/custom-basic-toolbar-button/[
182+
link:https://www.tiny.cloud/docs/tinymce/8/custom-basic-toolbar-button/[
183183
UI Components - Types of toolbar buttons: Basic button].
184184

185185
==== Parameters
@@ -223,7 +223,7 @@ contextual input form appears allowing for quick changes to the url field.
223223

224224

225225
For information on creating context forms, see:
226-
link:https://www.tiny.cloud/docs/tinymce/7/contextform/[
226+
link:https://www.tiny.cloud/docs/tinymce/8/contextform/[
227227
UI Components - Context forms].
228228

229229
==== Parameters
@@ -244,7 +244,7 @@ for example, the cursor is inside a table.
244244

245245

246246
For information on creating context menus, see:
247-
link:https://www.tiny.cloud/docs/tinymce/7/contextmenu/[
247+
link:https://www.tiny.cloud/docs/tinymce/8/contextmenu/[
248248
UI Components - Context Menu].
249249

250250
==== Parameters
@@ -265,7 +265,7 @@ the cursor is on an image element.
265265

266266

267267
For information on creating context toolbars, see:
268-
link:https://www.tiny.cloud/docs/tinymce/7/contexttoolbar/[
268+
link:https://www.tiny.cloud/docs/tinymce/8/contexttoolbar/[
269269
UI Components - Context Toolbar].
270270

271271
==== Parameters
@@ -289,7 +289,7 @@ clicked.
289289

290290

291291
For information on creating a group toolbar button, see:
292-
link:https://www.tiny.cloud/docs/tinymce/7/custom-group-toolbar-button/[
292+
link:https://www.tiny.cloud/docs/tinymce/8/custom-group-toolbar-button/[
293293
UI Components - Types of toolbar buttons: Group toolbar button].
294294

295295
==== Parameters
@@ -335,7 +335,7 @@ addNestedMenuItem or addToggleMenuItem.
335335

336336

337337
For information on creating a toolbar menu button, see:
338-
link:https://www.tiny.cloud/docs/tinymce/7/custom-menu-toolbar-button/[
338+
link:https://www.tiny.cloud/docs/tinymce/8/custom-menu-toolbar-button/[
339339
UI Components - Types of toolbar buttons: Menu button].
340340

341341
==== Parameters
@@ -356,7 +356,7 @@ via keyboard navigation controls.
356356

357357

358358
For information on creating a basic menu item, see:
359-
link:https://www.tiny.cloud/docs/tinymce/7/creating-custom-menu-items/[
359+
link:https://www.tiny.cloud/docs/tinymce/8/creating-custom-menu-items/[
360360
UI Components - Custom menu items: Basic menu items].
361361

362362
==== Parameters
@@ -378,7 +378,7 @@ created by addMenuItem, addNestedMenuItem or addToggleMenuItem.
378378

379379

380380
For information on creating a nested menu item, see:
381-
link:https://www.tiny.cloud/docs/tinymce/7/custom-nested-menu-items/[
381+
link:https://www.tiny.cloud/docs/tinymce/8/custom-nested-menu-items/[
382382
UI Components - Custom menu items: Nested menu items].
383383

384384
==== Parameters
@@ -404,7 +404,7 @@ sidebar for its Ui components.
404404

405405

406406
For information on creating a custom sidebar, see:
407-
link:https://www.tiny.cloud/docs/tinymce/7/customsidebar/[
407+
link:https://www.tiny.cloud/docs/tinymce/8/customsidebar/[
408408
UI Components - Custom sidebar].
409409

410410
==== Parameters
@@ -425,7 +425,7 @@ a split button to simplify its functionality.
425425

426426

427427
For information on creating a split toolbar button, see:
428-
link:https://www.tiny.cloud/docs/tinymce/7/custom-split-toolbar-button/[
428+
link:https://www.tiny.cloud/docs/tinymce/8/custom-split-toolbar-button/[
429429
UI Components - Types of toolbar buttons: Split button].
430430

431431
==== Parameters
@@ -446,7 +446,7 @@ be set in the configuration.
446446

447447

448448
For information on creating a toggle toolbar button, see:
449-
link:https://www.tiny.cloud/docs/tinymce/7/custom-toggle-toolbar-button/[
449+
link:https://www.tiny.cloud/docs/tinymce/8/custom-toggle-toolbar-button/[
450450
UI Components - Types of toolbar buttons: Toggle button].
451451

452452
==== Parameters
@@ -467,7 +467,7 @@ showing a tick in the menu item to represent state.
467467

468468

469469
For information on creating a toggle menu item, see:
470-
link:https://www.tiny.cloud/docs/tinymce/7/custom-toggle-menu-items/[
470+
link:https://www.tiny.cloud/docs/tinymce/8/custom-toggle-menu-items/[
471471
UI Components - Custom menu items: Toggle menu items].
472472

473473
==== Parameters
@@ -494,7 +494,7 @@ The ToggleView command can be queried for its current state.
494494

495495

496496
For information on creating a custom view, see:
497-
link:https://www.tiny.cloud/docs/tinymce/7/custom-view/[
497+
link:https://www.tiny.cloud/docs/tinymce/8/custom-view/[
498498
UI Components - Custom view].
499499

500500
==== Parameters

0 commit comments

Comments
 (0)