* 0.7.33

* Fix types

* 0.7.34

* Update readme
This commit is contained in:
Chenlei Hu
2024-07-30 16:09:07 -04:00
committed by GitHub
parent 52bcf71e44
commit daa33fad94
4 changed files with 5 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ This repo is litegraph with the following modifications:
- Truncate overflowing combo widget text (<https://github.com/Comfy-Org/litegraph.js/pull/17>)
- Sort node based on ID on graph serialization (<https://github.com/Comfy-Org/litegraph.js/pull/21>)
- Fix empty input not used when connecting links (<https://github.com/Comfy-Org/litegraph.js/pull/24>)
- Batch output connection move/disconnect (<https://github.com/Comfy-Org/litegraph.js/pull/39>)
# Install
`npm i @comfyorg/litegraph`

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "litegraph.js",
"version": "0.7.32",
"version": "0.7.34",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "litegraph.js",
"version": "0.7.32",
"version": "0.7.34",
"license": "MIT",
"devDependencies": {
"@types/jest": "^28.1.3",

View File

@@ -1,6 +1,6 @@
{
"name": "@comfyorg/litegraph",
"version": "0.7.32",
"version": "0.7.34",
"description": "A graph node editor similar to PD or UDK Blueprints. It works in an HTML5 Canvas and allows to export graphs to be included in applications.",
"main": "src/litegraph.js",
"types": "src/litegraph.d.ts",

View File

@@ -6844,7 +6844,7 @@ LGraphNode.prototype.executeAction = function(action)
detail: {
subType: "empty-release",
originalEvent: e,
linkReleaseContextExtended,
linkReleaseContext: linkReleaseContextExtended,
},
}
));