We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7d3a7 commit 7b6b782Copy full SHA for 7b6b782
docs/CHANGELOG.md
@@ -16,6 +16,11 @@
16
- `DX` - Tools submodules removed from the repository
17
- `Improvement` - Shift + Down/Up will allow to select next/previous line instead of Inline Toolbar flipping
18
- `Improvement` - The API `caret.setToBlock()` offset now works across the entire block content, not just the first or last node.
19
+- `Improvement` - The API `blocks.renderFromHTML()` became async and now can be awaited.
20
+- `Fix` - `blocks.renderFromHTML()` — Error "Can't find a Block to remove." fixed
21
+- `Fix` - The API `.clear()` index invalidation fixed
22
+
23
24
25
### 2.30.7
26
0 commit comments