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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
13
13
-`<CodeAutocompleteField />`:
14
14
-`outerDivAttributes` property: allows to set parameter of the container element
15
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
16
20
17
21
### Fixed
18
22
@@ -23,6 +27,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
23
27
- First auto-completion item not marked as active when drop down first shown.
24
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.
25
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
0 commit comments