Release 3.3.3
July 18, 2025
6 changes
Massive Improvement to the way the UX builder settings are getting saved.
FIX
New Global option to save builder UX settings in the database and override Local Storage settings
Several users shared concerns about relying exclusively on localStorage for saving builder UX settings. I may have been a bit overexcited about the benefits, like reducing database load and offering a snappier, more “live” experience, without fully considering edge cases. For example, some users constantly clear their browser cache, while others need to enforce consistent…
FIX
New import/export/reset options to builder UX settings
You can now export/import/reset all the data related to the UX builder that has been saved to the database.
FIX
New reset option to remove AT’s Local Storages
A new option in the Reset Settings allows you to remove all the Local Storage related to AT.
FIX
Visibility Floating bar could show wrong settings
Visibility Floating bar could show wrong settings when hide/remove settings were set to false in the element object.
FIX
Fixed a PHP Warning: Undefined array key “enable_page_transition_page” in frontend.php
That error could be triggered when installing AT for the first time, before saving the Theme Settings.
FIX
A JS error could occur when an element is connected to a missing component
In case you connected an element to a missing component, a JS error would be triggered and break some functions of AT inside the builder.