@backstage/plugin-scaffolder-react 1.8.0-next.2 → 1.8.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 +57 -0
- package/alpha/package.json +1 -1
- package/package.json +18 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,62 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-react
|
|
2
2
|
|
|
3
|
+
## 1.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- c56f1a2: Remove the old legacy exports from `/alpha`
|
|
8
|
+
- 11b9a08: Introduced the first version of recoverable tasks.
|
|
9
|
+
- b07ec70: Use more distinguishable icons for link (`Link`) and text output (`Description`).
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 3f60ad5: fix for: converting circular structure to JSON error
|
|
14
|
+
- 0b0c6b6: Allow defining default output text to be shown
|
|
15
|
+
- 8fe56a8: Widen `@types/react` dependency range to include version 18.
|
|
16
|
+
- 31f0a0a: Added `ScaffolderPageContextMenu` to `ActionsPage`, `ListTaskPage`, and `TemplateEditorPage` so that you can more easily navigate between these pages
|
|
17
|
+
- 09cedb9: Updated dependency `@react-hookz/web` to `^24.0.0`.
|
|
18
|
+
- e6f0831: Updated dependency `@rjsf/utils` to `5.17.0`.
|
|
19
|
+
Updated dependency `@rjsf/core` to `5.17.0`.
|
|
20
|
+
Updated dependency `@rjsf/material-ui` to `5.17.0`.
|
|
21
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.17.0`.
|
|
22
|
+
- 6a74ffd: Updated dependency `@rjsf/utils` to `5.16.1`.
|
|
23
|
+
Updated dependency `@rjsf/core` to `5.16.1`.
|
|
24
|
+
Updated dependency `@rjsf/material-ui` to `5.16.1`.
|
|
25
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.16.1`.
|
|
26
|
+
- 3dff4b0: Remove unused deps
|
|
27
|
+
- 82affc7: Fix issue where `ui:schema` was replaced with an empty object if `dependencies` is defined
|
|
28
|
+
- 2985186: Fix bug that erroneously caused a separator or a 0 to render in the TemplateCard for Templates with empty links
|
|
29
|
+
- Updated dependencies
|
|
30
|
+
- @backstage/plugin-catalog-react@1.10.0
|
|
31
|
+
- @backstage/core-components@0.14.0
|
|
32
|
+
- @backstage/catalog-model@1.4.4
|
|
33
|
+
- @backstage/theme@0.5.1
|
|
34
|
+
- @backstage/core-plugin-api@1.9.0
|
|
35
|
+
- @backstage/catalog-client@1.6.0
|
|
36
|
+
- @backstage/plugin-scaffolder-common@1.5.0
|
|
37
|
+
- @backstage/types@1.1.1
|
|
38
|
+
- @backstage/version-bridge@1.0.7
|
|
39
|
+
|
|
40
|
+
## 1.8.0-next.3
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- 09cedb9: Updated dependency `@react-hookz/web` to `^24.0.0`.
|
|
45
|
+
- e6f0831: Updated dependency `@rjsf/utils` to `5.17.0`.
|
|
46
|
+
Updated dependency `@rjsf/core` to `5.17.0`.
|
|
47
|
+
Updated dependency `@rjsf/material-ui` to `5.17.0`.
|
|
48
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.17.0`.
|
|
49
|
+
- Updated dependencies
|
|
50
|
+
- @backstage/theme@0.5.1-next.1
|
|
51
|
+
- @backstage/core-components@0.14.0-next.2
|
|
52
|
+
- @backstage/plugin-catalog-react@1.10.0-next.3
|
|
53
|
+
- @backstage/catalog-client@1.6.0-next.1
|
|
54
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
55
|
+
- @backstage/core-plugin-api@1.9.0-next.1
|
|
56
|
+
- @backstage/types@1.1.1
|
|
57
|
+
- @backstage/version-bridge@1.0.7
|
|
58
|
+
- @backstage/plugin-scaffolder-common@1.5.0-next.1
|
|
59
|
+
|
|
3
60
|
## 1.8.0-next.2
|
|
4
61
|
|
|
5
62
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-react",
|
|
3
3
|
"description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
|
|
4
|
-
"version": "1.8.0
|
|
4
|
+
"version": "1.8.0",
|
|
5
5
|
"main": "./dist/index.esm.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -44,29 +44,28 @@
|
|
|
44
44
|
"start": "backstage-cli package start"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@backstage/catalog-client": "^1.6.0
|
|
48
|
-
"@backstage/catalog-model": "^1.4.4
|
|
49
|
-
"@backstage/core-components": "^0.14.0
|
|
50
|
-
"@backstage/core-plugin-api": "^1.9.0
|
|
51
|
-
"@backstage/plugin-catalog-react": "^1.10.0
|
|
52
|
-
"@backstage/plugin-scaffolder-common": "^1.5.0
|
|
53
|
-
"@backstage/theme": "^0.5.1
|
|
47
|
+
"@backstage/catalog-client": "^1.6.0",
|
|
48
|
+
"@backstage/catalog-model": "^1.4.4",
|
|
49
|
+
"@backstage/core-components": "^0.14.0",
|
|
50
|
+
"@backstage/core-plugin-api": "^1.9.0",
|
|
51
|
+
"@backstage/plugin-catalog-react": "^1.10.0",
|
|
52
|
+
"@backstage/plugin-scaffolder-common": "^1.5.0",
|
|
53
|
+
"@backstage/theme": "^0.5.1",
|
|
54
54
|
"@backstage/types": "^1.1.1",
|
|
55
55
|
"@backstage/version-bridge": "^1.0.7",
|
|
56
56
|
"@material-ui/core": "^4.12.2",
|
|
57
57
|
"@material-ui/icons": "^4.9.1",
|
|
58
58
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
59
|
-
"@react-hookz/web": "^
|
|
60
|
-
"@rjsf/core": "5.
|
|
61
|
-
"@rjsf/material-ui": "5.
|
|
62
|
-
"@rjsf/utils": "5.
|
|
63
|
-
"@rjsf/validator-ajv8": "5.
|
|
59
|
+
"@react-hookz/web": "^24.0.0",
|
|
60
|
+
"@rjsf/core": "5.17.0",
|
|
61
|
+
"@rjsf/material-ui": "5.17.0",
|
|
62
|
+
"@rjsf/utils": "5.17.0",
|
|
63
|
+
"@rjsf/validator-ajv8": "5.17.0",
|
|
64
64
|
"@types/json-schema": "^7.0.9",
|
|
65
65
|
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
66
66
|
"classnames": "^2.2.6",
|
|
67
67
|
"flatted": "3.2.9",
|
|
68
68
|
"humanize-duration": "^3.25.1",
|
|
69
|
-
"immer": "^9.0.1",
|
|
70
69
|
"json-schema": "^0.4.0",
|
|
71
70
|
"json-schema-library": "^7.3.9",
|
|
72
71
|
"lodash": "^4.17.21",
|
|
@@ -84,11 +83,11 @@
|
|
|
84
83
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
85
84
|
},
|
|
86
85
|
"devDependencies": {
|
|
87
|
-
"@backstage/cli": "^0.25.2
|
|
88
|
-
"@backstage/core-app-api": "^1.12.0
|
|
89
|
-
"@backstage/plugin-catalog": "^1.17.0
|
|
90
|
-
"@backstage/plugin-catalog-common": "^1.0.21
|
|
91
|
-
"@backstage/test-utils": "^1.5.0
|
|
86
|
+
"@backstage/cli": "^0.25.2",
|
|
87
|
+
"@backstage/core-app-api": "^1.12.0",
|
|
88
|
+
"@backstage/plugin-catalog": "^1.17.0",
|
|
89
|
+
"@backstage/plugin-catalog-common": "^1.0.21",
|
|
90
|
+
"@backstage/test-utils": "^1.5.0",
|
|
92
91
|
"@testing-library/dom": "^9.0.0",
|
|
93
92
|
"@testing-library/jest-dom": "^6.0.0",
|
|
94
93
|
"@testing-library/react": "^14.0.0",
|