From c0c40ab7e09d73a4ca099d1b8b6ff6a173831ebf Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 3 Jul 2025 14:08:46 +1000 Subject: [PATCH] DOC-3147: Removed undocumented documentBaseUrl property from Editor instances. documentBaseURI is the supported property now. --- modules/ROOT/pages/8.0-release-notes.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/ROOT/pages/8.0-release-notes.adoc b/modules/ROOT/pages/8.0-release-notes.adoc index 7c62f25b54..d0f8b2973d 100644 --- a/modules/ROOT/pages/8.0-release-notes.adoc +++ b/modules/ROOT/pages/8.0-release-notes.adoc @@ -137,6 +137,12 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a // CCFR here. +=== Removed undocumented `documentBaseUrl` property from Editor instances. `documentBaseURI` is the supported property now. +// #TINY-12182 + +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. + +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. [[bug-fixes]] == Bug fixes