Skip to content
Closed
Changes from all commits
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
15 changes: 14 additions & 1 deletion modules/ROOT/pages/8.0-release-notes.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

= {productname} {release-version}
:release-version: 8.0.0
:navtitle: {productname} {release-version}
Expand Down Expand Up @@ -148,6 +147,20 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a

// CCFR here.

=== Nested font sizes no longer cause excessive line spacing
// #TINY-12073

Previously, applying different font sizes to nested elements could result in inconsistent and overly large line heights. This affected users by introducing visual clutter and making text blocks appear misaligned or difficult to read.

{productname} {release-version} introduces a fix that ensures line heights are calculated based on the font size of the parent element, rather than the nested child elements. This means that when different font sizes are applied within the same content, the line heights will be consistent and proportional to the parent element's font size.

=== Improved font size inheritance for nested elements
#TINY-12073

Previously, when applying a smaller font size inline within text that had a larger inherited font size (for example, 10pt text within a 24pt paragraph), the editor would create nested `<span>` elements. When creating new paragraphs or pasting content, these nested styles would be unexpectedly retained instead of reverting to the original inherited font size. This caused unintended style inheritance and inconsistent formatting in documents.

{productname} {release-version} resolves this by improving how font sizes are inherited and flattened when splitting paragraphs or pasting content. New paragraphs now correctly inherit the parent block's font size rather than retaining nested inline styles, ensuring more predictable and consistent text formatting.


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