---
title: "Site Studio 8.2.7 - August 05, 2026"
date: "2026-07-31T09:10:20+00:00"
summary: "Discover what's fixed in Acquia Site Studio 8.2.7—bug fixes for Drupal 11.4, nested views, Page Builder, and TMGMT compatibility."
image:
type: "announcement"
url: "/drupal-starter-kits/add-ons/site-studio/release/2026-08-05/98896-site-studio-827-august-05-2026"
id: "c037eb7b-b33d-4442-b4ee-61a4ff8e0671"
---

Last updated: 5th August 2026  
Released: 5th August 2026

Important

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.

Bug fixes
---------

### Fixes an issue after `sitestudio_claro` module installation on Drupal 11.4

#### What is it?

Resolves a problem where the `sitestudio_claro` module is incompatible with Drupal 11.4. This issue results in errors during installation or upgrade processes.

#### What impact will there be?

The `sitestudio_claro` submodule is compatible with Drupal 11.4 and verifies that the `claro.theme` file exists before it requires the file.

#### What actions must I take?

Clear caches, for example use the `drush cr`, to use `sitestudio_claro` on Drupal 11.4.

#### Are there any risks to be aware of?

Some styles or layouts inside the Media Library modal can change slightly under Visual Page Builder use.

### Fixes an issue where nested views only render the first row

#### What is it?

Resolves a bug where views that contain nested views, a view rendered inside the row template of another view, display only the first row of the parent view. This issue occurs because the view iterator uses a single global counter that nested views reset, which breaks the parent view iteration.

#### What impact will there be?

Nested views render all rows correctly. Each view instance maintains an independent iteration state, which prevents collisions between parent and child views.

#### What actions must I take?

Resave the affected template entities or run a rebuild.

### Page Builder no longer reloads after application of unchanged component settings

#### What is it?

Resolves an issue where Page Builder experiences a brief refresh or flicker after users click on **Apply** for a component with unchanged settings.

#### What impact will there be?

Editors can apply unchanged component settings without an unnecessary refresh on the Page Builder canvas to prevent workflow disruption.

#### What actions must I take?

Site Studio import is required to ensure that updated JavaScript assets load.

#### Are there any risks to be aware of?

None.

### Compatibility issues with TMGMT version 1.17+ are resolved

#### What is it?

Resolves a compatibility issue with TMGMT 1.17+ that prevents the preservation of newly created translations.

#### What impact will there be?

The latest versions of TMGMT work as expected with Site Studio.

#### What actions must I take?

None.

#### Are there any risks to be aware of?

The fix is backward compatible and does not cause issues with an older version of TMGMT.

### Orphaned cohesion layout revision cleanup scalability fix

#### What is it?

Resolves an issue where the `drush sitestudio:cleanup-orphans` command and cron-based cleanups expire on large sites.

#### What impact will there be?

Sites with many orphaned revisions are able to handle cleanups without timeouts.

#### What actions must I take?

None.

#### Are there any risks to be aware of?

The cleanup permanently deletes orphaned revision data. Always apply the `--dry-run` flag before you run the `drush sitestudio:cleanup-orphans`command.

### Fixes an issue where Page Builder component styles disappear after CKEditor fullscreen mode use

#### What is it?

Resolves an issue where Page Builder components lose styles after CKEditor fullscreen mode access in Drupal 11.4. This fix also addresses an issue where partial WYSIWYG text preserves when a user clicks **Apply** quickly.

#### What impact will there be?

Component styles remain visible after CKEditor fullscreen mode access, and WYSIWYG text changes save correctly.

#### What actions must I take?

Site Studio import is required to ensure that updated JavaScript assets load.

#### Are there any risks to be aware of?

None.

### Fixes an issue where SCSS variables are not replaced correctly

#### What is it?

Resolves an issue where SCSS variables are not replaced correctly in generated CSS. This issue occurs specifically with colors and values enclosed in SCSS interpolation.

#### What impact will there be?

Generated CSS correctly replaces SCSS variables.

#### What actions must I take?

Resave the SCSS variables page or run a rebuild.

#### Are there any risks to be aware of?

None.

### Fixes an issue where transform values set to zero were removed from generated CSS

#### What is it?

Resolves an issue where transform values set to zero were removed from generated CSS.

#### What impact will there be?

Generated CSS correctly includes transform values set to zero.

#### What actions must I take?

Resave the affected style or run a rebuild.

#### Are there any risks to be aware of?

None.