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
The following premium plugin updates were released alongside {productname} {release-version}.
31
31
32
-
=== TinyMCE AI
33
-
34
-
The {productname} {release-version} release includes an accompanying release of the **TinyMCE AI** premium plugin.
35
-
36
-
**TinyMCE AI** includes the following fix.
37
-
38
-
==== AI Review suggestion cards now stay available when you close and reopen the review sidebar while suggestions are still loading
39
-
// #TINY-14197
40
-
41
-
Previously, closing the TinyMCE AI Review sidebar immediately after starting a review and then reopening it after the AI finished generating suggestions would reset the sidebar state. The suggestion cards associated with the review were not displayed, and instead the list of available reviews appeared alongside the preview. This prevented the generated suggestions from being actioned.
42
-
43
-
In {productname} {release-version}, the sidebar state is now correctly preserved when the sidebar is closed and reopened during or after suggestion generation. The review suggestion cards remain visible and actionable, even if the sidebar was closed while the AI was still streaming results.
44
-
45
-
For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI].
46
-
47
32
=== <Premium plugin name 1> <Premium plugin name 1 version>
48
33
49
34
The {productname} {release-version} release includes an accompanying release of the **<Premium plugin name 1>** premium plugin.
@@ -60,23 +45,28 @@ For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode
60
45
61
46
The {productname} {release-version} release includes an accompanying release of the **TinyMCE AI** premium plugin.
62
47
63
-
**TinyMCE AI** includes the following fix.
48
+
**TinyMCE AI** includes the following fixes, improvements and additions.
64
49
65
-
==== Menus no longer close on mouse out.
66
-
// #TINY-14055
50
+
==== `ToggleSidebar` events were not being triggered when toggling floating sidebars
51
+
// #TINY-14243
67
52
68
-
Previously, submenus in the TinyMCE AI plugin closed when the mouse pointer moved outside the menu area. This did not match the behavior of other {productname} menus, where submenus remain open until another item in the parent menu is selected or the entire menu is dismissed. The inconsistency made submenu navigation unreliable and could cause confusion during use.
53
+
Previously, the `+ToggleSidebar+` event was not emitted when opening or closing floating sidebars in the TinyMCE AI plugin. Additionally, querying the current sidebar value using `+editor.queryCommandValue('ToggleSidebar')+` did not return the correct identifier when a floating sidebar was open. This made it difficult to programmatically determine the state of floating sidebars or respond to state changes.
69
54
70
-
In {productname} {release-version}, submenus in the TinyMCE AI plugin no longer close on mouse out. Submenus now remain open until another parent menu item is selected or the menu is dismissed, matching the behavior of all other {productname} menus.
55
+
In {productname} {release-version}, floating sidebars now fully support the existing sidebar APIs. The `+ToggleSidebar+` event fires when floating sidebars are opened, closed, or switched, and `+queryCommandValue+` returns the correct sidebar identifier. This brings floating sidebars to full API parity with regular sidebars.
71
56
72
-
For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI].
57
+
==== AI Review suggestion cards now stay available when you close and reopen the review sidebar while suggestions are still loading
58
+
// #TINY-14197
73
59
60
+
Previously, closing the TinyMCE AI Review sidebar immediately after starting a review and then reopening it after the AI finished generating suggestions would reset the sidebar state. The suggestion cards associated with the review were not displayed, and instead the list of available reviews appeared alongside the preview. This prevented the generated suggestions from being actioned.
74
61
75
-
=== TinyMCE AI
62
+
In {productname} {release-version}, the sidebar state is now correctly preserved when the sidebar is closed and reopened during or after suggestion generation. The review suggestion cards remain visible and actionable, even if the sidebar was closed while the AI was still streaming results.
76
63
77
-
The {productname} {release-version} release includes an accompanying release of the **TinyMCE AI** premium plugin.
64
+
==== Menus no longer close on mouse out.
65
+
// #TINY-14055
78
66
79
-
**TinyMCE AI** includes the following fix.
67
+
Previously, submenus in the TinyMCE AI plugin closed when the mouse pointer moved outside the menu area. This did not match the behavior of other {productname} menus, where submenus remain open until another item in the parent menu is selected or the entire menu is dismissed. The inconsistency made submenu navigation unreliable and could cause confusion during use.
68
+
69
+
In {productname} {release-version}, submenus in the TinyMCE AI plugin no longer close on mouse out. Submenus now remain open until another parent menu item is selected or the menu is dismissed, matching the behavior of all other {productname} menus.
80
70
81
71
==== The first loading card during a review no longer appears focused
82
72
// #TINY-14077
@@ -85,63 +75,27 @@ Previously, when running an AI review, the first skeleton card displayed in the
85
75
86
76
In {productname} {release-version}, focus styles are no longer applied to loading cards in the Review sidebar. Cards only receive focus styling once their content has fully loaded and they can be interacted with.
87
77
88
-
For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI].
89
-
90
-
91
-
=== TinyMCE AI
92
-
93
-
The {productname} {release-version} release includes an accompanying release of the **TinyMCE AI** premium plugin.
94
-
95
-
**TinyMCE AI** includes the following addition.
96
-
97
78
==== New commands for executing AI UI actions
98
79
// #TINY-14266
99
80
100
81
Previously, Quick Actions in TinyMCE AI could only be triggered through the plugin's built-in menus and toolbar buttons. Integrators who wanted to invoke these actions from custom UI elements or automation workflows had no programmatic way to do so.
101
82
102
83
In {productname} {release-version}, the TinyMCE AI plugin registers a set of editor commands that mirror each Quick Action. These include commands for built-in actions such as `TinyMCEAIQuickActionImproveWriting`, `TinyMCEAIQuickActionCheckGrammar`, and `TinyMCEAIQuickActionTranslate` (which accepts a language argument), as well as `TinyMCEAIQuickActionCustom` for running a custom prompt with a specified model. A `TinyMCEAIChatPrompt` command is also available for sending a prompt directly to the Chat sidebar. For the full list of commands, see xref:tinymceai.adoc#tinymceai-plugin-commands[TinyMCE AI plugin commands].
103
84
104
-
For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI].
105
-
106
-
107
-
=== TinyMCE AI
108
-
109
-
The {productname} {release-version} release includes an accompanying release of the **TinyMCE AI** premium plugin.
110
-
111
-
**TinyMCE AI** includes the following addition.
112
-
113
85
==== New optional `id` property to `tinymceai_quickactions_custom` to register the action as custom menu item
114
86
// #TINY-14229
115
87
116
88
Previously, custom quick actions defined through the xref:tinymceai.adoc#tinymceai_quickactions_custom[`+tinymceai_quickactions_custom+`] option could only appear inside a dedicated Custom submenu within the Quick Actions menu. This limited integrators who wanted custom actions to appear as top-level menu items alongside predefined actions or in other menu configurations.
117
89
118
90
In {productname} {release-version}, an optional `id` property can be included in each custom quick action object. When an `id` is set, the custom action can be listed in the xref:tinymceai.adoc#tinymceai_quickactions_menu[`+tinymceai_quickactions_menu+`] array as its own top-level menu item, or included in any menubar menu or menu button configuration that accepts control identifiers.
119
91
120
-
For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI].
121
-
122
-
123
-
=== TinyMCE AI
124
-
125
-
The {productname} {release-version} release includes an accompanying release of the **TinyMCE AI** premium plugin.
126
-
127
-
**TinyMCE AI** includes the following fix.
128
-
129
92
==== Loader in the chat was normal size instead of small size
130
93
// #TINY-14155
131
94
132
95
Previously, the loading spinner displayed in the AI Chat area while generating a response used the default size rather than the small size. This caused the spinner to appear visually larger than the adjacent AI response icon, creating an inconsistent appearance within the chat interface.
133
96
134
97
In {productname} {release-version}, the AI Chat loading spinner is now sized to match the AI response icon dimensions, providing a consistent and polished visual experience.
135
98
136
-
For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI].
137
-
138
-
139
-
=== TinyMCE AI
140
-
141
-
The {productname} {release-version} release includes an accompanying release of the **TinyMCE AI** premium plugin.
142
-
143
-
**TinyMCE AI** includes the following improvement.
144
-
145
99
==== While the plugin is generating a review or quick action, the Stop button in the loading indicator receives focus
0 commit comments