Version Packages
This commit is contained in:
@@ -1,5 +1,31 @@
|
||||
# @backstage/plugin-scaffolder-react
|
||||
|
||||
## 1.19.7
|
||||
|
||||
### 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`
|
||||
|
||||
- b9d90a7: Added `@backstage/frontend-test-utils` as a dev dependency for mock API usage in tests.
|
||||
- a7e0d50: Updated `react-router-dom` peer dependency to `^6.30.2` and explicitly disabled v7 future flags to suppress deprecation warnings.
|
||||
- 69d880e: Bump to latest zod to ensure it has the latest features
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-react@2.0.0
|
||||
- @backstage/core-components@0.18.7
|
||||
- @backstage/theme@0.7.2
|
||||
- @backstage/frontend-plugin-api@0.14.0
|
||||
- @backstage/catalog-client@1.13.0
|
||||
- @backstage/core-plugin-api@1.12.3
|
||||
- @backstage/plugin-permission-react@0.4.40
|
||||
- @backstage/version-bridge@1.0.12
|
||||
- @backstage/plugin-scaffolder-common@1.7.6
|
||||
|
||||
## 1.19.7-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-scaffolder-react",
|
||||
"version": "1.19.7-next.2",
|
||||
"version": "1.19.7",
|
||||
"description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
|
||||
"backstage": {
|
||||
"role": "web-library",
|
||||
|
||||
Reference in New Issue
Block a user