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