v1.1.3
shrimbly/node-bananav1.1.3Mar 22, 2026by shrimbly
AI Summary
A maintenance release focused on fixing z-index clipping issues with connection handles and resolving text routing through switch nodes. It also corrects node height accumulation problems during reloads.
Key Highlights
- Fixed handle clipping issues by adjusting z-index and overflow properties
- Resolved text routing through switch nodes for PromptConstructor
- Fixed node height accumulation with inline parameters on reload
- Improved panel height correction logic during rendering
- Prevented handle clipping on non-fullBleed nodes
New Features
- Z-index fixes
- Routing fixes
- Layout fixes
- Panel height correction
Full Release Notes
## Fixed - Clamp expand height to minHeight and resolve text through switch nodes - Move ImageInputNode handles after visual content to prevent z-order clipping - Add z-index to handles so they paint above positioned node content - Move overflow-clip from contentClassName to inner visual wrappers to prevent handle clipping - Move panel height correction from loadWorkflow into BaseNode render - Prevent node height accumulation with inline parameters on reload - Update WelcomeModal test to match bg-black/60 backdrop class - Resolve prompt variables through router nodes for PromptConstructor - Use overflow-visible on non-fullBleed nodes to prevent handle clipping ## Other - Replace ArrayNode auto-route icon with Lucide split icon