= 2.9 ( OCT 09, 2024 )
* NEW: AI Generated Structure
* NEW: Codepen Converter
* NEW: Generated Code & Element HTML parser
* NEW: WPCodeBox integration
* NEW: Quick Search
* NEW: Code Element Tweaks
* NEW: Sync Element's label with the first Global Class name
* IMPROVE: Advanced CSS: revamped from scratch with full SASS functionalities - including mixins and partials
* IMPROVE: Advanced CSS: create/edit/disable separated CSS/SCSS files from the builder
* IMPROVE: Advanced CSS: one-click toggle between your SASS code and the compiled CSS
* IMPROVE: Advanced CSS: edit style.css of your child theme right from the builder
* IMPROVE: Advanced CSS: new AI integration. Both create new content and edit the existing one. All CSS files supported.
* IMPROVE: Advanced CSS: new Selector Picker feature.
* IMPROVE: Advanced CSS: new live error checker when writing SCSS code.
* IMPROVE: Advanced CSS: new cross-search between all your files
* IMPROVE: Advanced CSS: advanced enqueue options on frontend/builder and Gutenberg
* IMPROVE: SuperPowerCSS: now support mixins and partials declared inside Advanced CSS
* IMPROVE: SuperPowerCSS: new "Variabilize CSS" feature
* IMPROVE: SuperPowerCSS: new "Convert UX values to CSS" feature
* IMPROVE: Notes: Added "Page notes" inside the Page Settings panel
* IMPROVE: Plain Classes Modal: new option to set it as Default Global Class Picker
* IMPROVE: Plain Classes Modal: clicking on a class will now close the modal automatically. ShiftKey + click will allow multiple class selection. Enter key will inside the editor will save the classes.
* IMPROVE: Dynamic Data Modal: New Copy Tag icon
* IMPROVE: Box Shadow Generator - Allow negative spread values
* IMPROVE: Variable Manager: Added a ".brxc-scoped-variables" to the theme variable declarations that allows overriding clamp function variables outside of the :root
* IMPROVE: Variable Manager: adding variables with empty value will show inside the Variable Picker without printing the declarations
* IMPROVE: Variable Manager: new toggle to import variables names in bulk without assigning values
* IMPROVE: Variable Manager: The cursor is now refocused on the "add new variable" input after adding a new variable.
* IMPROVE: Variable Picker: Added the right-click event to open the Variable Picker.
* IMPROVE: Color Manager: New action icon to declare the @property of the variable created for each color
* IMPROVE: Color Manager: added the H,S & L values as separated variables for the parent colors of each Palette
* IMPROVE: Color Manager: New action icon to set your color as a CSS variable only without declaring any color.
* IMPROVE: Global Colors: dark colors are now disabled by default and require to be manually activated
* IMPROVE: New PHP filters able to set different default positions for Plain Classes, Class Converter, and Advanced CSS.
* IMPROVE: Added the 'o1-preview' and the 'o1-mini' to the available AI models.
* IMPROVE: Go to Parent Shortcut has been recovered.
* IMPROVE: The SASS integrations are not experimental anymore.
* IMPROVE: All the CSS & HTML editors mounted by AT now support emmet abbreviations.
* IMPROVE: AT keyboard shortcuts are not conflicting with the browser/Bricks anymore. They now required at least one click inside the window.
* FIX: Dragging Structure Panel wasn't working correctly since 2.8.1
* FIX: Search settings input was getting stretched
* FIX: PHP Warning "Undefined array key 'settings'" on pages with no settings
* FIX: The Bricks variable picker wasn't displaying correctly inside the code element for HTML/CSS
* FIX: The Bricks Dynamic Data picker wasn't displaying correctly inside the code element
* FIX: Auto-expanding the left panel inside the CSS tab wasn't working correctly.
* FIX: The filter elements were disabled by default inside the theme settings > global settings > builder elements.
* FIX: The icon control was wrongly cleared on the ID level when exporting the styles to a global class.
* FIX: Empty grid-gap value inside the Grid Builder would be ignored and wrongly generate a 20px value in the gap control.
* FIX: Empty columns/rows value inside the parent settings are now removing any existing value in grid-template-columns/rows.
* FIX: r + TAB shortcut wasn't working inside the CSS editor of the Class Manager
* FIX: Clicking on the Breakpoint indicators wasn't always setting the right breakpoint inside the builder
* FIX: Non-standard property keywords (like the logical ones) were not correctly added to the Codemirror autosuggestion dropdown
* FIX: Advanced Text Wrapper could add hrefs to tags other than anchors.
* FIX: Autoformatted clamp functions wouldn't correctly save inside the Variable Manager inputs.
* FIX: The "Edit with WordPress" icon wasn't correctly hidden in the Strict Editor View
* FIX: Style Overview could generate a JS error when a class deleted, but not removed from an element.
* FIX: Variable suggestion dropdown wasn't showing correctly on spacing controls.