Release 2.9.1.1

October 21, 2024
10 changes

This release mainly focus on improving existing functions as well as fixing bugs appeared in the latest releases.

There is now a small dots next to the stylesheets/recipes that include unsaved changes. This dot is removed as soon as you correctly save the Advanced CSS settings.
SuperPowerCSS has now a new keyboard shortcut to active the BeautifyCSS function: CMD + b for Mac users - CTRL + b for WIN users.
Some heavy functions on load have been revamped and should decrease the calculation time on builder load.
SuperPowerCSS saves the custom css once the editor gets blurred in order to optimize the builder performance. Saving the changes without blurring the editor by using the CMD/CTRL + s shortcut would then skip the generated css code in the saving process. Now, SuperPowerCSS checks if the save shortcut is hit, and if it is,…
AT functions on load would modify builder objects even if it was not necessary - leading the save button to show changes constantly. These initial functions have been revamped and should show changes on the save button if they are strictly necessary to apply.
Opening the SuperPowerCSS contextual menu while the left element panel is really small was stripping part of the menu on the left. Now the contextual menu is contained inside the window and overflow on the right if not enough space is available inside the left panel.
The Plain class shortcut inside the Class Contextual Menu generated a JS error (missing parenthesis in the code) and wouldn't open the corresponding modal correctly.
targeting the "section" selector in your custom CSS also target the grid guide container that sits on top of the preview window. Adding properties such as background, border or outline would then conflict with the entire preview window. These properties have been set as !important on the grid guide container so they aren't affect by…
In the last release, there was a bug that prevented to add new recipes if no custom recipes/stylesheet was previously added to the Advanced CSS settings.
The fields Rating & Max Rating were showing the variable icon while these fields aren't related to CSS but expect a float/integer value.