v0.3.0
What's new
FAL file picker (TYPO3 v13 + v14)
Users can now attach files from the TYPO3 file tree to chat messages via the paperclip menu.
Bug fixed — TYPO3 v14 spinner: In v14, the backend loads modules in an iframe named list_frame. TYPO3's getParent() was routing the postMessage to list_frame instead of top, so the picker overlay never closed. The listener is now registered on globalThis and all same-origin frames in top.frames, making it robust across all TYPO3 backend layouts.
Tests
- 19 Jest unit tests for the FAL picker lifecycle
- 10 Playwright E2E tests for the overlay (runs against a live TYPO3 backend)