@backstage/plugin-scaffolder-react 1.21.0-next.1 → 2.0.0
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.
- package/CHANGELOG.md +45 -0
- package/package.json +21 -21
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,50 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-react
|
|
2
2
|
|
|
3
|
+
## 2.0.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- dbeb7aa: Added experimental BUI (Backstage UI) form theme for scaffolder forms. All default field extensions render BUI variants when enabled.
|
|
8
|
+
|
|
9
|
+
**Extension config:**
|
|
10
|
+
|
|
11
|
+
```yaml
|
|
12
|
+
app:
|
|
13
|
+
extensions:
|
|
14
|
+
- sub-page:scaffolder/templates:
|
|
15
|
+
config:
|
|
16
|
+
enableBackstageUi: true
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
**JSX props:**
|
|
20
|
+
|
|
21
|
+
```tsx
|
|
22
|
+
<ScaffolderPage formProps={{ EXPERIMENTAL_theme: 'bui' }} />
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
- 8006acf: Promoted `FormDecoratorBlueprint` and `ScaffolderFormDecorator` from `@alpha`
|
|
26
|
+
to `@public`.
|
|
27
|
+
- d09c21c: The `TemplateCard` component is now a swappable component. Apps using the new
|
|
28
|
+
frontend system can replace it by registering a `SwappableComponentBlueprint`
|
|
29
|
+
that targets `TemplateCard`. Components used as the swappable implementation
|
|
30
|
+
receive `TemplateCardComponentProps`, where `onSelected` is a zero-argument
|
|
31
|
+
callback bound to the rendered template. Existing usage continues to work
|
|
32
|
+
unchanged.
|
|
33
|
+
|
|
34
|
+
### Patch Changes
|
|
35
|
+
|
|
36
|
+
- Updated dependencies
|
|
37
|
+
- @backstage/catalog-model@1.9.0
|
|
38
|
+
- @backstage/core-components@0.18.10
|
|
39
|
+
- @backstage/ui@0.15.0
|
|
40
|
+
- @backstage/frontend-test-utils@0.6.0
|
|
41
|
+
- @backstage/frontend-plugin-api@0.17.0
|
|
42
|
+
- @backstage/core-plugin-api@1.12.6
|
|
43
|
+
- @backstage/plugin-catalog-react@3.0.0
|
|
44
|
+
- @backstage/plugin-scaffolder-common@2.2.0
|
|
45
|
+
- @backstage/catalog-client@1.15.1
|
|
46
|
+
- @backstage/plugin-permission-react@0.5.1
|
|
47
|
+
|
|
3
48
|
## 1.21.0-next.1
|
|
4
49
|
|
|
5
50
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-react",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library",
|
|
@@ -74,18 +74,18 @@
|
|
|
74
74
|
"test": "backstage-cli package test"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@backstage/catalog-client": "1.15.1
|
|
78
|
-
"@backstage/catalog-model": "1.
|
|
79
|
-
"@backstage/core-components": "0.18.10
|
|
80
|
-
"@backstage/core-plugin-api": "1.12.6
|
|
81
|
-
"@backstage/frontend-plugin-api": "0.17.0
|
|
82
|
-
"@backstage/plugin-catalog-react": "
|
|
83
|
-
"@backstage/plugin-permission-react": "0.5.1
|
|
84
|
-
"@backstage/plugin-scaffolder-common": "2.2.0
|
|
85
|
-
"@backstage/theme": "0.7.3",
|
|
86
|
-
"@backstage/types": "1.2.2",
|
|
87
|
-
"@backstage/ui": "0.15.0
|
|
88
|
-
"@backstage/version-bridge": "1.0.12",
|
|
77
|
+
"@backstage/catalog-client": "^1.15.1",
|
|
78
|
+
"@backstage/catalog-model": "^1.9.0",
|
|
79
|
+
"@backstage/core-components": "^0.18.10",
|
|
80
|
+
"@backstage/core-plugin-api": "^1.12.6",
|
|
81
|
+
"@backstage/frontend-plugin-api": "^0.17.0",
|
|
82
|
+
"@backstage/plugin-catalog-react": "^3.0.0",
|
|
83
|
+
"@backstage/plugin-permission-react": "^0.5.1",
|
|
84
|
+
"@backstage/plugin-scaffolder-common": "^2.2.0",
|
|
85
|
+
"@backstage/theme": "^0.7.3",
|
|
86
|
+
"@backstage/types": "^1.2.2",
|
|
87
|
+
"@backstage/ui": "^0.15.0",
|
|
88
|
+
"@backstage/version-bridge": "^1.0.12",
|
|
89
89
|
"@material-ui/core": "^4.12.2",
|
|
90
90
|
"@material-ui/icons": "^4.9.1",
|
|
91
91
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -115,13 +115,13 @@
|
|
|
115
115
|
"zod-to-json-schema": "^3.25.1"
|
|
116
116
|
},
|
|
117
117
|
"devDependencies": {
|
|
118
|
-
"@backstage/cli": "0.36.2
|
|
119
|
-
"@backstage/core-app-api": "1.20.1
|
|
120
|
-
"@backstage/frontend-test-utils": "0.
|
|
121
|
-
"@backstage/plugin-catalog": "2.0.5
|
|
122
|
-
"@backstage/plugin-catalog-common": "1.1.10
|
|
123
|
-
"@backstage/plugin-permission-common": "0.9.9
|
|
124
|
-
"@backstage/test-utils": "1.7.18
|
|
118
|
+
"@backstage/cli": "^0.36.2",
|
|
119
|
+
"@backstage/core-app-api": "^1.20.1",
|
|
120
|
+
"@backstage/frontend-test-utils": "^0.6.0",
|
|
121
|
+
"@backstage/plugin-catalog": "^2.0.5",
|
|
122
|
+
"@backstage/plugin-catalog-common": "^1.1.10",
|
|
123
|
+
"@backstage/plugin-permission-common": "^0.9.9",
|
|
124
|
+
"@backstage/test-utils": "^1.7.18",
|
|
125
125
|
"@testing-library/dom": "^10.0.0",
|
|
126
126
|
"@testing-library/jest-dom": "^6.0.0",
|
|
127
127
|
"@testing-library/react": "^16.0.0",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"swr": "^2.0.0"
|
|
135
135
|
},
|
|
136
136
|
"peerDependencies": {
|
|
137
|
-
"@backstage/frontend-test-utils": "0.
|
|
137
|
+
"@backstage/frontend-test-utils": "^0.6.0",
|
|
138
138
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
139
139
|
"react": "^17.0.0 || ^18.0.0",
|
|
140
140
|
"react-dom": "^17.0.0 || ^18.0.0",
|