Change record status: 
Project: 
Introduced in branch: 
11.5.x
Introduced in version: 
11.5.0
Description: 

The text_with_summary plugins have been deprecated and moved to a new module named 'text_with_summary'. That module will be removed from core in Drupal 12 and moved to contrib under the same name.

Drupal\text\Plugin\Field\FieldFormatter\TextSummaryOrTrimmedFormatter => Drupal\text_with_summary\Plugin\Field\FieldFormatter\TextSummaryOrTrimmedFormatter

Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem => Drupal\text_with_summary\Plugin\Field\FieldType\TextWithSummaryItem

Drupal\text\Plugin\Field\FieldWidget\TextareaWithSummaryWidget => Drupal\text_with_summary\Plugin\Field\FieldWidget\TextareaWithSummaryWidget

Additional text/drupal.text library has been moved to text_with_summary/drupal.text.

Impacts: 
Site builders, administrators, editors
Module developers