Last updated: 20th October 2025
Released: 20th October 2025
When you upgrade your website to the latest version of Acquia Site Studio, database updates are applied. This prevents the database from rolling back to the previous version.
Acquia recommends that you apply updates in your development environment and back up your website, including the database, before you upgrade Acquia Site Studio.
Site Studio includes a search function in Style Builder that helps you quickly find CSS properties by typing in a search bar. The search understands CSS property names, aliases, and technical terms to help you locate the properties faster.
A search input with the placeholder Search CSS properties... appears in the Properties menu.
Site Studio includes CSS Grid support in Style Builder, which allows you to create grid-based layouts through the UI. This feature provides:
For developers:
For Content Editors:
CSS Grid has excellent modern browser support, but it may require fallbacks for older browsers. Test complex grid layouts thoroughly across target browsers.
Site Studio fixed an issue where existing field values in field groups were lost when conditional visibility rules were applied to parent containers. This occurred when updating an existing component with new conditional field groups, which caused previously saved data in existing field groups to not be retained or displayed after the component form was opened.
The fix ensures that nested conditional fields maintain their values when parent containers are hidden or displayed, which prevents data loss during component form updates.
No action is required. The fix is automatic and preserves all field values in components with conditional visibility. If you previously removed conditional visibility rules as a workaround, you can now safely re-apply them.
None. This fix prevents data loss and improves the reliability of conditional field groups.
Site Studio includes fixes for the Components administration list to ensure drag-and-drop and row-weight reordering work reliably in nested accordion structures.
Drag-and-drop and row-weight reordering functionality for Components.
No action is required.
None
Site Studio provides safe cleanup of orphaned layout canvas revisions through two methods:
sitestudio:cleanup-orphans
is available to manually identify and clean up existing orphaned revisions from any entity type using layout canvas.cohesion_layout_revision
table is cleaned up based on your configured interval or manual Drush commands.Initial cleanup (one-time):
Run drush sitestudio:cleanup-orphans --dry-run
to see the number of orphaned revisions that exist on your site.
Run drush sitestudio:cleanup-orphans
to clean them up.
Configuration (optional to enable automatic cleanup):
Go to /admin/cohesion/settings
and enable Delete orphaned revisions on cron.
Select your preferred interval.
Ongoing maintenance:
Orphans are cleaned up automatically based on your configured interval, or you can run the Drush command manually as needed.
--dry-run
first to review what is deleted. Consider backing up your database before you run the initial cleanup.If this content did not answer your questions, try searching or contacting our support team for further assistance.
Wed Oct 22 2025 04:11:48 GMT+0000 (Coordinated Universal Time)