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
The following premium plugin updates were released alongside {productname} {release-version}.
26
26
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
+
27
58
=== Image Optimizer
28
59
29
60
The {productname} {release-version} release includes an accompanying release of the **Image Optimizer** premium plugin.
30
61
31
62
**Image Optimizer** includes the following fixes and improvements.
32
63
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
+
33
73
==== Dropping files on the placeholder would sometimes insert the image in an incorrect location.
34
74
// #TINY-11643
35
75
@@ -40,7 +80,6 @@ This resulted in unpredictable behavior when users dragged and dropped an image
40
80
41
81
For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Image Optimizer].
42
82
43
-
44
83
[[improvements]]
45
84
== Improvements
46
85
@@ -66,7 +105,15 @@ For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Ima
66
105
[[bug-fixes]]
67
106
== Bug fixes
68
107
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.
70
117
71
118
=== Preview Dialog incorrectly opened anchor links in a new tab.
72
119
// #TINY-11740
@@ -78,6 +125,14 @@ This resulted in a poor user experience as users could not engage with anchor li
78
125
79
126
{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.
80
127
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.".
0 commit comments