Merge pull request #9752 from backstage/blam/deprecations/scaffolder/frontend
🧹 some tidying up in the `scaffolder` plugin
This commit is contained in:
@@ -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.
|
||||
@@ -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`.
|
||||
Reference in New Issue
Block a user