Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions modules/ROOT/pages/8.4.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a

// CCFR here.

=== Bundled content CSS is now loaded into preview iframes
// #TINY-13190

Previously, when the editor content CSS was bundled, it was not loaded into the Preview Iframe. This caused a visual mismatch between the editor content area and what users saw in the Preview dialog.
Comment thread
kemister85 marked this conversation as resolved.
Outdated

In {productname} {release-version}, the fix checks if the content CSS is available as a bundled resource and applies it to the Preview Iframe through style tags. Bundled content CSS is now correctly loaded in the Preview Iframe.


[[security-fixes]]
== Security fixes
Expand Down
Loading