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
7 changes: 7 additions & 0 deletions modules/ROOT/pages/8.7.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,13 @@ The {productname} {release-version} release includes an accompanying release of

**TinyMCE AI** includes the following improvements and fixes and additions.

==== The custom review textarea showed a scrollbar when it was empty.
// #TINYMCE-14409

Previously, the text area in the Custom review section of the **TinyMCE AI** Review sidebar showed a scrollbar even when it was empty. The placeholder text could scroll and the corners of the text area appeared cut off, which made the control look broken.

In {productname} {release-version}, the Custom review text area uses a larger default height, so the placeholder fits without a scrollbar and the text area renders correctly when empty.

==== The plugin no longer shows a console warning when `tinymceai_default_model` is not provided.
// #TINYMCE-14223

Expand Down
Loading