Releases: Comfy-Org/ComfyUI_frontend
Releases · Comfy-Org/ComfyUI_frontend
v1.3.24
What's Changed
- Update litegraph to 0.8.6 by @huchenlei in #1316
- [Refactor] Make node badge a vue component by @huchenlei in #1317
- Convert nodeDefStore to use composition API by @huchenlei in #1318
- Enable ts-strict for nodeDefStore by @huchenlei in #1319
- Enable ts-strict for executionStore by @huchenlei in #1320
- Enable ts-strict for commandStore by @huchenlei in #1321
- Enable ts-strict for settingStore by @huchenlei in #1322
- Enable ts-strict for ui/settings by @huchenlei in #1323
- Enable ts-strict for api.ts by @huchenlei in #1324
- Update litegraph (Multi-group selection) by @huchenlei in #1325
- 1.3.24 by @huchenlei in #1326
Full Changelog: v1.3.23...v1.3.24
v1.3.23
What's Changed
- Handle potential undefined node data in NodeBookmarkTreeExplorer by @huchenlei in #1300
- Update bug-report.yaml (Add settings section) by @huchenlei in #1301
- Fix playwright test on settings API by @huchenlei in #1303
- Move ComfyPage to fixtures folder by @huchenlei in #1304
- Split ComfyPage fixture by @huchenlei in #1305
- Fix import of NodeReference in ComfyPage by @huchenlei in #1306
- Update litegraph (TypeScript LiteGraphGlobal) by @huchenlei in #1308
- Setup clean setting state before every playwright test by @huchenlei in #1309
- Revert "Fix playwright test on settings API" by @huchenlei in #1310
- Disallow node library bookmark folder name with / by @huchenlei in #1311
- Enable ts-strict for colorUtil, contextMenuFilter and linkRenderMode by @bjszd in #1313
- 1.3.23 by @huchenlei in #1314
Full Changelog: v1.3.22...v1.3.23
v1.3.22
What's Changed
- Enable ts-strict for clipspace.ts by @maoXyzt in #1291
- Enable ts-strict for slotDefaults.ts by @maoXyzt in #1290
- New settings API by @huchenlei in #1292
- Add bottom panel support by @huchenlei in #1294
- Integrated terminal by @huchenlei in #1295
- [Extension API] Register custom bottom panel tabs by @huchenlei in #1296
- 1.3.22 by @huchenlei in #1297
Full Changelog: v1.3.21...v1.3.22
v1.3.21
What's Changed
- Revert "Enable ts-strict for contextMenuFilter.ts" by @huchenlei in #1287
- Revert "Enable ts-strict for invertMenuScrolling.ts" by @huchenlei in #1288
- 1.3.21 by @huchenlei in #1289
Full Changelog: v1.3.20...v1.3.21
v1.3.20
What's Changed
- Minor change by @yoland68 in #1245
- Enable ts-strict for editAttention.ts by @juyaki in #1269
- Enable ts-strict for invertMenuScrolling.ts by @maoXyzt in #1264
- Enable ts-strict for contextMenuFilter.ts by @maoXyzt in #1263
- [Refactor] Rename ModelStore to ModelFolder by @huchenlei in #1244
- Enable ts-strict for uploadImage.ts by @huchenlei in #1280
- Update litegraph (TypeScript LgraphNode) by @huchenlei in #1281
- Remove misleading console error on paste by @huchenlei in #1282
- Fix sidebar scrollpanel style by @huchenlei in #1283
- 1.3.20 by @huchenlei in #1285
New Contributors
Full Changelog: v1.3.19...v1.3.20
v1.3.19
What's Changed
- Add ts-strict-ignore plugin by @huchenlei in #1235
- Enable ts-strict for dialogStore.ts by @huchenlei in #1236
- Enable ts-strict for treeUtil.ts by @huchenlei in #1238
- Enable ts-strict for modelStore.ts by @huchenlei in #1241
- Properly show empty folder in model sidebar tab by @huchenlei in #1242
- 1.3.19 by @huchenlei in #1243
Full Changelog: v1.3.18...v1.3.19
v1.3.18
What's Changed
- Add scrollbar when setting panel is hovered by @huchenlei in #1212
- Update litegraph (TypeScript LLink) by @huchenlei in #1213
- Update i18n.ts by @vanja-san in #1214
- Add ru to locale list by @huchenlei in #1218
- [skip ci] Explicitly specify prettier printWidth by @huchenlei in #1220
- Fix dialog header component error by @huchenlei in #1221
- Fix format by @huchenlei in #1224
- Handle missing extraPngInfo field in queue by @huchenlei in #1223
- Fix loading of old workflows with converted input by @AustinMroz in #1222
- Update litegraph (TypeScript LGraphCanvas) by @huchenlei in #1225
- Use scrollpanel in sidebar template by @huchenlei in #1226
- Hide system scrollbar for queue sidebar tab by @huchenlei in #1227
- Fix sidebar tab bg color by @huchenlei in #1229
- 1.3.18 by @huchenlei in #1232
New Contributors
- @vanja-san made their first contribution in #1214
Full Changelog: v1.3.17...v1.3.18
v1.3.17
What's Changed
- Update litegraph (TypeScript LGraph) by @huchenlei in #1206
- Remove question mark badge on folders in model library tree by @huchenlei in #1205
- Wrap pragmatic dnd API with hooks by @huchenlei in #1207
- Add group node commands/keybindings by @huchenlei in #1208
- Fix create group node command error states by @huchenlei in #1209
- Mark app.showMissingNodeDialog private by @huchenlei in #1210
- 1.3.17 by @huchenlei in #1211
Full Changelog: v1.3.16...v1.3.17
v1.3.16
What's Changed
- Anchor floating actionbar to closest side when resizing window by @huchenlei in #1195
- Add help menu on command menu bar by @huchenlei in #1197
- Fix node def handling of undefined fields by @huchenlei in #1199
- 1.3.16 by @huchenlei in #1202
Full Changelog: v1.3.14...v1.3.16
v1.3.14
What's Changed
- Load Keybinding and Extension panel async by @huchenlei in #1179
- Support VHS advanced preview in queue sidebar tab by @huchenlei in #1183
- Fix VHS advanced preview html video type by @huchenlei in #1186
- Restore backend state when Playwright test finishes by @christian-byrne in #1168
- Remove class-transformer dependency by @huchenlei in #1187
- Move vitejs/plugin-vue to devDep by @huchenlei in #1189
- Avoid calling settingStore.set when there is no legacy node bookmark by @huchenlei in #1191
- Disable node def validation by default by @huchenlei in #1190
- Move low priority init to idle task by @huchenlei in #1192
- 1.3.14 by @huchenlei in #1194
Full Changelog: v1.3.13...v1.3.14