2026-06-29 / RELEASE NOTE v1.83.1 - v1.85.1
Release date 29.06.2026
Brand Connector:
- When you try to insert an asset that's too large for Figma's 4096px limit, the connector now shows a friendly message, automatically opens the renditions selector, and pre-selects the first available rendition — so you can insert a smaller version in one step instead of hitting a dead-end error.
- Improve Asset Explorer behavior when a DAM connection is disabled: stop in-flight/next pagination updates for that DAM and clear the active view to avoid showing stale assets.
- Rework the Bannerflow drag gesture flow:
- Asset prefetch/consumption is deferred until dragging is confirmed (threshold crossed) and keyed to the active gesture to avoid mismatches.
- Gesture is cancelled when the pointer leaves the frame before drag begins; leaving mid-drag drops/tears down the gesture and triggers a one-time handoff.
- Improve edge/viewport out-of-bounds handling to avoid phantom handoffs and ensure handover only after drag start.
- Introduce host-driven drag handling in the thumbnail component and removed the old singleton asset-drag-preview composable + styling.
- PowerPoint web add-in: Replace now works for images placed directly in PowerPoint. Replace All remains available only for images placed via CI-HUB.
- bannerflow rendition-aware filtering so supported renditions keep assets visible
- normalize conversion-extension matching
- Bannerflow-only single-page scroll mode for Asset Explorer grid views
- Blob-based drag/place payloads and related Bannerflow message handling updates
- default supported file type seeding and host safety hardening
CI Hub Drive:
This release improves CI HUB Drive stability for macOS File Provider workflows, adapter activity handling, and daemon-side Drive operations.
Fixed:
- Fix batch asset download failures by the adapter authorization.
- Fix the Activity view failing to refresh.
- Fix root folder capability handling.
- Fix File Provider root fallback logic to preserve decoded root metadata unless required identity metadata is missing.
- Fix activity thumbnail and activity view regressions.
Improved:
- Improve File Provider download and partial-content request handling.
- Improve root create behavior for providers such as Thron.
- Improve daemon-side activity data generation.
- Apply CodeRabbit review fixes across Drive daemon and File Provider code.