Release 3.0.1
January 28, 2025
5 changes
This release fixes potential issues raised in the 3.0 release.
FIX
The right element shortcuts could generate a js error when no element was selected
In rare cases, the right element shortcuts could prevent the AT options from mounting correctly inside the builder - and cause the AT functions to be broken.
FIX
darkmode-local-storage.js was enqueued even when global colors or the darkmode on the frontend were disabled
Even when you disabled the global colors settings within the Theme Settings, or if you disabled the darkmode on the frontend, the JavaScript file "darkmode-local-storage.js" was still being enqueued on the frontend.
FIX
Importing the Theme Settings would create duplicated entries within the confirmation popup
When importing the AT - Theme settings from an export file, the confirmation popup would include duplicate "Theme Settings" strings for each data entry imported.
FIX
FATAL error in the AJAX response when importing the Strict Editor View settings
Importing the AT - Strict Editor View settings from an export file would generate a Fatal Error in the AJAX response due to a typo in the code.
FIX
Confirmation import/export/reset popup wasn’t displayed “fixed” on page
Instead of being fixed on the page, the confirmation popup after importing/exporting/resetting settings was displayed as position:absolute, which wasn't a great UX on long pages.