Release 3.0.4
February 7, 2025
10 changes
This version mostly fixes issues raised from 3.0.
FIX
Class & Style indicators added to the Structure list within Style Overview
The Style Overview modal's structure list displays Class and Style indicators for each element.
FIX
Class Converter: new class indicators
A new dot now appears next to each class input in the Class Converter modal, indicating potential conflicts: Red: The class already exists in the database, potentially affecting other elements beyond those being converted. Green: The class name doesn't exist yet, ensuring no conflicts. Orange: The class name isn't in the database but appears multiple…
FIX
The breakpoint slider is now a separate tweak from the Responsive Helper
The Responsive Helper and Breakpoint Slider are now separate tweaks that can be enabled independently in the Theme Settings: Breakpoint Slider lets you seamlessly slide between different breakpoints for easier responsiveness testing. Responsive Helper unlocks 2-click options on breakpoint devices, allowing you to check the minimum and maximum values of each breakpoint in real-time.
FIX
SVG applied to button icons weren’t correctly saved when SVG was set as the default library for Icons
The "Set SVG as Default Library for Icons" tweak conflicted with other elements and controls that used icons, causing the setting to be ineffective when selected.
FIX
Filtered Structure Panel wasn’t showing the collapsed elements
When filtering the Structure Panel with a keyword present in a collapsed item, the element was not correctly displayed in the results.
FIX
Elements generated from the right elements shortcuts could be unsync with the structure
If the user previously clicked on an iframe element and then selected a right-element shortcut, the element appeared correctly in the iframe but was not reflected in the structure panel.
FIX
Adding a component from the right elements shortcuts would fail to nest the component inside an active nestable element
Previously, components added via right-element shortcuts were placed at the root of the structure, ignoring the active element's position. Now, the function verifies if the active element is nestable and nests the component inside when applicable.
FIX
Legacy Darkmode button had styling properties not applied correctly
Certain style controls in the Legacy Dark Mode Button were not applying correctly on the frontend due to CSS conflicts.
FIX
The bottom of the preview window was stripped when the Breakpoint Slider was expanded
When the Breakpoint Slider was expanded in the builder, it caused the bottom of the preview window to stretch by 66px.
FIX
When “Lock Elements Order” was enabled, you could drag items inside unnestable elements within the structure
The "Lock Elements Order" feature could mistakenly apply incorrect classes to structure elements and allow dragging within non-nestable elements, resulting in the dragged element being removed from the structure.