Chenlei Hu
e99329cff5
Remove class-transformer dependency ( #1187 )
...
* nit
* Fix test
* Remove class-transformer and its deps
* nit
* Fix invalid type for dummy node
2024-10-09 15:10:19 -04:00
Chenlei Hu
c3b82165fa
1.3.13 ( #1178 )
2024-10-08 20:14:56 -04:00
Chenlei Hu
ee88a79bc3
1.3.12 ( #1175 )
2024-10-08 17:12:53 -04:00
Chenlei Hu
2b26514190
1.3.11 ( #1154 )
2024-10-07 17:27:25 -04:00
Chenlei Hu
dee1ec1a2a
Update Litegraph (TypeScript conversion) ( #1145 )
...
* Fix various type errors
* Fix rest of ts errors
* update litegraph
* nit
2024-10-07 11:31:54 -04:00
Chenlei Hu
c7aabecc0e
1.3.10 ( #1137 )
2024-10-06 17:25:09 -04:00
Chenlei Hu
b7287dbb22
1.3.9 ( #1124 )
2024-10-05 18:09:51 -04:00
Chenlei Hu
4d5fbeff45
Add eslint-plugin-unused-imports ( #1121 )
2024-10-05 16:36:02 -04:00
Chenlei Hu
18476d28dc
1.3.8 ( #1107 )
2024-10-04 16:32:46 -04:00
Chenlei Hu
64b5f4e7d5
1.3.7 ( #1090 )
2024-10-03 17:04:54 -04:00
Chenlei Hu
ea3d8cf728
1.3.6 ( #1073 )
2024-10-02 16:02:37 -04:00
Chenlei Hu
3a2b2f9e15
Add toggle link visibility button on canvas menu ( #1070 )
...
* Basic link visibility toggle
* Icon change
* nit
* Update litegraph
* nit
* Add playwright test
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-10-02 15:23:37 -04:00
Chenlei Hu
3f10fd53bd
1.3.5 ( #1061 )
2024-10-01 16:39:36 -04:00
pythongosssss
a2bd2a9bae
Implement creating inputs by dragging link to widget ( #1021 )
...
* Implement creating inputs by dragging link to widget
* Update litegraph
* Add playwright test
* Update test expectations [skip ci]
---------
Co-authored-by: huchenlei <huchenlei@proton.me >
Co-authored-by: github-actions <github-actions@github.com >
2024-10-01 12:53:38 -04:00
Chenlei Hu
c42222cf0d
Update litegraph (Pan when dragging link) ( #1056 )
...
* Update litegraph (Pan when dragging link)
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-10-01 10:54:28 -04:00
Chenlei Hu
1c980397b8
1.3.4 ( #1051 )
2024-09-30 20:21:52 -04:00
Chenlei Hu
5d957a05b9
Replace locking/unlocking of canvas with select/pan mode ( #1050 )
...
* Add dragging canvas state
* Change icon
* Add playwright test
* tooltip change
* Enable for legacy menu
* Update litegraph
* Hide canvas menu for test
2024-09-30 20:20:49 -04:00
Chenlei Hu
0117964ca5
1.3.3 ( #1036 )
2024-09-28 11:22:19 +09:00
Chenlei Hu
8d7693e5ad
1.3.2 ( #1024 )
2024-09-27 15:31:48 +09:00
Chenlei Hu
56fc2dd753
Update litegraph (Canvas readonly attr change event) ( #1019 )
2024-09-27 15:00:54 +09:00
Chenlei Hu
9050591ff9
Update litegraph (Drag cursor shape) ( #1014 )
2024-09-27 10:51:52 +09:00
Chenlei Hu
05f999903d
1.3.1 ( #989 )
2024-09-26 16:23:35 +09:00
Chenlei Hu
a05df99a8a
Update litegraph (Link copy) ( #986 )
...
* Update litegraph (Link copy)
* Update readme
2024-09-26 16:06:59 +09:00
Chenlei Hu
a53f0ba4db
1.3.0 ( #981 )
2024-09-26 08:51:13 +09:00
Chenlei Hu
73a7f7dae0
1.2.64 ( #972 )
2024-09-25 15:56:09 +09:00
Chenlei Hu
2387a5e9bd
1.2.63 ( #955 )
2024-09-24 16:30:45 +09:00
dependabot[bot]
5d8e8a2486
Bump rollup from 4.22.0 to 4.22.4 ( #951 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.22.0 to 4.22.4.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.22.0...v4.22.4 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-24 14:57:46 +09:00
Chenlei Hu
39eeda8430
1.2.62 ( #922 )
2024-09-22 16:40:00 +09:00
Chenlei Hu
7b4b40db5b
Update litegraph (Slot style) ( #919 )
...
* Update litegraph (Slot style)
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-09-22 16:15:39 +09:00
Chenlei Hu
cdaac0d9bb
1.2.61 ( #913 )
2024-09-22 12:14:13 +09:00
Chenlei Hu
f749734863
Make optional node input's slot hollow circle ( #912 )
...
* Use hollow circle for optional input
* nit
* Show hollow shape for optional input
* Add playwright tests
* Update litegraph
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-09-22 12:12:48 +09:00
Chenlei Hu
eb7ab0860d
1.2.60 ( #896 )
2024-09-20 19:52:09 +09:00
Chenlei Hu
d223f3865b
1.2.59 ( #892 )
2024-09-20 09:25:50 +09:00
dependabot[bot]
3931cae044
Bump vite from 5.3.3 to 5.4.6 ( #889 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.3.3 to 5.4.6.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-19 20:11:34 +09:00
Chenlei Hu
810a63f808
Support async hooks in TreeExplorerNode ( #888 )
...
* Support async hooks in TreeExplorerNode
* rebase
* nit
* Fix component test failure
* Add edit vitest
* Add more tests
* Add component test
2024-09-19 20:10:43 +09:00
Chenlei Hu
29d69338ef
1.2.58 ( #882 )
2024-09-19 12:00:45 +09:00
Chenlei Hu
efa2fa269d
1.2.57 ( #868 )
2024-09-18 09:38:27 +09:00
Chenlei Hu
582acd7bd1
1.2.56 ( #859 )
2024-09-17 11:17:26 +09:00
Chenlei Hu
d0a4db5f4f
Update litegraph (Copy connection by shift drag from path) ( #841 )
...
* Add playwright tests
* Update lg
* nit
* nit
* Skip tests
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-09-16 12:02:48 +09:00
Chenlei Hu
7025e321de
1.2.55 ( #836 )
2024-09-15 11:22:27 +09:00
huchenlei
429fa75fcc
Update litegraph (Fix group right click)
2024-09-15 11:03:34 +09:00
Chenlei Hu
9bdb3c0332
1.2.54 ( #830 )
2024-09-14 17:12:50 +09:00
Chenlei Hu
12c699cc87
Update litegraph (Getters) ( #829 )
...
* Update litegraph (Getters)
* Update
2024-09-14 17:10:57 +09:00
Chenlei Hu
862e2c2607
1.2.53 ( #818 )
2024-09-13 20:59:16 +09:00
Chenlei Hu
65a8dbb7e0
1.2.52 ( #814 )
2024-09-13 16:25:01 +09:00
Chenlei Hu
1230d92b37
1.2.51 ( #804 )
2024-09-12 20:23:04 +09:00
Chenlei Hu
d2b3e325a4
1.2.50 ( #798 )
2024-09-12 17:16:54 +09:00
Chenlei Hu
c99ca004b4
Fix badge position on collapsed nodes ( #797 )
...
* Update litegraph (Proper collapsed node handling)
* Add playwright test
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-09-12 17:15:20 +09:00
Chenlei Hu
358c0ce83c
Update litegraph (Pin/Unpin selected nodes) ( #791 )
...
* Update litegraph (Pin/Unpin selected nodes)
* Checkout head_ref first
* nit
* Update test expectations [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-09-12 15:04:43 +09:00
Chenlei Hu
110c007912
Update litegraph (Proper ContextMenu export) ( #790 )
2024-09-12 14:09:00 +09:00