Skip to content

Commit a6c2eaf

Browse files
authored
Merge branch 'feature/7.5/DOC-2498' into feature/7.5/DOC-2498_TINY-11291
2 parents c5b37e2 + bb3539e commit a6c2eaf

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

modules/ROOT/pages/7.5-release-notes.adoc

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,20 @@ The {productname} {release-version} release includes an accompanying release of
6969

7070
For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].
7171

72+
=== Comments
73+
74+
The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin.
75+
76+
**Comments** Premium plugin includes the following fix.
77+
78+
==== The `conversationAuthor` property was missing from 'create` conversation events in the EventLog API.
79+
80+
In previous versions of the tinycomments plugin, the `conversationAuthor` property was missing from 'create' events within the event log, which led to incomplete tracking of user interactions when retrieving data through the `+getEventLog()+` API.
81+
82+
{productname} {release-version} addresses this issue. Now, the `conversationAuthor` property is included in 'create' events in the event log.
83+
84+
For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Introduction to {companyname} Comments].
85+
7286

7387
[[accompanying-premium-plugin-end-of-life-announcement]]
7488
== Accompanying Premium plugin end-of-life announcement
@@ -165,6 +179,20 @@ In previous versions of {productname}, an issue was identified where screen read
165179

166180
{productname} {release-version} addresses this issue. Now, the `aria-label` attribute has been moved to the input field to ensure it is correctly associated. Additionally, the descriptive text was updated from "Red/Green/Blue component" to "Red/Green/Blue channel" to provide clearer information for assistive technologies. These changes ensure that screen readers consistently and accurately announce the relevant RGB channels, significantly improving accessibility.
167181

182+
=== The `toolbar-sticky-offset` would still be applied after entering fullscreen mode.
183+
// #TINY-11137
184+
185+
In previous versions of {productname}, an issue was identified where the toolbar offset was incorrectly applied in fullscreen mode, causing the toolbar to overlap with the editor area.
186+
187+
{productname} {release-version} addresses this issue, by implementing a check to verify that the editor is **not** in fullscreen mode before applying the toolbar offset. As a result, the toolbar now appears in the correct position when in fullscreen mode, even with the `toolbar_sticky_offset` option defined.
188+
189+
=== Corrected focus highlight visibility in `Statusbar` path
190+
// #TINY-11381
191+
192+
A visual bug introduced in {productname} version xref:7.2.1-release-notes.adoc#long-translations-of-the-bottom-help-text-would-cause-minor-graphical-issues[7.1.2] caused the focus highlight to appear behind the tag name in the statusbar path, making it difficult for users to visually track their focus.
193+
194+
In {productname} {release-version}, this has been corrected. The focus highlight is now correctly displayed above the tag name when navigating through the statusbar path, ensuring a clear and visible focus indication.
195+
168196
[[security-fixes]]
169197
== Security fixes
170198

0 commit comments

Comments
 (0)