Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It's time to release 2.31 version.
It mostly contains stability and performance improvements.
New- Inline tools (those withisReadOnlySupportedspecified) can now be used in read-only modeNew- Inline tools (those withisReadOnlySupportedspecified) shortcuts now work in read-only modeImprovement- Block manager passes target tool config to theconversionConfig.importmethod on conversionFix- Fix selection of first block in read-only initialization with "autofocus=true"Fix- Incorrect caret position after blocks merging in SafariFix- Several toolbox items exported by the one tool have the same shortcut displayed in toolboxImprovement- The current block reference will be updated in read-only mode when blocks are clickedFix- codex-notifier and codex-tooltip moved from devDependencies to dependencies in package.json to solve type errorsFix- Handle whitespace input in empty placeholder elements to prevent caret from moving unexpectedly to the end of the placeholderFix- Fix the memory leak issue inShortcutsclassFix- Fix when / overides selected text outside of the editorDX- Tools submodules removed from the repositoryImprovement- Shift + Down/Up will allow to select next/previous line instead of Inline Toolbar flippingImprovement- The APIcaret.setToBlock()offset now works across the entire block content, not just the first or last node.Improvement- The APIblocks.renderFromHTML()became async and now can be awaited.Fix-blocks.renderFromHTML()— Error "Can't find a Block to remove." fixedFix- The API.clear()index invalidation fixed