Skip to content

Commit f9442ed

Browse files
committed
DOC-2498: The command MarkdownInsert is now registered immediately and operates in an async manner, instead of waiting for resources before registering the command.
1 parent f236542 commit f9442ed

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,24 @@ 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

7391
[[accompanying-premium-plugin-end-of-life-announcement]]
7492
== Accompanying Premium plugin end-of-life announcement

0 commit comments

Comments
 (0)