diff --git a/modules/ROOT/pages/8.7.0-release-notes.adoc b/modules/ROOT/pages/8.7.0-release-notes.adoc index 75d8e6d851..0637b05feb 100644 --- a/modules/ROOT/pages/8.7.0-release-notes.adoc +++ b/modules/ROOT/pages/8.7.0-release-notes.adoc @@ -184,6 +184,13 @@ For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE A // CCFR here. +=== Removed the 300-item limit on the emoticons dialog All tab +// #TINY-7552 + +Previously, the emoticons dialog limited the **All** tab to 300 items. This limit was a workaround, because rendering all of the available emoticons (over 1,200) caused performance issues and a laggy experience. + +In {productname} {release-version}, the render performance of the emoticons dialog has been optimized and the 300-item limit on the **All** tab has been removed. All available emoticons are now displayed. + === Pressing Tab or Shift+Tab on an open menu now closes it and moves focus to the next or previous focusable element // #TINY-13341