Version Packages (next)
This commit is contained in:
@@ -1,5 +1,31 @@
|
||||
# @backstage/plugin-scaffolder-react
|
||||
|
||||
## 1.19.6-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2eeca03: Scaffolder form fields in the new frontend system now use a Utility API pattern instead of multiple attachment points. The `FormFieldBlueprint` now uses this new approach, and while form fields created with older versions still work, they will produce a deprecation warning and will stop working in a future release.
|
||||
|
||||
As part of this change, the following alpha exports were removed:
|
||||
|
||||
- `formFieldsApi`
|
||||
- `formFieldsApiRef`
|
||||
- `ScaffolderFormFieldsApi`
|
||||
|
||||
- 69d880e: Bump to latest zod to ensure it has the latest features
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-react@1.21.6-next.0
|
||||
- @backstage/core-components@0.18.6-next.0
|
||||
- @backstage/frontend-plugin-api@0.14.0-next.0
|
||||
- @backstage/core-plugin-api@1.12.2-next.0
|
||||
- @backstage/catalog-client@1.12.1
|
||||
- @backstage/catalog-model@1.7.6
|
||||
- @backstage/theme@0.7.1
|
||||
- @backstage/types@1.2.2
|
||||
- @backstage/version-bridge@1.0.11
|
||||
- @backstage/plugin-permission-react@0.4.40-next.0
|
||||
- @backstage/plugin-scaffolder-common@1.7.6-next.0
|
||||
|
||||
## 1.19.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-scaffolder-react",
|
||||
"version": "1.19.5",
|
||||
"version": "1.19.6-next.0",
|
||||
"description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
|
||||
"backstage": {
|
||||
"role": "web-library",
|
||||
|
||||
Reference in New Issue
Block a user