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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
9
9
### Added
10
10
11
11
- Extended existing height and readOnly props from `CodeEditorProps` to `AutoSuggestionProps` & `ExtendedCodeEditorProps` to be configurable from `<CodeAutocompleteField />`
12
-
- Added additional actions to `<ActivityControlWidget />`
12
+
-`<ActivityControlWidget />`
13
+
-`additionalActions` property to include other more complex components between the action buttons and the context menu of the widget
14
+
-`<Tooltip />`
15
+
-`swapPlaceholderDelay` property to allow configuration of the delay time before the placeholder element is replaced by the actual tooltip component
16
+
17
+
### Changed
18
+
19
+
-`<NodeContent />`
20
+
- prevent start of a react flow drag action of a node when user clicks in the node menu section
0 commit comments