Browse Source

release: v1.1.2

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
handoff-20260429-1057
shrimbly 4 months ago
parent
commit
6cd8fdca87
  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]
## [1.1.2] - 2026-03-12
### Added
- Adaptive image resolution scaling — swaps full-res images for JPEG thumbnails when nodes are small on screen
### Fixed
- Router/switch passthrough losing data when multiple types (text + image) flow through the same router to one target
- SplitGrid node Split button permanently disabled — sourceImage now updates reactively when an edge is connected
- Node connection handles clipped at edges — removed paint containment that acted like overflow hidden
- Thumbnail cache key collisions causing wrong images on nodes
- Pending thumbnail map not cleaned up on rejection, causing stale entries
- Pointer-events on node images/content blocking pan and drag interactions
- Hover state updates firing during node drag, causing unnecessary re-renders
- Hover events not blocked during mouse-down drag
- backdrop-blur-sm causing poor rendering performance on Windows
## [1.1.1] - 2026-03-12
### Fixed

2
package.json

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

Loading…
Cancel
Save