Releases: Comfy-Org/ComfyUI_frontend
Releases · Comfy-Org/ComfyUI_frontend
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
v1.3.13
What's Changed
- Add always snap to grid setting by @huchenlei in #1177
- 1.3.13 by @huchenlei in #1178
Full Changelog: v1.3.12...v1.3.13
v1.3.12
What's Changed
- Show queue front icon when shift is pressed by @huchenlei in #1157
- Refactor core sidebar tab registration by @huchenlei in #1158
- Fix core sidebar tab toggle command register by @huchenlei in #1159
- Show sidebar toggle keybinding shortcut on sidebar icon tooltip by @huchenlei in #1160
- Extract theme toggle as command by @huchenlei in #1161
- Simplify node tooltip lifecycle by @huchenlei in #1162
- Add tests on node multi-select by @christian-byrne in #1163
- Improve accessibility of dialogs by @christian-byrne in #1167
- Add test on settings visibility on mobile by @christian-byrne in #1164
- Remove state check on continuous keydown by @huchenlei in #1171
- Make LGraphCanvas shallowReactive by @huchenlei in #1169
- Fix pan mode icon display by @huchenlei in #1173
- Supports VHS video outputs in queue sidebar tab by @huchenlei in #1174
- 1.3.12 by @huchenlei in #1175
Full Changelog: v1.3.11...v1.3.12
v1.3.11
What's Changed
- Replace window.dialog with prompt dialog in workflows.ts by @huchenlei in #1138
- Update playwright test fixture by @huchenlei in #1139
- Add frontend extension management panel by @huchenlei in #1141
- Add keybinding search by @huchenlei in #1143
- Rework command menu extension API by @huchenlei in #1144
- Fix saved workflow cleanup in menu tests by @christian-byrne in #1142
- Fix widget/input conversion on text widgets by @christian-byrne in #1129
- Update Litegraph (TypeScript conversion) by @huchenlei in #1145
- ModelToNodeStore minor fix by @mcmonkey4eva in #1147
- Update README (Release summary) by @huchenlei in #1149
- Model Library sidebar: allow searching metadata by @mcmonkey4eva in #1148
- Manage app.ts litegraph keybindings by @huchenlei in #1151
- Fix flaky playwright test by @huchenlei in #1152
- 1.3.11 by @huchenlei in #1154
Full Changelog: v1.3.10...v1.3.11
v1.3.10
What's Changed
- Restyle SettingGroup by @huchenlei in #1125
- Remove model library searchbox by @huchenlei in #1133
- Show keybinding on topbar dropdown menus by @christian-byrne in #1127
- Add workflow tab tooltip to show full path by @huchenlei in #1134
- Revert "Remove model library searchbox" by @huchenlei in #1135
- Remove unused code by @huchenlei in #1136
- 1.3.10 by @huchenlei in #1137
Full Changelog: v1.3.9...v1.3.10
v1.3.9
What's Changed
- Add toggle command for each sidebar tab registered by @huchenlei in #1108
- Add command to switch opened workflow tabs by @huchenlei in #1109
- [skip ci] Add versionAdded to newly added commands by @huchenlei in #1110
- Refactor sidebarTabStore by @huchenlei in #1111
- Replace window.alert with toast alert by @huchenlei in #1112
- Prevent converted widget being duplicated by @webfiltered in #1115
- Extract QueueButton as component by @huchenlei in #1117
- Add '- ComfyUI' suffix on browser title by @huchenlei in #1118
- Docking action bar on top menu bar by @huchenlei in #1119
- Add eslint-plugin-unused-imports by @huchenlei in #1121
- Restore top/bottom menu location setting by @huchenlei in #1123
- 1.3.9 by @huchenlei in #1124
Full Changelog: v1.3.8...v1.3.9