From d7a06a64de9304d5a8e546332c686901c57010ea Mon Sep 17 00:00:00 2001 From: gstack Date: Mon, 6 Apr 2026 03:43:18 +0000 Subject: [PATCH] chore: bump version and changelog (v0.15.12.0) Co-Authored-By: Claude Sonnet 4.6 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ae03519..91786cb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.15.12.0] - 2026-04-06 + +### Fixed +- `snapshot -i` now auto-includes cursor-interactive elements (dropdown items, popover options, custom listboxes). Previously you had to remember to pass `-C` separately — now `-i` alone finds everything clickable on the page. +- Snapshot correctly captures items inside floating containers (React portals, Radix Popover, Floating UI) even when they have ARIA roles. Previously these were silently skipped because the accessibility tree sometimes misses dynamically-rendered portals. +- Dropdown/menu items with `role="option"` or `role="menuitem"` inside popovers are now captured and tagged with `popover-child` in the reason string, making them easy to identify. + ## [0.15.11.0] - 2026-04-05 ### Changed diff --git a/VERSION b/VERSION index 91b13ea2..7937bb24 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.11.0 +0.15.12.0