·
10 commits
to main
since this release
Patch Changes
-
6588ffe: Fixed toolbar not appearing when running heroshot (#47). Multiple root causes identified and fixed:
- EDITOR_DIR path bug: Path resolved incorrectly when running from bundled
dist/directory, going outside the package and failing to findeditor/dist/editor.js - Missing explicit injection: The
domcontentloadedevent listener could miss the first page load, leaving users with no toolbar on initial navigation - tsx __name serialization issue: Development mode (
pnpm dev) was broken due to esbuild adding__name()wrappers to nested function properties, which don't exist in browser context - Silent error swallowing: Injection errors were caught but not logged, making debugging impossible
Additional fixes: 5. Version flag returning 0.0.0 (#45): Path to package.json was going up 1 level from
dist/cli/but needed 2 levels to reach package root 6. Action timeout option (#48): Added optionaltimeoutparameter toclick,type,hover,select_option,drag, andfill_formactions for complex component librariesAdded comprehensive tests and documentation to prevent regression.
- EDITOR_DIR path bug: Path resolved incorrectly when running from bundled