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
{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:
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].
that could leak memory. This method will be called automatically when the page is unloaded
86
86
but you can also call it directly if you know what you are doing.|`xref:apis/tinymce.editor.adoc[Editor]`
87
87
|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]`
89
89
|xref:#execCommand[execCommand()]|Executes a registered command on the current instance. A list of available commands can be found in
90
90
the tinymce command identifiers documentation.|`xref:apis/tinymce.editor.adoc[Editor]`
91
91
|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.
93
93
94
94
95
95
__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
127
127
|xref:#nodeChanged[nodeChanged()]|Dispatches out a onNodeChange event to all observers. This method should be called when you
128
128
need to update the UI states or element path etc.|`xref:apis/tinymce.editor.adoc[Editor]`
129
129
|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]`
131
131
|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]`
133
133
|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]`
135
135
|xref:#queryCommandState[queryCommandState()]|Returns a command specific state, for example if bold is enabled or not.|`xref:apis/tinymce.editor.adoc[Editor]`
136
136
|xref:#queryCommandSupported[queryCommandSupported()]|Returns true/false if the command is supported or not.|`xref:apis/tinymce.editor.adoc[Editor]`
137
137
|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.
|xref:#addGroupToolbarButton[addGroupToolbarButton()]|Registers a new group toolbar button for the toolbar. Renders a toolbar button that opens a floating toolbar when
63
63
clicked.
@@ -67,7 +67,7 @@ clicked.
67
67
68
68
69
69
For information on creating a group toolbar button, see:
0 commit comments