You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/8.3.0-release-notes.adoc
+26-3Lines changed: 26 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,10 +46,19 @@ The following premium plugin updates were released alongside {productname} {rele
46
46
47
47
{productname} {release-version} also includes the following improvements:
48
48
49
-
=== <TINY-vwxyz 1 changelog entry>
50
-
// #TINY-vwxyz1
49
+
=== Show editor notification when a premium plugin is not allowed for a given license key.
50
+
// #TINY-12937
51
51
52
-
// CCFR here.
52
+
Previously, when a premium plugin was not permitted for a given license key, the plugin would be disabled without any corresponding editor message. As of {release-version}, this behaviour has been improved: the editor now displays a notification when a plugin is disabled due to license restrictions, reducing ambiguity.
53
+
54
+
For more informaton on license keys, see: xref:license-key.adoc[License Key].
55
+
56
+
=== Accordions can now be opened and closed when the editor is set to readonly.
57
+
// #TINY-12316
58
+
59
+
In previous versions of {productname}, accordion behavior in readonly mode relied on the browser’s default handling, which could still modify the DOM and lead to undesirable, uncontrolled changes to the editor state. This meant that even when the editor was configured as readonly, expanding or collapsing accordion sections could alter the underlying content structure in inconsistent ways.
60
+
61
+
In {productname} {release-version}, the xref:accordion.adoc[Accordion plugin] now explicitly manages open and close interactions in readonly mode, ensuring that any required DOM updates for toggling panels are performed in a controlled, minimally invasive manner. This improvement provides more predictable behavior, better control over how the DOM is manipulated, and a consistent user experience when interacting with accordions in readonly editors.
53
62
54
63
55
64
[[additions]]
@@ -95,6 +104,20 @@ The following premium plugin updates were released alongside {productname} {rele
95
104
96
105
Previously, an issue was identified where the tooltips for the dropdown chevrons for the **Bullet list** and **Numbered list** toolbar buttons were not translated correctly. This has been resolved in {release-version}. The dropdown chevron of these splitbuttons now displays correctly translated tooltips on hover.
97
106
107
+
=== Removing a line height at times did not remove it from all selected lines.
108
+
// #TINY-13053
109
+
110
+
An issue was identified where removing or modifying `lineheight` properties on multiple elements resulted in inconsistent updates when the elements had differing values. In these cases, only the `lineheight` of the first line was changed or removed, while subsequent lines were not updated.
111
+
112
+
{productname} {release-version} resolves this issue by introducing improved toggling behavior for the permissive `lineheight` option, ensuring that all lines are now correctly updated or removed as expected.
113
+
114
+
=== The `font-size` style on list items was not copied to new list items.
115
+
// #TINY-13224
116
+
117
+
Previously, an issue was identified where the `font-size` style applied to list items was not retained when creating new items in either numbered or bulleted lists. As a result, list items added by pressing `Enter` did not inherit the correct font size from the preceding item.
118
+
119
+
{productname} {release-version} addresses this issue by changing the behavior such that the `font-size` style is now consistently transferred to newly created list items. This ensures that all new list items have the correct font size.
0 commit comments