-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #331 from chrisgoringe/dev
Update main to 1.3.1
- Loading branch information
Showing
27 changed files
with
436 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION = "1.3" | ||
VERSION = "1.3.1" | ||
WEB_DIRECTORY = "./js" | ||
|
||
NODE_CLASS_MAPPINGS= {} | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Capturing changes | ||
|
||
|Change|code|detection|response| | ||
|-|-|-|-| | ||
|Node created|controller.js|nodeCreated|UpdateController| | ||
|Node destroyed|controller.js|node_Created adds to onRemove|UpdateController| | ||
|Input change|controller.js|beforeRegisterNodeDef|ControllerPanel.node_change| | ||
|Mode change|controller.js|beforeRegisterNodeDef|ControllerPanel.node_change| | ||
|Imgs changed|controller.js|nodeCreated adds to onDrawForeground|ImageManager.node_img_change| | ||
|Definitions refreshed|controller.js|refreshComboInNodes|UpdateController| | ||
|Dialog boxes|controller.js|setup, MutationObserver|UpdateController| | ||
|Focus mode|controller.js|setup, MutationObserver|ControllerPanel.focus_mode_changed| | ||
|read_only|controller.js|setup, hijack of read_only|UpdateController| | ||
|load|controller.js|afterConfigureGraph|ControllerPanel.new_workflow| | ||
|node inclusion|node_inclusion.js|cp_callback_submenu|UpdateController| | ||
|title, color, group membership|controller.js|UpdateController.on_change| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.