Skip to content

Commit

Permalink
Merge branch 'feature/7.7.0/DOC-3132' into feature/7.7.0/DOC-3132_TIN…
Browse files Browse the repository at this point in the history
…Y-11613
  • Loading branch information
abhinavgandham authored Feb 11, 2025
2 parents 08a91d9 + 940d837 commit 9befb40
Showing 1 changed file with 57 additions and 2 deletions.
59 changes: 57 additions & 2 deletions modules/ROOT/pages/7.7.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,52 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]

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

=== Advanced Typography

The {productname} {release-version} release includes an accompanying release of the **Advanced Typography** premium plugin.

**Advanced Typography** includes the following fix.

==== Serbian and Ukrainian languages were spelled incorrectly.
// #TINY-11713

Previously, an issue was identified where `Ukrainian` and `Serbian` were incorrectly spelt in the typography plugin.

{productname} {release-version} addresses this by fixing the spelling.

For information on the **Advanced Typography** plugin, see: xref:advanced-typography.adoc[Advanced Typography].

=== Comments

The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin.

**Comments** includes the following fixes.

==== Pressing Keyboard shorctut `cmd+alt+m` when cursor is on annotated content now opens and focuses the reply textarea.
// #TINY-11321

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.

{productname} {release-version} fixes this by ensuring that the focus now moves to the reply text area instead of the corresponding comment.
This matches the behavior when the "Add New Comment" button is clicked, resulting in more consistent functionality.

For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Comments].

=== Image Optimizer

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

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

==== Some image file extensions would sometimes be incorrectly considered unsupported.
// #TINY-11668

Previously, an issue was identified where `.jfi` and `.jif` file extensions were incorrectly considered unsupported due to the validation logic.

As a result, these extensions were blocked, and users encountered the error message: "Failed to upload: The image is not a supported file format."

{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.

==== Some error messages are now more descriptive.
// #TINY-11613

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

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


[[improvements]]
== Improvements

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

{productname} {release-version} also includes the following bug fix<es>:
{productname} <x.y[.z]> also includes the following bug fix<es>:

=== The `insertContent` API was not replacing selected non-editable elements correctly.
// #TINY-11714

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.
As a result, integrators were unable to insert content into inline non-editable elements.

{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.

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

{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.

=== Iframe aria text used to suggest to open help dialog even when the help plugin was not enabled.
// #TINY-11672

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`,
the help dialog would not open if the plugin was disabled, leading to confusion.

{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.".

[[known-issues]]
== Known issues

Expand Down

0 comments on commit 9befb40

Please sign in to comment.