Browse Source

release: v1.1.3

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
handoff-20260429-1057
shrimbly 4 months ago
parent
commit
cbd7c66355
  1. 18
      CHANGELOG.md
  2. 2
      package.json

18
CHANGELOG.md

@ -6,6 +6,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased] ## [Unreleased]
## [1.1.3] - 2026-03-22
### 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
## [1.1.2] - 2026-03-12 ## [1.1.2] - 2026-03-12
### Added ### Added

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "node-banana", "name": "node-banana",
"version": "1.1.2", "version": "1.1.3",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "node server.js", "dev": "node server.js",

Loading…
Cancel
Save