Changelog
Keep track of what's new with ACSS! For details on specific features and utilities, please check the official documentation.
- December 18, 2024
3.2.9
Improve Bricks button UI dropdown logic
The logic for populating Bricks’ dropdown with available button styles needed improvement for existing ACSS sites. Previously enabled/disabled buttons would sometimes show in the dropdown as available options when not currently enabled. We’ve added a reset for checking the currently available styles on upgrade.
- December 17, 2024
3.2.8
We’ve hit a very important milestone with this update. Keep an eye on the blog for an official write-up!
Button styles compatibility with Bricks UI
You can now use the Bricks button styles UI to apply button style classes to buttons. This feature must be enabled in the Bricks Enhancements area of the dashboard.
Card Framework: Add control for card button size
You can now control default button size for cards.
Card Framework: Exclude "group" classes from activating auto-targeting
Classes like
.service-card-group
were triggering the card framework. Much like “wrapper,” “group” is now an anti-keyword.Focus styles no longer show on click
Clicking an element that has hover focus no longer shows the focus styling. This makes for a cleaner user experience.
Headings now default to "700" to match browser default
Headings would be 700 either way, based on browser default, but some users wanted it to show 700 as the value in the dashboard for added clarity.
Show all semantic colors with transparencies in contextual menus
The context menus have now been updated to include all contextual shades and transparencies.
Improve var() stripping in dashboard inputs
We now only strip var() instances when there’s a single variable in use. For more complex scenarios, we leave the vars intact. You don’t have to write var() as we’ll add it for you automatically, but we won’t visually strip them if there’s more than one.
Dark/Light button variant classes can now be added with the context menus
We’ve updated the context menus to support dark/light button variants.
Minor fixes related to hot reloading
Font families wrapped in quotes now output correctly
In rare situations, font families need to be wrapped in quotes (e.g. “Source Sans 3”), but our parser was stripping quotes. This is now fixed.
Fix for dashboard not loading when a specific flag is set to false
Clashing JS variables caused the dashboard not to load when setting the ACSS_FLAG_LOAD_DASHBOARD_SCRIPTS_AS_MODULE flag to false. This is fixed.
Background position was missing in CSS for textures 2-5
This was found during internal testing and wasn’t yet reported by users. The background position property wasn’t being output for textures 2 through 5. This is now fixed.
Disabled transparencies no longer show up in Gutenberg color palettes
Disabled transparencies were showing placeholder swatches in Gutenberg color palettes. This is now fixed.
Gutenberg: Fix "Replace Color Palette" not working
Existing color palettes by Gutenberg or third party tools were still remaining. This is now fixed.
Fix syntax error in custom SCSS triggering a fatal error
This is a partial fix that demands a little bit of refactoring in January. The issue stems from processing mixins and functions. It occurs very rarely, but will be addressed further in January.
- November 26, 2024
3.2.7
In this patch release, we addressed a missing style in .form–light for WS Form that was overlooked in version 3.2.6. Now, your forms will look as sleek and stylish as intended!
Forms: fix missing style for WS Form in .form--light
- November 26, 2024
3.2.6
Added "margin none" classes for improved layout control
Cards can now default to using CSS Grid instead of Flexbox
Adjustment to auto-container-query aggressiveness
Resolved an issue where using special "comment headings" in global SCSS would sometimes freeze the dashboard
Forms: Addressed an issue with the input mixin that affected the height of textareas and message fields
- November 22, 2024
3.2.5
Guess what? We’re on pace to have a completely clear issue tracker by mid-December. That means ZERO tracked issues. Once that happens, keep an eye out for a blog post detailing our ACSS team mantra for 2025.
"Auto Container Query" support for Card Framework
The Card Framework is now supercharged with our automatic and innovative approach to container query support.
Card Container Query Recipe
Card Container Query Mixin
Refactor: Light/Dark style management for form styling
Internal improvement.
Converted old properties to logic properties for form styling
Update to follow standards.
Refactor: Contain classes
- Added option to turn on/off container query classes.
Fix instant preview sometimes only targeting the first instance of an element