* 0.7.26

* README update
This commit is contained in:
Chenlei Hu
2024-07-18 15:51:51 -04:00
committed by GitHub
parent 12fe34cf10
commit 10a30604f4
3 changed files with 5 additions and 3 deletions

View File

@@ -7,6 +7,8 @@ This repo is litegraph with the following modifications:
- Type schema change for ComfyUI_frontend TS migration (https://github.com/Comfy-Org/litegraph.js/pull/3)
- Zoom fix (https://github.com/Comfy-Org/litegraph.js/pull/7)
- Emit search box triggering custom events (<https://github.com/Comfy-Org/litegraph.js/pull/10>)
- 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>)
# Install
`npm i @comfyorg/litegraph`

4
package-lock.json generated
View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@comfyorg/litegraph",
"version": "0.7.25",
"version": "0.7.26",
"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",