Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions modules/ROOT/pages/8.4.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]
* xref:known-issues[Known issues]


[[new-premium-plugin<s>]]
== New Premium plugin<s>
[[new-premium-plugins]]
== New Premium plugins

The following new Premium plugin was released alongside {productname} {release-version}.

Expand Down Expand Up @@ -245,6 +245,13 @@ In {productname} {release-version}, the new xref:custom-view.adoc#view_show[`+vi

// CCFR here.

=== Certain deletion keyboard events in lists could not be prevented
// #TINY-13276

In {productname} {release-version}, an issue was identified where certain deletion keyboard events within lists could not be prevented due to the key handler being registered before the editor setup phase and without verifying whether the event had already been prevented. As a result, attempts to intercept and prevent selection deletion were ineffective, limiting customization and control over list behavior.

{productname} {release-version} addresses this by updating the key handler registration to occur during the `init` phase, and additional checks now ensure that previously prevented events are respected.

=== Directionality of Hebrew was incorrect
// #TINY-13667

Expand Down
Loading