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