|
4 | 4 |
|
5 | 5 | NOTE: This is the {productname} Community version changelog. For information about the latest {cloudname} or {enterpriseversion} Release, see: xref:release-notes.adoc[{productname} Release Notes]. |
6 | 6 |
|
| 7 | +== xref:7.7.0-release-notes.adoc[7.7.0 - 2025-02-19] |
| 8 | + |
| 9 | +=== Added |
| 10 | +* `link_attributes_postprocess` option that allows overriding attributes of a link that would be inserted through the link dialog. |
| 11 | +// #TINY-11707 |
| 12 | + |
| 13 | +=== Improved |
| 14 | +* Improved visual indication of a keyboard focus for a comment annotation when there is an image inside. |
| 15 | +// #TINY-11596 |
| 16 | +* Not specifying a notification type (or specifying incorrect one) now defaults to 'info'. |
| 17 | +// #TINY-11661 |
| 18 | +* Improved visual separation of comments side panel header. |
| 19 | +// #TINY-11715 |
| 20 | + |
| 21 | +=== Changed |
| 22 | +- Changed the `link` plugin behavior to move the cursor behind a link when inserted or edited via the UI. Patch contributed by Philipp91. |
| 23 | +// ##GH-9998 |
| 24 | + |
| 25 | +=== Fixed |
| 26 | +* Keyboard navigation for size inputs in context forms. |
| 27 | +// #TINY-11394 |
| 28 | +* Keyboard navigation for context form sliders. |
| 29 | +// #TINY-11482 |
| 30 | +* The `insertContent` API was not replacing selected non-editable elements correctly. |
| 31 | +// #TINY-11714 |
| 32 | +* Context toolbar inputs had incorrect margins. |
| 33 | +// #TINY-11624 |
| 34 | +* Iframe aria text used to suggest to open help dialog even when the help plugin was not enabled. |
| 35 | +// #TINY-11672 |
| 36 | +* Preview Dialog incorrectly opened anchor links in a new tab. |
| 37 | +// #TINY-11740 |
| 38 | +* The `float` property was not properly removed on the image when converting a image into a captioned image. |
| 39 | +// #TINY-11670 |
| 40 | +* Expanding selection to a word didn't work inside inline editing host elements. |
| 41 | +// #TINY-11304 |
| 42 | +* The `semantics` element in MathML was not properly retained when `annotation` elements was allowed. |
| 43 | +// #TINY-11755 |
| 44 | +* It was possible to tab to a toolbar group that had all children disabled. |
| 45 | +// #TINY-11665 |
| 46 | +* Keyboard navigation would get stuck on the 'more' toolbar button. |
| 47 | +// #TINY-11762 |
| 48 | +* Toolbar groups had both a `title` attribute and a custom tooltip, causing overlapping tooltips. |
| 49 | +// #TINY-11768 |
| 50 | +* Toolbar text field was properly rendering focus. |
| 51 | +// #TINY-11658 |
| 52 | + |
7 | 53 | == xref:7.6.1-release-notes.adoc[7.6.1 - 2025-01-22] |
8 | 54 |
|
9 | 55 | === Fixed |
|
0 commit comments