Release 1.2.3

July 20, 2023
21 changes

we’ve got some exciting updates to share with you!

This release solves bugs appeared on the recent updates, and add some new features as well. Check them all below!

If you set a class to your element, chances are you want to style this class by default instead of the ID. This feature will ensure that the first unlocked class of the element gets automatically activated when browsing your elements.

If you’re manually typing CSS variables inside the builder’s inputs, you’re potentially at risk of creating a styling mess if you forget to close a bracket. With this function enabled, AT will make sure that your CSS variable is correctly formatted.

Ever wondered why Bricks set the default HTML tag of a basic text as a div instead of a paragraph? Or why does it enable automatic caption by default on all images? You can now override these settings in a few clicks!

The text inputs inside the builder are relatively small and hardly consent your to have a clear overview of the variables and functions added to each field. With this feature enabled, the input size gets increased.

If you’re working on small devices and you’re willing to add all the class functions and shortcuts, chances are you won’t have enough room to see your class name anymore. With this feature enabled, the class icons will be visible on hover/focus only.

The Tag Manager dropdown was set with an insufficient z-index, causing the background to be slightly transparent and failing the trigger correct events on click.
For some reason, selecting the "!important" value from the suggestion dropdown of the Superpower CSS was causing the exclamation mark to be duplicated.
The suggestion dropdown was sometimes triggered incorrectly. It also included the variable values while looking for a CSS property.
In some cases, the Core variable added through the variable pickr was missing an ending bracket.
The pseudo-element indicator wasn't correctly triggered when a class was activated in the left panel and was continuously referring to the ID styles.
We removed the dropdown from the "overview" mode of the Tag Manager so you can have a "safe" mode without triggering the dropdown while clicking on the elements, but still see the HTML tags in your structure panel. The "developer" mode is the only one that supports changing HTML tags from the structure panel.
There was a conflict between a Bricks shortcut (CTRL + SHIFT + ARROWS) to navigate the structure panel items and the AT shortcut (SHIFT + ARROWS) to move elements inside the structure panel. Now both shortcuts should work as expected.
In order to avoid clicking the save button while adding a section to your structure panel, a small gap between the topbar and the shortcut panel has been added.
When you autocomplete a CSS property suggestion (by typing enter in the dropdown), it will automatically add a colon and a space at the end of the property, so you can quickly type your value without caring about formatting the CSS declaration.
You are now able to set a default width for the Structure Panel in the theme settings.