Release 3.3.14
March 20, 2026
2 changes
This release fixes bug appeared since Bricks 2.3
FIX
FIX: JS errors when Bricks adds element objects with no “children” property
Fixed a JavaScript error that could occur when Bricks element objects don't include a "children" property. Previously, several functions — including CSS generation, style overview rendering, and sticky CSS processing — assumed that every element would always have a "children" array, even if empty. When Bricks stopped providing this property by default, these functions would…
FIX
JS errors when Bricks removes the “name” property from the color objects
Fixed a JavaScript error that could occur in recent versions of Bricks where color objects no longer include a "name" property. The plugin previously relied on this property being present when working with global colors, which caused "Cannot read properties of undefined" errors. A safeguard has been added so the plugin gracefully handles color objects…