From 0374148cac49f82656db887a5bada8c0d878a9d3 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Sun, 2 Mar 2025 16:06:36 +1000 Subject: [PATCH 1/2] DOC-3150: Skin UI content CSS was truncated when bundling, causing CSS styles to be missing. --- modules/ROOT/pages/7.7.1-release-notes.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/7.7.1-release-notes.adoc b/modules/ROOT/pages/7.7.1-release-notes.adoc index 72823be65a..5ae3843bea 100644 --- a/modules/ROOT/pages/7.7.1-release-notes.adoc +++ b/modules/ROOT/pages/7.7.1-release-notes.adoc @@ -58,10 +58,12 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a {productname} {release-version} also includes the following bug fixes: -=== -// #TINY-vwxyz1 +=== Skin UI content CSS was truncated when bundling, causing CSS styles to be missing. +// #TINY-11875 -// CCFR here. +In previous versions of {productname}, an issue was identified where skin content CSS was truncated during the build process when bundling CSS files into JavaScript resources. This resulted in invalid styles, causing partial or complete loss of CSS in the editor UI for self-hosted setups, leading to broken styling and reduced usability. + +With the release of {productname} {release-version}, this issue has been resolved. The bundling process now ensures that CSS styles are correctly incorporated into the generated JavaScript resources, preventing truncation and maintaining proper styling consistency across the editor UI. [[known-issues]] From c018e7eab531bd63ea97c5b0928685e6451c78d2 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Tue, 4 Mar 2025 09:31:52 +1000 Subject: [PATCH 2/2] Update modules/ROOT/pages/7.7.1-release-notes.adoc Co-authored-by: Karl Kemister-Sheppard --- modules/ROOT/pages/7.7.1-release-notes.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/7.7.1-release-notes.adoc b/modules/ROOT/pages/7.7.1-release-notes.adoc index 5ae3843bea..b584e37727 100644 --- a/modules/ROOT/pages/7.7.1-release-notes.adoc +++ b/modules/ROOT/pages/7.7.1-release-notes.adoc @@ -61,9 +61,9 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a === Skin UI content CSS was truncated when bundling, causing CSS styles to be missing. // #TINY-11875 -In previous versions of {productname}, an issue was identified where skin content CSS was truncated during the build process when bundling CSS files into JavaScript resources. This resulted in invalid styles, causing partial or complete loss of CSS in the editor UI for self-hosted setups, leading to broken styling and reduced usability. +In {productname} {release-version}, an issue was identified where skin content CSS was truncated during the build process when bundling CSS files into JavaScript resources. This caused invalid styles, leading to partial or complete loss of CSS in the editor UI for self-hosted setups, which resulted in broken styling and reduced usability. -With the release of {productname} {release-version}, this issue has been resolved. The bundling process now ensures that CSS styles are correctly incorporated into the generated JavaScript resources, preventing truncation and maintaining proper styling consistency across the editor UI. +This issue has been resolved in {productname} {release-version}. The bundling process now correctly incorporates CSS styles into the generated JavaScript resources, preventing truncation and ensuring consistent styling across the editor UI. [[known-issues]]