Change record status: 
Project: 
Introduced in branch: 
8.x-8.x
Description: 

In order to support the layout builder the socialbase/modal library no longer extends the core/drupal.dialog.ajax library.

In known cases where the socialbase/modal was relied upon, an alter hook has been implemented in socialbase to manually add the library when the core/drupal.dialog.ajax library was present.

If you relied on styling from the socialbase/modal library and are relying on it being added when attaching the core/drupal.dialog.ajax library you will now have to manually attach both.

Impacts: 
Module developers
Themers