Release 3.2.1

May 29, 2025
7 changes

This update addresses bugs that emerged in version 3.2.

FIX

Structure Generator: Remove the image/input text after the prompt has been sent

When clicking on the AI generator button, the input text and the attached image weren't being removed correctly.
FIX

Structure Generator: CSS generated code is now automatically beautified

When generating CSS code with AI in Structure Generator, the CSS code wasn't being beautified correctly.
FIX

Backend UI: “Options Updated” confirmation message now sits on top of the “Save Settings” button

Small UI fix in the backend: the confirmation message "Options Updated" was creating overflow. It has now been moved on top of the Save Settings button.
FIX

Fluid scales could return NaN values within the calculated clamp function

In some cases, changing the base value of a fluid scale could produce NaN values in the generated CSS clamp function.
FIX

“Set text input as a textarea for Headings” generated a JS error when the Heading element was disabled in the Global Settings.

If you happen to disable the Heading element in the Global Settings, but keep the builder tweak "Set text input as a textarea for Headings", a JS error was being generated in the builder.
FIX

Removed the “Codepen Converter” and “Build Structure with AI” options within the Theme Settings

Some options in the Theme Settings were still referring to the "Codepen Converter" and the "Build Structure with AI" features - which have been deprecated in 3.2.
FIX

Parsing HTML issue when the Element doesn’t have a “customTag” Control property

Elements with no "customTag" property on the control object could get a "Custom" tag assigned instead of the real HTML tag.