Skip to content

Commit 9befb40

Browse files
Merge branch 'feature/7.7.0/DOC-3132' into feature/7.7.0/DOC-3132_TINY-11613
2 parents 08a91d9 + 940d837 commit 9befb40

File tree

1 file changed

+57
-2
lines changed

1 file changed

+57
-2
lines changed

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

Lines changed: 57 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,52 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]
2424

2525
The following premium plugin updates were released alongside {productname} {release-version}.
2626

27+
=== Advanced Typography
28+
29+
The {productname} {release-version} release includes an accompanying release of the **Advanced Typography** premium plugin.
30+
31+
**Advanced Typography** includes the following fix.
32+
33+
==== Serbian and Ukrainian languages were spelled incorrectly.
34+
// #TINY-11713
35+
36+
Previously, an issue was identified where `Ukrainian` and `Serbian` were incorrectly spelt in the typography plugin.
37+
38+
{productname} {release-version} addresses this by fixing the spelling.
39+
40+
For information on the **Advanced Typography** plugin, see: xref:advanced-typography.adoc[Advanced Typography].
41+
42+
=== Comments
43+
44+
The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin.
45+
46+
**Comments** includes the following fixes.
47+
48+
==== Pressing Keyboard shorctut `cmd+alt+m` when cursor is on annotated content now opens and focuses the reply textarea.
49+
// #TINY-11321
50+
51+
Previously, an issue was identified where pressing the keyboard shortcut `cmd-alt-m` on Mac and `ctrl-alt-m` on Windows while the cursor was on annotated content and the comments sidebar was open resulted in the focus shifting to the corresponding comment, which was not the desired behavior.
52+
53+
{productname} {release-version} fixes this by ensuring that the focus now moves to the reply text area instead of the corresponding comment.
54+
This matches the behavior when the "Add New Comment" button is clicked, resulting in more consistent functionality.
55+
56+
For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Comments].
57+
2758
=== Image Optimizer
2859

2960
The {productname} {release-version} release includes an accompanying release of the **Image Optimizer** premium plugin.
3061

3162
**Image Optimizer** includes the following fixes and improvements.
3263

64+
==== Some image file extensions would sometimes be incorrectly considered unsupported.
65+
// #TINY-11668
66+
67+
Previously, an issue was identified where `.jfi` and `.jif` file extensions were incorrectly considered unsupported due to the validation logic.
68+
69+
As a result, these extensions were blocked, and users encountered the error message: "Failed to upload: The image is not a supported file format."
70+
71+
{productname} {release-version} resolves this issue by fixing the validation logic to correctly detect the MIME type of uploaded images, ensuring that users can now successfully upload `.jfi` and `.jif` files.
72+
3373
==== Some error messages are now more descriptive.
3474
// #TINY-11613
3575

@@ -40,7 +80,6 @@ This caused confusion in identifying the problem during setup.
4080

4181
For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Image Optimizer].
4282

43-
4483
[[improvements]]
4584
== Improvements
4685

@@ -66,7 +105,15 @@ For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Ima
66105
[[bug-fixes]]
67106
== Bug fixes
68107

69-
{productname} {release-version} also includes the following bug fix<es>:
108+
{productname} <x.y[.z]> also includes the following bug fix<es>:
109+
110+
=== The `insertContent` API was not replacing selected non-editable elements correctly.
111+
// #TINY-11714
112+
113+
Previously in {productname}, an issue was identified where, if an inline non-editable element was the only child of a block, inserting content would not replace the element.
114+
As a result, integrators were unable to insert content into inline non-editable elements.
115+
116+
{productname} {release-version} resolves this by modifying the functionality of the `insertContent` API to support this scenario. This ensures that integrators can now insert content into inline elements, making the `insertContent` API more robust.
70117

71118
=== Preview Dialog incorrectly opened anchor links in a new tab.
72119
// #TINY-11740
@@ -78,6 +125,14 @@ This resulted in a poor user experience as users could not engage with anchor li
78125

79126
{productname} {release-version} resolves this issue by first checking whether a link is an anchor link and ensuring that users are navigated to the corresponding anchor element, which is the expected behavior.
80127

128+
=== Iframe aria text used to suggest to open help dialog even when the help plugin was not enabled.
129+
// #TINY-11672
130+
131+
Previously, an issue was identified where the aria-label attribute in the body element was set to “Rich Text Area. Press `ALT-0` for help”. This affected accessibility because the screen reader would announce this message, but when users pressed `ALT-0`,
132+
the help dialog would not open if the plugin was disabled, leading to confusion.
133+
134+
{productname} {release-version} addresses this issue by ensuring that if the help plugin is disabled, the screen reader announces only "Rich Text Area." If the help plugin is enabled, the screen reader announces "Rich Text Area. Press `ALT-0` for help.".
135+
81136
[[known-issues]]
82137
== Known issues
83138

0 commit comments

Comments
 (0)