Skip to content

Commit c0c40ab

Browse files
committed
DOC-3147: Removed undocumented documentBaseUrl property from Editor instances. documentBaseURI is the supported property now.
1 parent b3a9cdd commit c0c40ab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
137137

138138
// CCFR here.
139139

140+
=== Removed undocumented `documentBaseUrl` property from Editor instances. `documentBaseURI` is the supported property now.
141+
// #TINY-12182
142+
143+
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.
144+
145+
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.
140146

141147
[[bug-fixes]]
142148
== Bug fixes

0 commit comments

Comments
 (0)