.changes/mcagar/9.0.0.md
TinyState.withNoneditableRootEditor and TinyState.withNoneditableRootEditorAsync now call the setEditableRoot API instead of using direct dom mutation. #TINY-10304TinyState module that contains transactional functions for editor states.getUiRoot from TinyUiActions for easier ShadowDOM support. #TINY-9226pWaitForEventToStopFiring function to the TinyContentActions helper methods to allow tests to wait until an event stops being triggered.promotion option added in TinyMCE 6.2 is set to false by default.getSel() function to the EditorTypes.Selection interface.setRawSelection() function to the TinySelections helper methods to allow setting the selection without using any TinyMCE APIs.setSetting and deleteSetting APIs have been deprecated and replaced with setOption and unsetOption APIs.TinyHooks setup modules were incorrectly executed before TinyMCE was loaded #TINY-7957args parameter to TinyAssertions.assertContent to be passed to editor.getContent() #TINY-3388TinyContentActions.trueClick and TinyContentActions.trueClickOn #TINY-7399node_modules if a tinymce global isn't available.