chore: added changeset

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-03-07 21:26:47 +00:00
parent cabf951c37
commit e63e5a9452
+11
View File
@@ -0,0 +1,11 @@
---
'@backstage/plugin-scaffolder': minor
---
Removed the following previously deprecated exports:
- **BREAKING**: Removed the deprecated `TemplateList` component and the `TemplateListProps` type. Please use the `TemplateCard` to create your own list component instead to render these lists.
- **BREAKING**: Removed the deprecated `setSecret` method, please use `setSecrets` instead.
- **BREAKING**: Removed the deprecated `TemplateCardComponent` and `TaskPageComponent` props from the `ScaffolderPage` component. These are now provided using the `components` prop with the shape `{{ TemplateCardComponent: () => JSX.Element, TaskPageComponent: () => JSX.Element }}`