Releases: emergent-lab/flow-extension
Releases · emergent-lab/flow-extension
Release list
v0.0.3 - Bug Fixes
Bug Fixes
- Fixed memory leak from event listeners in scrollable document capture
- Fixed stop button not working for scrollable/vertical documents
- Prevented unwanted uploads after user cancels capture
Changes
- Event listeners now use
{ once: true }to automatically clean up - Capture loop now checks cancellation status
- Upload only proceeds if capture is still active
v0.0.2 - Scrollable Document Support
What's New
- Scrollable Document Capture: Flow now supports capturing DocSend documents that use a vertical scrollable layout in addition to the traditional presentation-style navigation.
Changes
- Add automatic document type detection (scrollable vs presentation)
- Implement DOM-based image extraction for scrollable documents
- Handle lazy loading by scrolling through carousel
- Filter out placeholder images during capture