Release 3.1.4
April 25, 2025
26 changes
This release includes several improvements to functions related to the new AT Framework and resolves issues that have arisen since version 3.1.
FIX
ATF: Button sizes and variants are now mapped to the Theme Styles
"All button-related custom CSS—including variant and size declarations—has been moved from the global stylesheet to theme styles. This ensures tighter integration with native Bricks controls and allows you to leverage Advanced Theme's variable management functions.
FIX
ATF: New Button size and variants variable categories
Here's an improved version of your text: "New button categories have been added to the Variable Manager, creating a more organized structure that simplifies editing.
FIX
ATF: Button recipe has been updated with the new variables
The button recipe has been completely revamped to include the newly created variables for each variant type.
FIX
ATF: Button utility classes have been deprecated and removed from the framework
Since we are now targeting the Bricks classes directly, we've eliminated the need for button utility classes, which have been removed from the framework.
FIX
ATF: New description text within the ATF variable categories in the CSS Variable Manager
Each variable category in the ATF section of the Variable Manager now includes a short description indicating where its variables are mapped.
FIX
ATF: New default styles for all button variants
All button variants have been updated with refreshed default styles.
FIX
CSS Variable Manager: you can now select the base scale value
Within any scale in the CSS Variable Manager of AT, you can now choose a base variable from which all other variables in the scale are derived.
FIX
CSS Variable Manager: The left & right panels are now scrollable independently
Both the left and right panels can now be scrolled independently, making it easier to navigate overflowing content.
FIX
CSS Variable Manager: Changing a color variable in the input control update the color preview
The preview updates instantly whenever you modify a color variable in the Variable Manager.
FIX
Reduced event listeners on the left element shortcuts
This is a JavaScript optimization related to the left element shortcuts. While the performance improvement is minor, the code is now cleaner and more maintainable.