Release 1.0.2

April 17, 2023
7 changes

1.0.2 focus on resolving initial bugs shared by the community.

There have been numerous non-critical issues fixed in this release - mainly related to the builder tweaks features.
The Delete image icon inside the image element was not visible when the "Disable Pin on elements" feature was enabled. This was due to a CSS conflict with different panels. Adding more CSS specificities solved the issue.
There was a bug when the Plaster plugin was installed on the same server as AT causing the color grid (when choosing a background color, or a typography color) to show some weird padding and background. We added specific CSS rules to override this conflict.
The feature "Disable borders and box-shadow" had a bug in the last release of Bricks due to some changes in the core VUE methods of the builder. AT now uses the updated methods and that fixed the issue.
There was a bug that deleted and recreated the grid classes and the imported classes on each builder reload, causing the classes to be removed from all the existing elements. We shifted the logic on how the classes are being created inside the builder.
A Javascript error was generated when the script was trying to remove/reset the classes of an element.
A PHP critical error was randomly showing on some user's websites when ACF was previously installed.