Release 3.0.5

February 12, 2025
13 changes

This release primarily addresses issues introduced since v3.0.

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!

Page transitions are now entirely CSS-based, with no JavaScript added to the code.
The "target" control has been removed from the Page Transition settings within the Page 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.
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.
A new "animation" icon is now available within the left tab shortcuts.
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.
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.
Hiding the Structure List inside the Style Overview Modal could break the full-width design.
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.
In the Nested Element Library, custom categories with only a few nested elements displayed oversized elements that did not adhere to the grid layout.