Skip to content

Commit d63a1e4

Browse files
DOC-3132: The API was not replacing selected non-editable elements correctly.
1 parent b30e16e commit d63a1e4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,13 @@ For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode
6464

6565
{productname} {release-version} also includes the following bug fix<es>:
6666

67-
=== <TINY-vwxyz 1 changelog entry>
68-
// #TINY-vwxyz1
67+
=== The `insertContent` API was not replacing selected non-editable elements correctly.
68+
// #TINY-11714
6969

70-
// CCFR here.
70+
Previously in {productname}, an issue was identified where, if an inline non-editable element was the only child of a block, inserting content would not replace the element.
71+
As a result, integrators were unable to insert content into inline non-editable elements.
72+
73+
{productname} {release-version} resolves this by modifying the functionality of the `insertContent` API to support this scenario. This ensures that integrators can now insert content into inline elements, making the `insertContent` API more robust.
7174

7275

7376
[[known-issues]]

0 commit comments

Comments
 (0)