Releases: Comfy-Org/ComfyUI_frontend
Releases · Comfy-Org/ComfyUI_frontend
v1.6.13
What's Changed
- Increase width of settings dialog on mobile by @christian-byrne in #2111
- Update history task item schema by @christian-byrne in #2110
- Compress test assets by @christian-byrne in #2109
- Add virtual scroll to Queue Tab for improved performance by @christian-byrne in #2108
- Fix i18n-custom-nodes action by @huchenlei in #1991
- Expose dialogService to extensionManager by @huchenlei in #2113
- Add default confirm dialog by @huchenlei in #2114
- Fix error when adding custom setting with no category by @christian-byrne in #2112
- 1.6.13 by @huchenlei in #2115
Full Changelog: v1.6.12...v1.6.13
v1.6.12
What's Changed
- Show workflow templates from custom nodes by @bezo97 in #2032
- Fix litegraph grab cursor style by @huchenlei in #2097
- Add category-based filtering in settings search by @shinshin86 in #2086
- [Refactor] Move addNodeOnGraph to litegraphService by @huchenlei in #2100
- [Refactor] Move goToNode to litegraphService by @huchenlei in #2101
- Add eslint to presubmit hook by @huchenlei in #2102
- Lint/format vite.config.mts by @huchenlei in #2103
- [Lint] Sort imports by @huchenlei in #2104
- Adjust styles on various views by @huchenlei in #2105
- Fix install view stepper layout shift by @huchenlei in #2106
- 1.6.12 by @huchenlei in #2107
Full Changelog: v1.6.11...v1.6.12
v1.6.11
What's Changed
- Re-enable keybinding jest test by @huchenlei in #2090
- Remove legacy slow jest tests by @huchenlei in #2092
- Remove life on default error handler toast by @huchenlei in #2091
- [Cleanup] Remove legacy slow jest test utils by @huchenlei in #2093
- Add BaseViewTemplate by @huchenlei in #2094
- 1.6.11 by @huchenlei in #2096
Full Changelog: v1.6.10...v1.6.11
v1.6.10
What's Changed
- [Refactor] Move Comfy.WidgetControlMode to coreSettings by @huchenlei in #2078
- Fix Comfy.WidgetControlMode watcher by @huchenlei in #2079
- Remove legacy menu setting Comfy.MenuPosition by @huchenlei in #2080
- [Refactor] Rename settingStore.settings to settingsById by @huchenlei in #2081
- Move setting impl from ComfySettingsDialog to settingStore by @huchenlei in #2085
- 1.6.10 by @huchenlei in #2087
Full Changelog: v1.6.9...v1.6.10
v1.6.9
What's Changed
- Add Markdown table support to the Note node by @gremlation in #2072
- Fix context menu text blurred by CSS filter by @webfiltered in #2069
- Activate French translation by @huchenlei in #2074
- [Refactor] Move app.registerNodeDef to litegraphService by @huchenlei in #2075
- Update litegraph 0.8.50 by @huchenlei in #2076
- Enable category-based narrowing and reset to default on search clear by @shinshin86 in #2071
- 1.6.9 by @huchenlei in #2077
Full Changelog: v1.6.8...v1.6.9
v1.6.8
What's Changed
- Move extension related functions from app to extensionService by @huchenlei in #2055
- Update litegraph 0.8.49 by @huchenlei in #2056
- [Refactor] Convert workflowService to composable by @huchenlei in #2057
- [Refactor] Convert dialogService to composable by @huchenlei in #2058
- [i18n] Update zh translations by @DorotaLuna in #2061
- [Refactor] Move vintageClipboard to utils/ by @huchenlei in #2062
- Add Markdown support to the Note node by @gremlation in #2044
- [Refactor] Move keybinds extension to keybindingService by @huchenlei in #2063
- [Refactor] Deprecate ComfyApp.progress by @huchenlei in #2065
- [i18n] Add French translation by @huchenlei in #2064
- 1.6.8 by @huchenlei in #2070
New Contributors
- @DorotaLuna made their first contribution in #2061
- @gremlation made their first contribution in #2044
Full Changelog: v1.6.7...v1.6.8
v1.6.7
What's Changed
- Fix Korean translation by @ltdrdata in #2049
- Ignore hidden settings for translation by @huchenlei in #2050
- Implement color palette in Vue by @huchenlei in #2047
- Fix flaky reroute insert playwright test by @huchenlei in #2051
- [Theme] Fallback secondary menu bg to menu bg if not set by @huchenlei in #2052
- [Theme] Loosen color palette schema by @huchenlei in #2053
- 1.6.7 by @huchenlei in #2054
New Contributors
Full Changelog: v1.6.6...v1.6.7
v1.6.6
What's Changed
- Fix reroutes not included in Insert Workflow by @webfiltered in #2037
- Fix batch count limit by @christian-byrne in #2039
- Fix render issue when removing search filter chips by @christian-byrne in #2038
- Fix extension panel search/sort by @huchenlei in #2041
- Add i18n for next/back/install buttons by @webfiltered in #2045
- Improve install path validation and i18n by @webfiltered in #2042
- 1.6.6 by @huchenlei in #2046
Full Changelog: v1.6.5...v1.6.6
v1.6.5
What's Changed
- Remove
defineProps
import by @christian-byrne in #2025 - Fix search input failing to focus after adding filter by @christian-byrne in #2023
- Auto-focus node filter search by @christian-byrne in #2024
- [Electron] Migrate custom nodes by @pythongosssss in #1892
- Rearrange workflow tabs by @fahdarafat in #2026
- Fix docked actionbar expanding menu height by @huchenlei in #2027
- [Refactor] Split color palettes into separate json files by @huchenlei in #2029
- Translate keybinding panel table header by @huchenlei in #2030
- Add color picker and image upload form items by @huchenlei in #2031
- Fix NODE_DEFAULT_SHAPE in color palette by @huchenlei in #2033
- Fix FormItem structure by @huchenlei in #2034
- Move color palettes to constants/coreColorPalettes.ts by @huchenlei in #2035
- 1.6.5 by @huchenlei in #2036
Full Changelog: v1.6.4...v1.6.5
v1.6.4
What's Changed
- Move widget link drop conversion to widgetInputs by @huchenlei in #2001
- Always show extension panel in settings dialog by @huchenlei in #2002
- [3d] fix file path issue for preview 3d node by @jtydhr88 in #2005
- Update mobile settings visibility test by @christian-byrne in #2009
- Add About to Help menu by @webfiltered in #2010
- Fix memory leak in preview code by @AustinMroz in #2012
- Bypass selected nodes by @shinich39 in #2013
- [ExtensionPanel] Add disable all / enable all actions by @huchenlei in #2017
- [ExtensionPanel] Distinguish core and 3rd party extensions by @huchenlei in #2020
- Fix workflow-insert with reroute nodes by @christian-byrne in #2008
- 1.6.4 by @huchenlei in #2021
New Contributors
- @shinich39 made their first contribution in #2013
Full Changelog: v1.6.3...v1.6.4