@backstage/plugin-scaffolder-react 1.19.7-next.2 → 1.19.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +19 -19
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @backstage/plugin-scaffolder-react
2
2
 
3
+ ## 1.19.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 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.
8
+
9
+ As part of this change, the following alpha exports were removed:
10
+
11
+ - `formFieldsApi`
12
+ - `formFieldsApiRef`
13
+ - `ScaffolderFormFieldsApi`
14
+
15
+ - b9d90a7: Added `@backstage/frontend-test-utils` as a dev dependency for mock API usage in tests.
16
+ - a7e0d50: Updated `react-router-dom` peer dependency to `^6.30.2` and explicitly disabled v7 future flags to suppress deprecation warnings.
17
+ - 69d880e: Bump to latest zod to ensure it has the latest features
18
+ - Updated dependencies
19
+ - @backstage/plugin-catalog-react@2.0.0
20
+ - @backstage/core-components@0.18.7
21
+ - @backstage/theme@0.7.2
22
+ - @backstage/frontend-plugin-api@0.14.0
23
+ - @backstage/catalog-client@1.13.0
24
+ - @backstage/core-plugin-api@1.12.3
25
+ - @backstage/plugin-permission-react@0.4.40
26
+ - @backstage/version-bridge@1.0.12
27
+ - @backstage/plugin-scaffolder-common@1.7.6
28
+
3
29
  ## 1.19.7-next.2
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-react",
3
- "version": "1.19.7-next.2",
3
+ "version": "1.19.7",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -66,17 +66,17 @@
66
66
  "test": "backstage-cli package test"
67
67
  },
68
68
  "dependencies": {
69
- "@backstage/catalog-client": "1.12.2-next.0",
70
- "@backstage/catalog-model": "1.7.6",
71
- "@backstage/core-components": "0.18.7-next.2",
72
- "@backstage/core-plugin-api": "1.12.3-next.1",
73
- "@backstage/frontend-plugin-api": "0.14.0-next.2",
74
- "@backstage/plugin-catalog-react": "2.0.0-next.2",
75
- "@backstage/plugin-permission-react": "0.4.40-next.1",
76
- "@backstage/plugin-scaffolder-common": "1.7.6-next.1",
77
- "@backstage/theme": "0.7.2-next.1",
78
- "@backstage/types": "1.2.2",
79
- "@backstage/version-bridge": "1.0.12-next.0",
69
+ "@backstage/catalog-client": "^1.13.0",
70
+ "@backstage/catalog-model": "^1.7.6",
71
+ "@backstage/core-components": "^0.18.7",
72
+ "@backstage/core-plugin-api": "^1.12.3",
73
+ "@backstage/frontend-plugin-api": "^0.14.0",
74
+ "@backstage/plugin-catalog-react": "^2.0.0",
75
+ "@backstage/plugin-permission-react": "^0.4.40",
76
+ "@backstage/plugin-scaffolder-common": "^1.7.6",
77
+ "@backstage/theme": "^0.7.2",
78
+ "@backstage/types": "^1.2.2",
79
+ "@backstage/version-bridge": "^1.0.12",
80
80
  "@material-ui/core": "^4.12.2",
81
81
  "@material-ui/icons": "^4.9.1",
82
82
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -104,13 +104,13 @@
104
104
  "zod-to-json-schema": "^3.25.1"
105
105
  },
106
106
  "devDependencies": {
107
- "@backstage/cli": "0.35.4-next.2",
108
- "@backstage/core-app-api": "1.19.5-next.1",
109
- "@backstage/frontend-test-utils": "0.5.0-next.2",
110
- "@backstage/plugin-catalog": "1.33.0-next.2",
111
- "@backstage/plugin-catalog-common": "1.1.8-next.0",
112
- "@backstage/plugin-permission-common": "0.9.6-next.0",
113
- "@backstage/test-utils": "1.7.15-next.2",
107
+ "@backstage/cli": "^0.35.4",
108
+ "@backstage/core-app-api": "^1.19.5",
109
+ "@backstage/frontend-test-utils": "^0.5.0",
110
+ "@backstage/plugin-catalog": "^1.33.0",
111
+ "@backstage/plugin-catalog-common": "^1.1.8",
112
+ "@backstage/plugin-permission-common": "^0.9.6",
113
+ "@backstage/test-utils": "^1.7.15",
114
114
  "@testing-library/dom": "^10.0.0",
115
115
  "@testing-library/jest-dom": "^6.0.0",
116
116
  "@testing-library/react": "^16.0.0",