Release 3.2.2
June 4, 2025
10 changes
This version includes improvements to the Color Manager and the Color Picker, together with bug fixes introduced in recent releases.
FIX
Color Manager: Generate any shade/complementary scales from any nested color
Previously, shade generation was limited to root colors. Now, you can generate shades from any color in the Color Manager, enabling fully nested color scales. Colors are displayed in a tree structure to clearly represent each level of the hierarchy.
FIX
Color Manager: Added a checkboard background for transparent color variations
Transparent variations in the Color Manager now display a checkboard background to clearly indicate opacity levels.
FIX
Color Picker: Compatibility with Nested shades created in the Color Manager
The nested colors created in the Color Manager are now displayed in the Color Picker for all three available views (Column, Grid & List).
FIX
Color Picker: Better performance when applying the color variable on hover
Hovering over the color variables within the Color Picker temporarily applies the variable to the selected field; however, this function slows down the overall performance of the modal. In this version, the overall performance of the Color Picker has been improved.
FIX
Focus on first class could fail when clicking inside the iframe window
When clicking an element inside the preview window (iframe) could lead to focusing the element without adding the first unlocked global class as active.
FIX
Structure Generator: Tagless Text nodes are now wrapped in a span tag automatically
Text nodes that weren't wrapped in a text tag, such as <p>, <span>, or <h*> could cause issues during the HTML parsing since the div element doesn't support text content in it. Now, all the tagless text nodes are automatically wrapped in a <span> tag to avoid conversion issues in Bricks.
FIX
Quick Remote Templates: position issues when the wp admin bar was activated inside the builder
If you activated the WP Admin bar inside the builder view, the close button of the Quick Remote Templates was hidden behind the admin bar.
FIX
Generated Code: could fail to save the changes on builder reload
Parsing the HTML in the Generated Code tab could visually show the changes, but would be reset on reload if no other control was changed during the session.
FIX
Extend Classes & Styles: a JS error was preventing to work correctly
The Extend Classes & Styles modal was returning a JS error since the modal's DOM has been conditionally loaded in version 3.1.
FIX
Find & Replace: a JS error was preventing to work correctly
The Find & Replace modal was returning a JS error since the modal's DOM has been conditionally loaded in version 3.1.