Skip to content

Commit c9d5e84

Browse files
committed
DOC-3355: ToggleSidebar events were not being triggered when toggling floating sidebars
1 parent 9378169 commit c9d5e84

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,21 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]
2929

3030
The following premium plugin updates were released alongside {productname} {release-version}.
3131

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 fixes.
37+
38+
==== `ToggleSidebar` events were not being triggered when toggling floating sidebars
39+
// #TINY-14243
40+
41+
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.
42+
43+
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.
44+
45+
For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI].
46+
3247
=== <Premium plugin name 1> <Premium plugin name 1 version>
3348

3449
The {productname} {release-version} release includes an accompanying release of the **<Premium plugin name 1>** premium plugin.

0 commit comments

Comments
 (0)