v0.23.3
vercel-labs/agent-browserv0.23.3Mar 31, 2026by github-actions[bot]
AI Summary
This release fixes drag and drop functionality by correcting the handling of mouse event bitmasks during drag operations.
Key Highlights
- Fixed drag and drop not working due to missing buttons bitmask
- Fixed mouseMoved events omitting buttons during drag
Full Release Notes
### Bug Fixes - Fixed **drag and drop** not working because `mouseMoved` events during the drag omitted the `buttons` bitmask, causing the browser to see `event.buttons === 0` and never fire `dragstart`/`dragover`/`drop` (#1087) ### Contributors - @ctate - @juniper929