Exciting new animation controls are coming to the builder! Easily apply keyframe animations to any element in your structure. This update also introduces the experimental animation-timeline
properties, enabling 100% vanilla CSS scrolling animations!
Release 3.0.5
February 12, 2025
13 changes
This release primarily addresses issues introduced since v3.0.
FIX
Page Transition: removed the JavaScript code – the code is 100% vanilla CSS
Page transitions are now entirely CSS-based, with no JavaScript added to the code.
FIX
Page Transition: removed the target control in the page settings
The "target" control has been removed from the Page Transition settings within the Page settings.
FIX
Page Transition: removed the wrapper control in the element settings
The "wrapper" control has been removed from the Page Transitions options within the Element settings. The unique ID is now calculated by pretending the post ID in a query loop context.
FIX
Page Transition: removed the need to activate page transition in the page settings when an element contains a transition name
Previously, you needed to activate the Page Transition on the page level to add element transitions. This is not required anymore - you can simply set your element transitions without activating the page-level transitions.
FIX
Left tab shortcut: added new animation tab
A new "animation" icon is now available within the left tab shortcuts.
FIX
Filterable Structure: added HTML tags as filterable keywords
You can now filter your Structure Panel by HTML tag. Digiting "div" or "span" will return all the elements that use this tag on the current page.
FIX
AI in SuperPowerCSS was mounting even if no API key was set in the Theme Settings
The AI functions within the SuperPowerCSS controls were displayed even without a proper API key set in the Theme Settings, leading to potential errors when processing requests.
FIX
Style Overview: toggling off the structure list would mess with the layout
Hiding the Structure List inside the Style Overview Modal could break the full-width design.
FIX
Nested Elements: convert to component wasn’t working correctly
Converting a Nested Element to a Bricks component from the Nested Element Library did not work as expected, rendering the resulting component uneditable in the builder.
FIX
Nested Elements: layout issue in categories with few elements
In the Nested Element Library, custom categories with only a few nested elements displayed oversized elements that did not adhere to the grid layout.