Releases: Comfy-Org/ComfyUI_frontend
Releases · Comfy-Org/ComfyUI_frontend
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
v1.1.2
What's Changed
- Node preview on focus by @huchenlei in #116
- Relative scroll height by @huchenlei in #118
- 1.1.2 by @huchenlei in #119
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- No searchbox on link release unless shift pressed by @huchenlei in #108
- Change searchbox container to modal by @huchenlei in #109
- Auto link node on creation by @huchenlei in #110
- Prevent spinner when failed to mount by @huchenlei in #112
- Bind ComfyUI frontend version to window by @huchenlei in #113
- 1.1.1 by @huchenlei in #115
Full Changelog: v1.1.0...v1.1.1
v1.1.0
New node search box
Fuzzy Search
Filter Conditions
Filter on link data type on link release (Hold Shift)
07.07.2024_23.27.39_REC.mp4
Falls back to original litegraph searchbox
Light mode
What's Changed
- New searchbox with fuzzy search (WIP) by @huchenlei in #83
- 1.1.0 by @huchenlei in #107
Full Changelog: v1.0.2...v1.1.0
v1.0.2
What's Changed
Sync with main repo
- Convert beta menu/UI files to TS by @huchenlei in #92
- [Sync] Skip state check hook on first load by @huchenlei in #87
Bug fixes
- Update state when graph cleared via UI by @christian-byrne in #88
- Fix clipboard by @huchenlei in #100
Refactors
- Use npm package @ComfyOrg/litegraph by @huchenlei in #89
- Convert more js to ts by @pythongosssss in #101
- Add testing for ComfyUI examples by @pythongosssss in #95
- Add tests on litegraph search box triggering events by @huchenlei in #97
- Use '@' path mapping by @huchenlei in #94
- Rename ComfyWorkflow to ComfyWorkflowJSON by @huchenlei in #91
Misc
- Add deploy script by @huchenlei in #96
- Update README by @huchenlei in #93
New Contributors
- @christian-byrne made their first contribution in #88
- @pythongosssss made their first contribution in #95
Full Changelog: v1.0.1...v1.0.2