NOTE: This is the {productname} Community version changelog. For information about the latest {cloudname} or {enterpriseversion} Release, see: xref:release-notes.adoc[{productname} Release Notes].
* New `pageUid` and `editorUid` properties to tinymce global and editor instance respectively.
// #TINY-12021 //suggest-remove//
* New `UserLookup` API to provide consistent user management and fetching/caching user information across TinyMCE plugins.
// #TINY-11974 //TODO//
* New toolbar icons for suggested edits plugin.
// #TINY-12070 //suggest-remove//
* New `crossorigin` option that sets the `crossorigin` attribute on scripts loaded by the editor.
// #TINY-12228
* New `allow_html_in_comments` option to allow HTML like contents inside comment data.
// #TINY-12220
* Support for TinyMCE 8 license keys and license key manager.
// #TINY-12001
### Improved
* Focus is now restored to a dialog after closing an alert, confirmation or another dialog.
// #TINY-12038
* Resize handles are more accessible with `role` and `aria-valuetext` attributes.
// #TINY-11421
* Toolbar drawer now closes when the editor loses focus.
// #TINY-12125
* The `translate` API now automatically replaces three dots in a row with an ellipsis character.
// #TINY-12155
* Tooltips can now be closed by pressing the escape key.
// #TINY-12054
* Instructions on how to navigate the color swatch, image select and insert table widget are now announced by the screen readers.
// #TINY-12189
* When `editor.resetContent()` is used, the resulting `SetContent` event now has the `initial` flag set in the event arguments.
// #TINY-12146
* Updated Image plugin decorative image check to align with accessbility standard
// #TINY-12545
### Changed
* New `list_max_depth` option that limits the maximum list indent depth.
// #TINY-11937
* DomParser no longer tries to fix some nodes when parsed with a context.
// #TINY-11927
* Split buttons are now rendered as separate action and chevron buttons.
// #TINY-8665
* Moved essential parts of the `lists` plugin into core.
// #TINY-12121 //TODO// Was set to Task
* Cut action no longer uses `execCommand('Delete')` function.
// #TINY-12171
* Comments with HTML like content, attributes with HTML like values, elements with HTML Comment like textContent are no longer retained while content sanitization is active.
// #TINY-12056 //TODO//
* Added space to promotion message for ease of reading.
// #TINY-12271
### Deprecated
* Deprecated `skipFocus` option for ToggleToolbarDrawer command. To skip focus use `skip_focus` option.