Skip to content

Commit e5ca8b7

Browse files
authored
DOC-3147: Deprecated editor.selection.setContent API (#3789)
* DOC-3147: Deprecated API. * Update modules/ROOT/pages/8.0-release-notes.adoc
1 parent 01969c9 commit e5ca8b7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,13 @@ For information about setting up containerized server-side components using Dock
373373

374374
// CCFR here.
375375

376+
=== Deprecated `editor.selection.setContent` API
377+
// TINY-11692
378+
379+
The `editor.selection.setContent` method has been deprecated in {productname} {release-version}. This low-level API was never intended for external use and does not guarantee consistent behavior when inserting complex content structures, such as lists. Integrators are advised to use the supported `editor.insertContent` method for reliable content insertion.
380+
381+
This deprecation helps reduce confusion and aligns content insertion with {productname}'s supported APIs.
382+
376383

377384
[[known-issues]]
378385
== Known issues

0 commit comments

Comments
 (0)