Skip to content

docs: update for PR #37#8

Open
github-actions[bot] wants to merge 1 commit intomainfrom
docs/pr-37
Open

docs: update for PR #37#8
github-actions[bot] wants to merge 1 commit intomainfrom
docs/pr-37

Conversation

@github-actions
Copy link
Contributor

Summary

Updated documentation to reflect bug fixes from node-banana PR #37.

Changes Made

Changelog (pages/changelog.mdx)

Added new "Unreleased" section documenting:

Fixed:

  • Prompt Node Input — Fixed cursor jumping when typing in prompt nodes by using local state

    • Text input now remains stable during typing
    • Changes persist to store only on blur for better performance
  • Indexed Handle Connections — Fixed connection handling for indexed handles like text-0, image-0

    • WorkflowCanvas now correctly identifies indexed handle types using startsWith() checks
    • Connections to dynamic multi-input nodes work reliably
  • Video Node Validation — Added validation for generateVideo nodes requiring text input

    • Workflow validation now checks both text and text-N handles for video nodes
    • Prevents running video generation without required text prompts

Changed:

  • Community Workflows API — Hardcoded API URL to prevent errors from placeholder in .env.example
    • Removed COMMUNITY_WORKFLOWS_API_URL environment variable
    • Community workflows now always use nodebananapro.com hosted service

Why These Changes

These are all bug fixes that improve the user experience:

  1. The cursor jumping fix resolves a frustrating input issue
  2. Indexed handle connections fix allows proper use of dynamic multi-input nodes
  3. Video node validation prevents user errors
  4. Hardcoded community workflows API prevents configuration errors

No changes to other documentation pages were needed since these were bug fixes and no workarounds were previously documented.

🤖 Generated with Claude Code

Updated changelog to document bug fixes from node-banana PR #37:
- Fixed cursor jumping in prompt nodes by using local state
- Fixed indexed handle connections (text-0, image-0) in WorkflowCanvas
- Added validation for generateVideo nodes requiring text input
- Removed COMMUNITY_WORKFLOWS_API_URL environment variable (now hardcoded)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Jan 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
node-banana-docs Ready Ready Preview, Comment Jan 23, 2026 1:28am

@coderabbitai
Copy link

coderabbitai bot commented Jan 23, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants