Back to Tinymce

16.0.0

.changes/alloy/16.0.0.md

8.5.01.2 KB
Original Source

16.0.0 - 2026-03-27

Added

  • Added a new boolean showMenuRole property to MenuSpec, which affects the rendering of the role attribute on the menu component. #TINY-10806
  • Exposed the AriaDescribe module in the API. #TINY-10891
  • New remove API to the AriaDescribe module. #TINY-10891
  • Tooltips can now remain visible when hovered. #TINY-12053
  • Slider and size input support for context forms. #TINY-11342

Improved

  • Replace aria-pressed with aria-expanded in Toggling.config for SplitSlidingToolbarSchema. #TINY-10795
  • Tooltips close when recieving a message in the close tooltips channel. #TINY-12054

Fixed

  • Dialog title was not announced in macOS VoiceOver, dialogs now use aria-label instead of aria-labelledby on macOS. #TINY-10808
  • Dropdown menus with matchWidth: true would be located to the left of their parent if the content was sufficiently long. #TINY-4531
  • Toolbars incorrectly had the role "group" instead of "toolbar". Toolbar groups incorrectly had the role "toolbar" instead of "group". #TINY-13339
  • Slider APIs incorrectly returning non-numeric values. #TINY-11428
  • Toolbar dimensions when opening sub toolbars. #TINY-11549
  • The overflow more-button no longer traps tab navigation. #TINY-11762