6ce323aa55
Signed-off-by: blam <ben@blam.sh>
757 B
757 B
@backstage/plugin-scaffolder
| @backstage/plugin-scaffolder |
|---|
| patch |
Added some deprecations as follows:
- DEPRECATED:
TemplateCardComponentandTaskPageComponentprops have been deprecated, and moved to acomponentsprop instead. You can pass them in through there instead. - DEPRECATED:
TemplateListandTemplateListPropshas been deprecated. Please use theTemplateCardto create your own list component instead. - DEPRECATED:
setSecrethas been deprecated in favour ofsetSecretswhen callinguseTemplateSecrets
Other notable changes:
scaffolderApi.scaffold()valuestype has been narrowed fromRecord<string, any>toRecord<string, JsonValue>instead.- Moved all navigation internally over to using
routeRefsandsubRouteRefs