c54fc49643
Signed-off-by: blam <ben@blam.sh>
845 B
845 B
@backstage/plugin-scaffolder
| @backstage/plugin-scaffolder |
|---|
| minor |
Removed the following previously deprecated exports:
-
BREAKING: Removed the deprecated
TemplateListcomponent and theTemplateListPropstype. Please use theTemplateCardto create your own list component instead to render these lists. -
BREAKING: Removed the deprecated
setSecretmethod, please usesetSecretsinstead. -
BREAKING: Removed the deprecated
TemplateCardComponentandTaskPageComponentprops from theScaffolderPagecomponent. These are now provided using thecomponentsprop with the shape{{ TemplateCardComponent: () => JSX.Element, TaskPageComponent: () => JSX.Element }} -
BREAKING: Removed
JobStatusas this type was actually a legacy type used inv1alphatemplates and the workflow engine and should no longer be used or depended on.