← All releases ✦ ✦ ✦ ✦ ✦ ✦ ✦
Bubbles

Application Frontend 9.0.5

September 25, 2026

Full changelog on GitHub →
GDPR macros in VAST

VAST delivery now correctly expands GDPR consent macros used by ad players, ensuring consent signals reach all supported platforms.

Flow answer ordering

Answer choices in flow now keep their correct order when connecting, disconnecting, or reconnecting operators. Previously, answers could end up in the wrong position after multi-target connects or reconnects. Numbered position badges now show on connector lines when you hover or focus an operator.

Marquee selection accuracy

Drag-selecting connector lines in the flow editor is now more accurate. Previously, diagonal lines could be selected even when the selection box only touched empty space around them. The selection now follows the actual curve of the line.

Button color propagation

Changing a button's default background color, gradient, or image now automatically updates the hover and active states to match. Hover gets a slightly brighter version of the color, active gets the same. States set to "none" are left alone.

Scrub input decimal precision

Dragging to adjust a number field no longer rounds away decimal values. A value like 1.5 previously snapped to 2 when you started dragging. It now stays at 1.5 and adjusts from there.

Code editor search visibility

The search bar in the code editor is now readable in light themes. Previously the text blended into the dark editor background, making it hard to see what you typed.

DOM Inspector improvements

The DOM Inspector now has expand/collapse all buttons, per-node recursive expand, drill-inspect (click the same spot to go deeper into nested elements, Shift+click to go back up), and the filter scrolls to the first match automatically. Also suppresses false "Unknown property" warnings for modern CSS properties like aspect-ratio, gap, and inset.