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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@ This is a major release, and it might be not compatible with your current usage
14
14
-`<CodeAutocompleteField />`:
15
15
- outerDivAttributes parameter: Allows to set parameter of the container div element of the code complete field.
16
16
17
+
### Removed
18
+
19
+
- support for React Flow v10 was completely removed
20
+
17
21
### Fixed
18
22
19
23
- <CodeMirror />:
@@ -26,6 +30,10 @@ This is a major release, and it might be not compatible with your current usage
26
30
-`<Modal />`:
27
31
- 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.
* `ReactFlow` container extension that includes pre-configured nodes and edges for
84
73
* Corporate Memory tools.
85
74
*
86
-
* @param T The concrete type of the corresponding version, i.e. either one of ReactFlowExtendedPropsV9, ReactFlowExtendedPropsV10 or ReactFlowExtendedPropsV12
75
+
* @param T The concrete type of the corresponding version, i.e. either one of ReactFlowExtendedPropsV9 or ReactFlowExtendedPropsV12
0 commit comments