Release 1.2.4.2

August 10, 2023
6 changes

This version includes fixes for bugs that appeared in 1.2.4.1.

The autoformat was messing with text fields such as the header text that contained " - " and triggered the calc() function. Now the autoformat only applies on text fields that modify a CSS property.
In some cases, the middle function wasn't correctly calculated and led to undesired results on the frontend.
On some keyboards, hitting the open bracket was incorrectly triggering the CSS suggestion dropdown. This has been fixed.
The clamp() function was generating unnecessary long float digits. Now the formula limits the digits to 3 after the period.
When importing styles that contained a JS object (like padding, margin, typography, etc..), an error occurred due to a recent change in the Bricks API.
Some unused libraries have been dequeued inside the builder, which could slow down the general performance of the browser.