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
17 changes: 17 additions & 0 deletions modules/ROOT/pages/8.1.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,22 @@ The following premium plugin updates were released alongside {productname} {rele

// For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].


=== Spell Checker

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

**Spell Checker** Premium plugin includes the following fix.

==== Spellcheck could create an invalid selection if the first element in the document was `+noneditable+`.
// #TINY-12514

Previously when the first element of a document was set as a `contenteditable="false"` (CEF) element, selecting all content with {productname} spellchecker could result in an invalid selection state. This issue prevented the deletion of the entire content selection, creating an edge case that disrupted normal editing workflows.

To resolve this, {productname} now inserts a temporary hidden element before the initial CEF element in such scenarios. This adjustment ensures that full selections are valid and can be deleted as expected.

For information on the **Spell Checker** plugin, see: xref:introduction-to-tiny-spellchecker.adoc[Spell Checker].

=== Comments

The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin.
Expand Down Expand Up @@ -194,6 +210,7 @@ To resolve this, empty content is no longer sent. When the editor is empty or be

For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits].


[[improvements]]
== Improvements

Expand Down