You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
3
+
### 2.30.0
4
+
5
+
-`Improvement` — The ability to merge blocks of different types (if both tools provide the conversionConfig)
6
+
-`Fix` — `onChange` will be called when removing the entire text within a descendant element of a block.
7
+
-`Fix` - Unexpected new line on Enter press with selected block without caret
8
+
-`Fix` - Search input autofocus loosing after Block Tunes opening
9
+
-`Fix` - Block removing while Enter press on Block Tunes
10
+
11
+
### 2.29.1
12
+
13
+
-`Fix` — Toolbox wont be shown when Slash pressed with along with Shift or Alt
14
+
-`Fix` — Toolbox will be opened when Slash pressed in non-US keyboard layout where there is no physical '/' key.
15
+
3
16
### 2.29.0
4
17
5
18
-`New` — Editor Config now has the `style.nonce` attribute that could be used to allowlist editor style tag for Content Security Policy "style-src"
@@ -17,6 +30,8 @@
17
30
-`Fix` — Caret losing on Mobile Devices when adding a block via Toolbox or via Backspace at the beginning of a Block
18
31
-`Improvement` — Now you can set focus via arrows/Tab to "contentless" (decorative) blocks like Delimiter which have no inputs.
19
32
-`Improvement` — Inline Toolbar sometimes opened in an incorrect position. Now it will be aligned by the left side of the selected text. And won't overflow the right side of the text column.
33
+
-`Improvement` - Now the `data-mutation-free` supports deep nesting, so you can mark some element with it to prevent the onChange call caused by child element mutating
34
+
-`Improvement` - Now the `data-mutation-free` also allows to skip "characterData" mutations (eg. text content change)
20
35
-`Refactoring` — `ce-block--focused` class toggling removed as unused.
0 commit comments