Release 3.0.3

February 4, 2025
7 changes

This version fixes bugs that emerged in v3.

Switching elements while the Tag Manager was open caused the dropdown to reopen each time the same element was reactivated, disrupting input autofocus.
Applying 'Hide Element' on an element defaulted to the Desktop breakpoint, disregarding other breakpoints and mobile-first settings.
Clicking a CSS property from the Uncategorized category in the Variable Picker did not correctly apply the value to the selected control.
Creating new elements using the right elements shortcuts could generate mismatched IDs in the structure panel and iframe, causing JS errors when selecting elements inside the iframe.
Grids with component children weren't applying ID-level grid-row and grid-column styles, as components can't have varying styles per instance. Now, the grid builder generates these CSS declarations in the parent element's Custom CSS field, similar to how it handles classes and query loops.
In some cases, converting a basic text or heading into a rich text element didn't apply correctly in the structure or could revert to the previous state.
The default link spacing value could be mistakenly applied to fields that don’t support opposite links (e.g., borders) or shouldn’t be linked at all (e.g., box-shadow and text-shadow).