Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frontend Update: v1.9.17 #6814

Merged
merged 1 commit into from
Feb 15, 2025
Merged

Frontend Update: v1.9.17 #6814

merged 1 commit into from
Feb 15, 2025

Conversation

comfy-pr-bot
Copy link
Collaborator

@comfy-pr-bot comfy-pr-bot commented Feb 14, 2025

Automated PR to update frontend content to version 1.9.17

This PR was created automatically by the frontend update workflow.

Changelog 1.9.0 - 1.9.17

Features

UI & Accessibility

  • Added node tooltip delay setting (#2396)
  • Added bottom panel to extension manager (#2393)
  • Added node drag preview for bookmarked nodes (#2438)
  • Support workflow insertion via drag and drop from sidebar (#2440)
  • Improved settings dialog accessibility (#2513)
  • Added refresh button to remote (lazy) widgets (#2494)
  • Added keybinding support for adding keybindings (#2384)

Core Functionality

  • Added support for new COMBO input spec and lazy/remote widgets (#2464)
  • Updated litegraph to multiple new versions (0.8.65 through 0.8.77)
  • Added support for image_folder field in node image input (#2509)
  • Implemented drag zoom feature (#2459)
  • Added show/hide convert to widget option in slot context menu (#2538)

Desktop & 3D Features

  • Added desktop updating page (#2454)
  • Improved 3D viewer UI with Vue rewrite (#2467)
  • Enhanced light FOV UI (#2492)

Bug Fixes

  • Fixed litegraph copy functionality in Chrome 133 (#2446)
  • Fixed NoteNode constructor fields (#2410)
  • Fixed shrinking of extension added topmenu items (#2436)
  • Fixed actionbar drag preview issues (#2512)
  • Fixed pointer events on graph canvas panel content (#2534)
  • Fixed remote widget undefined argument (#2551)
  • Fixed torch mirror setting for desktop (#2475)

Misc

Performance & Optimization

  • Used canvas.low_quality flag for DOMWidget show/hide (#2413)
  • Added LiteGraph.Canvas.LowQualityRenderingZoomThreshold setting (#2412)

Refactoring & Code Quality

  • Moved multiple widget implementations to composables
  • Implemented TypeScript strict mode for various components
  • Extracted widget layout logic (#2545)
  • Renamed hooks/ to composables/ (#2437)
  • Multiple litegraph related refactoring and improvements

Localization

  • Implemented i18n context menu translation (#2425)
  • Translated clipboard toast messages (#2462)
  • Refined Korean localization (#2469)
  • Improved Japanese text readability (#2542)

@comfy-pr-bot comfy-pr-bot added dependencies Frontend Issue relates to the frontend UI (litegraph). labels Feb 14, 2025
@comfyanonymous comfyanonymous merged commit b3d6ae1 into master Feb 15, 2025
10 checks passed
@comfyanonymous comfyanonymous deleted the release-1.9.17 branch February 15, 2025 09:32
@phazei
Copy link

phazei commented Feb 17, 2025

This PR creates a breaking change with select boxes in my node (Prompt Stash Saver) . The node loads the options from the select boxes dynamically via the API. The options seem to show in the select boxes, but it's no longer possible to select them, clicking them results in nothing.

@alenhrp
Copy link

alenhrp commented Feb 19, 2025

This PR creates a breaking change with select boxes in my node (Prompt Stash Saver) . The node loads the options from the select boxes dynamically via the API. The options seem to show in the select boxes, but it's no longer possible to select them, clicking them results in nothing.

Same question.

@phazei
Copy link

phazei commented Feb 19, 2025

@alenhrp I found a solution, check out this issue:
Comfy-Org/ComfyUI_frontend#2607

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Frontend Issue relates to the frontend UI (litegraph).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants