Skip to content

Commit 27a6963

Browse files
authored
DOC-3147: Removed undocumented documentBaseUrl property from Editor instances. documentBaseURI is the supported property now. (#3787)
1 parent 7b26145 commit 27a6963

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@ This change aligns better with modern standards and ensures that page breaks are
162162

163163
// CCFR here.
164164

165+
=== Removed undocumented `documentBaseUrl` property from Editor instances. `documentBaseURI` is the supported property now.
166+
// #TINY-12182
167+
168+
An undocumented `documentBaseUrl` property was previously accessible on `Editor` instances. This property was not part of the supported public API and could lead to confusion or inconsistent usage across implementations.
169+
170+
To improve API clarity and maintain a well-defined interface, the `documentBaseUrl` property has been removed. Integrators should use the officially supported `documentBaseURI` property to access the base URI of the document.
165171

166172
[[bug-fixes]]
167173
== Bug fixes

0 commit comments

Comments
 (0)