Files
backstage/.changeset/scaffolder-form-fields-api-migration-react.md
T
Patrik Oldsberg 2eeca031c4 scaffolder: migrate nfs form fields to utility API
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-01-26 16:53:04 +01:00

505 B

@backstage/plugin-scaffolder-react
@backstage/plugin-scaffolder-react
patch

Scaffolder form fields in the new frontend system now use a Utility API pattern instead of multiple attachment points. The FormFieldBlueprint now uses this new approach, and while form fields created with older versions still work, they will produce a deprecation warning and will stop working in a future release.

As part of this change, the following alpha exports were removed:

  • formFieldsApi
  • formFieldsApiRef
  • ScaffolderFormFieldsApi