91c6faeb7b
Signed-off-by: blam <ben@blam.sh>
693 B
693 B
@backstage/plugin-scaffolder
| @backstage/plugin-scaffolder |
|---|
| minor |
- BREAKING -
scaffolderApi.scaffold()now takes oneoptionsargument instead of 3, the existing arguments should just be wrapped up in one object instead. - BREAKING -
scaffolderApi.scaffold()now returns an object instead of a single string for the job ID. It's now{ taskId: string } - BREAKING -
scaffolderApi.scaffold()now takes atemplateRefinstead oftemplateNameas an argument in the options. This should be a valid stringifiedentityRef. - BREAKING -
scaffolderApi.getIntegrationsListnow returns an object{ integrations: { type: string, title: string, host: string }[] }instead of just an array.