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
+30-1Lines changed: 30 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,38 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
6
7
7
## [Unreleased]
8
8
9
+
## [24.4.0] - 2025-08-07
10
+
9
11
### Added
10
12
11
-
- Extended existing height and readOnly props from `CodeEditorProps` to `AutoSuggestionProps` & `ExtendedCodeEditorProps` to be configurable from `<CodeAutocompleteField />`
13
+
-`<ExtendedCodeEditor />`
14
+
-`height` and `readOnly` properties to forward them to `<CodeEditor/>`
15
+
-`<CodeAutocompleteField />`:
16
+
-`outerDivAttributes` property: allows to set parameter of the container element
17
+
-`height` and `readOnly` properties to forward them to `<ExtendedCodeEditor/>`
18
+
-`<ActivityControlWidget />`
19
+
-`additionalActions` property to include other more complex components between the action buttons and the context menu of the widget
20
+
-`<Tooltip />`
21
+
-`swapPlaceholderDelay` property to allow configuration of the delay time before the placeholder element is replaced by the actual tooltip component
22
+
23
+
### Fixed
24
+
25
+
-`<CodeEditor />`
26
+
- Editor is re-created after certain property changes and is reset, i.e. loses it current state.
27
+
- Enter key handling (adding new line) was broken when `onKeyDown` is defined.
28
+
-`<CodeAutocompleteField />`
29
+
- First auto-completion item not marked as active when drop down first shown.
30
+
- 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.
31
+
32
+
### Changed
33
+
34
+
-`<NodeContent />`
35
+
- prevent start of a react flow drag action of a node when user clicks in the node menu section
36
+
37
+
### Deprecated
38
+
39
+
-`<CodeEditor />`
40
+
-`onChange` property: support for `(v: any) => void` type will be exchanged to more specific `(v: string) => void`
0 commit comments