Release 3.1.1
April 18, 2025
14 changes
This version fixes bugs from the recent 3.1 release and brings several improvements to existing functions.
FIX
Global Class Manager: new “Find & Replace” option within the bulk action tab
In this version, a new "Find & Replace" bulk action has been added to the Class Manager.It lets you search for any string used as a value—whether in control settings or custom CSS—within your global classes. This is especially useful when you need to update a variable prefix across multiple classes.
FIX
Global Class Manager: splitted the class overview data and the custom css editors for improved performance
When clicking on a class inside the Class Manager of AT, you now have two different tabs: Class overview and Custom CSS. This improves performance and leaves more room for both the overview data and the CSS editors.
FIX
Global Color Manager: manage the variable prefix for each palette separatly
You can now set a custom prefix to any palette created inside the Global Color Manager of AT.
FIX
ATF now supports custom prefix for all the variables, classes and colors
You can now add a custom prefix to all variables, global classes, and global colors used throughout ATF.However, think carefully before using this feature — if you plan to work with compatible design kits in the future, custom prefixes could lead to conflicts or unexpected issues. It's strongly recommended to leave the default "at-" prefix and call it…
FIX
ATF: removed the Misc class category and moved .clickable-box to the Accessibility category
The .clickable-box utility class of ATF has been recategorized in "Accessibily".
FIX
ATF: added “h2” as default heading HTML tag
H2 is now the default HMTL tag when adding a heading element to the structure.
FIX
Imported Advanced CSS stylesheets through the theme settings > import function now automatically recompile and generate the CSS files
Before this release, importing Advanced CSS stylesheets required a manual step to recompile the files and generate the corresponding CSS files. Now, all the Advanced CSS stylesheets imported within the Theme Settings are automatically recompiled, and the CSS gets generated on the fly.
FIX
ATF: Replaced at-link-cover–hover in at-link-color–hover
A typo was present in ATF: at-link-cover--hover has been replaced in at-link-color--hover.
FIX
ATF replace “outline-style: auto” to “outline-style: solid” all over the framework
Due to recent Chrome changes, we changed the outline-style from "auto" to "solid" throughout the entire framework.
FIX
Transform all “select” controls into Comboboxes was running by default and couldn’t be disabled
The new builder tweak "Transform all select controls into Comboboxes" was on by default and there was no way to turn it off.