Release 3.0.3
February 4, 2025
7 changes
This version fixes bugs that emerged in v3.
FIX
Tag Manager could stay open and conflict with other active inputs on the page
Switching elements while the Tag Manager was open caused the dropdown to reopen each time the same element was reactivated, disrupting input autofocus.
FIX
Hide element was ignoring breakpoints/mobile-first approach.
Applying 'Hide Element' on an element defaulted to the Desktop breakpoint, disregarding other breakpoints and mobile-first settings.
FIX
Uncategorized CSS variables weren’t correctly applied on the builder when applied from the Variable Picker
Clicking a CSS property from the Uncategorized category in the Variable Picker did not correctly apply the value to the selected control.
FIX
Elements generated from the right elements shortcuts could have different ID’s between the iframe and the structure, resulting in misc errors
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.
FIX
The Grid Builder CSS declarations are now applied as Custom CSS if a component is detected as child of the parent element.
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.
FIX
Converting elements to Rich Text could be glitchy
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.
FIX
Default Link Spacing Controls could interfere with box-shadow/border/text-shadow controls
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).