Skip to content

Commit 4c14f39

Browse files
authored
DOC-2498: The command MarkdownInsert is now registered immediately and operates in an async manner, instead of waiting for resources before registering the command. (#3484)
1 parent 92768ab commit 4c14f39

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,32 @@ The {productname} {release-version} release includes an accompanying release of
6969

7070
For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].
7171

72+
=== Markdown
73+
74+
The {productname} {release-version} release includes an accompanying release of the **Markdown** premium plugin.
75+
76+
This **Markdown** premium plugin release includes the following improvement:
77+
78+
==== The command `MarkdownInsert` is now registered immediately and operates in an async manner, instead of waiting for resources before registering the command.
79+
// #TINY-11280
80+
81+
In {productname} {release-version}, the `MarkdownInsert` command is now registered immediately and operates asynchronously upon execution, rather than waiting for resources to register during initialization. Previously, the command required loading external content, which delayed its availability. By making the command async on execution instead of on loading, it is now accessible at initialization, improving responsiveness without the need for additional loading time.
82+
83+
==== Markdown command `MarkdownInsert` fires new event `MarkdownInserted` when completed.
84+
// #TINY-11280
85+
86+
In {productname} {release-version}, the `MarkdownInsert` command now triggers a new event, `MarkdownInserted`, upon completion. This event provides a notification when the markdown insertion process has finished, enabling better tracking and handling of post-insertion actions within the editor.
87+
88+
For information on the **Markdown** plugin, see xref:markdown.adoc[Markdown].
89+
7290
=== Comments
7391

7492
The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin.
7593

7694
**Comments** Premium plugin includes the following fixes.
7795

7896
==== The `conversationAuthor` property was missing from 'create` conversation events in the EventLog API.
97+
// #TINY-11352
7998

8099
In previous versions of the tinycomments plugin, the `conversationAuthor` property was missing from 'create' events within the event log, which led to incomplete tracking of user interactions when retrieving data through the `+getEventLog()+` API.
81100

0 commit comments

Comments
 (0)