Releases: Comfy-Org/ComfyUI_frontend
Releases · Comfy-Org/ComfyUI_frontend
v1.2.4
What's Changed
Features
- Node library side bar tab by @huchenlei in #237
- Sidebar tab API for extensions by @huchenlei in #215
Format
- Format test & config by @huchenlei in #211
- CSS formatting by @huchenlei in #221
- Apply new code format standard by @huchenlei in #217
Refactor
- Fix ws dev server URL by @huchenlei in #213
- [Major Refactor] Use pinia store to manage setting & nodeDef by @huchenlei in #202
- Use store to manage nodeSearchService by @huchenlei in #214
- Transforms ComfyInputsSpec on nodes by @huchenlei in #220
- Transform ComfyNodeDef to ComfyNodeDefImpl by @huchenlei in #224
- Add name field to BaseInputSpec by @huchenlei in #226
- Set default empty record for InputSpec by @huchenlei in #225
- Reverse init order by @huchenlei in #227
- Use ComfyNodeDefImpl on NodePreview component by @huchenlei in #228
- Fix extension register tab with API by @huchenlei in #229
- Fix splitter overlay z-index by @huchenlei in #230
- Make node def output class by @huchenlei in #231
- Allow duplicated output names by @huchenlei in #232
- Use ComfyNodeDefImpl on nodeSearchService by @huchenlei in #233
- Use ComfyNodeDefImpl on nodeDefStore by @huchenlei in #235
- Move sidebar y-axis overflow style to container by @huchenlei in #236
- Expose Queue Button on the menu. by @DrJKL in #238
- Add
ComfyApp.addNodeOnGraph
to simplify adding node on canvas by @huchenlei in #239 - Fix settings getter by @huchenlei in #240
- Fix combo input default value by @huchenlei in #242
Misc
- Test theme toggle feature by @huchenlei in #212
- Reduce history queue max length by @huchenlei in #243
- 1.2.3 by @huchenlei in #244
- 1.2.4 by @huchenlei in #246
New Contributors
Full Changelog: v1.2.2...v1.2.4
v1.2.2
What's Changed
- Add side bar icon tooltip by @huchenlei in #206
- Add i18n for side tool bar tooltips by @huchenlei in #207
- Update litegraph (Fix auto connect slot) by @huchenlei in #208
- Only install chromium in github action by @huchenlei in #210
- 1.2.2 by @huchenlei in #209
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Fix theme toggle by @huchenlei in #200
- Fix default setting issue for first time install by @huchenlei in #203
- 1.2.1 by @huchenlei in #204
Full Changelog: v1.2.0...v1.2.1
v1.2.0
An offcial impl of the side bar!
QueueDemo2.mp4
What's Changed
- Sync PR by @pythongosssss in #182
- Move searchbox position up to 25% to top of screen by @huchenlei in #187
- v1.2.0 Side Bar & Menu rework by @huchenlei in #189
- Fix typo by @huchenlei in #195
- v1.2.0 by @huchenlei in #197
Full Changelog: v1.1.9...v1.2.0
Known issues
- The new side bar overlays on top of https://github.com/Nuked88/ComfyUI-N-Sidebar
- The side bar does not conflict with https://github.com/11cafe/comfyui-workspace-manager. We are working with the author of the workspace manager to design an extension API to allow workspace manager embed into the new side bar design more seamlessly.
- Theme toggle's initial state is not well synced at the moment. User might need to toggle it twice to get to the correct state. #198
v1.1.9
What's Changed
- Enable CI for dev* branches by @huchenlei in #165
- Sync #4043 by @huchenlei in #169
- Sync #4044 by @huchenlei in #168
- Mount vue app after comfy app init by @huchenlei in #167
- Should improve initial load time a bit
- Fix searchbox immediate dismiss issue by @huchenlei in #171
- Sync #4061 by @huchenlei in #172
- v1.1.9 by @huchenlei in #173
Full Changelog: v1.1.8...v1.1.9
v1.1.8
Huge thanks to @christian-byrne for fixing the text overflow in combo widget!
overflowfix.mp4
What's Changed
- Display frontend version in settings dialog by @huchenlei in #157
- Add node search service test by @huchenlei in #158
- Validate node def from
/object_info
endpoint by @huchenlei in #159 - Update litegraph to 0.7.26 by @huchenlei in #161
- Allow dynamic widgets values by @huchenlei in #162
- v1.1.8 by @huchenlei in #163
Full Changelog: v1.1.7...v1.1.8
v1.1.7
What's Changed
- Convert pos/size object to array on parsing by @huchenlei in #147
- Convert legacy format node.widget_values by @huchenlei in #149
- Fix node searchbox default value setting by @huchenlei in #150
- v1.1.7 by @huchenlei in #153
Full Changelog: v1.1.6...v1.1.7
v1.1.6
What's Changed
- Fix zod parsing for pos in workflow by @huchenlei in #142
- Fix bypass display issue by @huchenlei in #144
- v1.1.6 by @huchenlei in #146
Full Changelog: v1.1.4...v1.1.6
v1.1.4
What's Changed
- Fix search preview's text wrap by @christian-byrne in #132
- Annotate
settings.ts
by @huchenlei in #134 - Update README on how to use by @huchenlei in #135
- Fix custom node def validation issue by @huchenlei in #137
- v1.1.4 by @huchenlei in #139
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- Avoid conflict with N-SideBar by @huchenlei in #122
- Fix filter dialog color in light mode by @huchenlei in #126
- Shift node color's brightness for light mode by @huchenlei in #123
- Fix vue warning on key by @huchenlei in #127
- Add system node to serach box db by @huchenlei in #128
- Auto release on release PR merge by @huchenlei in #129
- 1.1.3 by @huchenlei in #130
Full Changelog: v1.1.2...v1.1.3