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: CHANGELOG.md
+34-1Lines changed: 34 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,39 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
8
8
9
9
### Added
10
10
11
+
-`<ExtendedCodeEditor />`
12
+
-`height` and `readOnly` properties to forward them to `<CodeEditor/>`
13
+
-`<CodeAutocompleteField />`:
14
+
-`outerDivAttributes` property: allows to set parameter of the container element
15
+
-`height` and `readOnly` properties to forward them to `<ExtendedCodeEditor/>`
16
+
-`<ActivityControlWidget />`
17
+
-`additionalActions` property to include other more complex components between the action buttons and the context menu of the widget
18
+
-`<Tooltip />`
19
+
-`swapPlaceholderDelay` property to allow configuration of the delay time before the placeholder element is replaced by the actual tooltip component
20
+
21
+
### Fixed
22
+
23
+
-`<CodeEditor />`
24
+
- Editor is re-created after certain property changes and is reset, i.e. loses it current state.
25
+
- Enter key handling (adding new line) was broken when `onKeyDown` is defined.
26
+
-`<CodeAutocompleteField />`
27
+
- First auto-completion item not marked as active when drop down first shown.
28
+
- Read-only mode does not work correctly. It is still possible to change the value via pressing Enter (in multiline mode) or clicking the clear button.
29
+
30
+
### Changed
31
+
32
+
-`<NodeContent />`
33
+
- prevent start of a react flow drag action of a node when user clicks in the node menu section
34
+
35
+
### Deprecated
36
+
37
+
-`<CodeEditor />`
38
+
-`onChange` property: support for `(v: any) => void` type will be exchanged to more specific `(v: string) => void`
39
+
40
+
## [24.3.0] - 2025-06-05
41
+
42
+
### Added
43
+
11
44
- added support for React Flow v12
12
45
-`<NodeContent />` can used with `flowVersion="v12"`
13
46
- more v12-only components: `EdgeDefaultV12`, `NodeDefaultV12`, `EdgeDefs`
@@ -16,7 +49,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
16
49
### Deprecated
17
50
18
51
-`<EdgeDefaultV12 />` and `<NodeDefaultV12 />` will be removed when React Flow v12 is supported directly by `<EdgeDefault />` and `<NodeDefault />`
19
-
-`flowVersion`: `legacy` and `next` will be removed/replaced by `v##` values
52
+
-`flowVersion` property: `legacy` and `next` will be removed/replaced by `v##` values
0 commit comments