Merge pull request #9752 from backstage/blam/deprecations/scaffolder/frontend

🧹 some tidying up in the `scaffolder` plugin
This commit is contained in:
Fredrik Adelöw
2022-02-24 11:54:06 +01:00
committed by GitHub
22 changed files with 314 additions and 283 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-scaffolder': patch
---
- Reworking the `FieldExtensionComponentType` so we can export the `ui:schema:options` props in the `api-report.md`.
- Exporting all of the `UiOptions` types for the `FieldExtensions` so we can see them in the `api-report.md`.
- Removing the redundant type in the `CustomFieldValidator` union.
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-scaffolder': minor
---
- **BREAKING** - Removed the `plugin` export, use `scaffolderPlugin` instead.
- **BREAKING** - Removed the `TextValuePicker` component export, you can inline this component instead as it's a simple wrapper around a `TextField` from `@material-ui/core`.