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.
FIX
Advanced CSS: new indicator of unsaved changes on stylesheets/recipes
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.
FIX
SuperPowerCSS: new CMD/CTRL + B shortcut to beautify the CSS
SuperPowerCSS has now a new keyboard shortcut to active the BeautifyCSS function: CMD + b for Mac users - CTRL + b for WIN users.
FIX
Enhanced builder load performance
Some heavy functions on load have been revamped and should decrease the calculation time on builder load.
FIX
CMD/CTRL + S wasn’t saving the SuperPowerCSS content if the editor wasn’t previously blurred.
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,…
FIX
Unnecessary unsaved changes indicator inside the save button on builder load
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.
FIX
SuperPowerCSS contextual menu could be cut off if the left panel wasn’t wide enough.
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.
FIX
Clicking Plain Classes inside the Class Contextual Menu wasn’t working anymore
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.
FIX
Added background/border/outline reset properties to the grid guide container to avoid conflict when targeting tags (section, div) without specificity
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…
FIX
Custom recipe not visible if no custom stylesheet existed
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.
FIX
The V icon was wrongly displayed inside the rating/maxRating fields of the new Rating element.
The fields Rating & Max Rating were showing the variable icon while these fields aren't related to CSS but expect a float/integer value.