@backstage/plugin-scaffolder 1.18.0-next.2 → 1.18.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 +73 -0
- package/alpha/package.json +1 -1
- package/package.json +25 -26
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,78 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
+
## 1.18.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- c56f1a2: Remove the old legacy exports from `/alpha`
|
|
8
|
+
- 9b9c05c: Updating the `EntityPicker` to only select `kind` `metadata.name` and `metadata.namespace` by default to improve performance on larger datasets.
|
|
9
|
+
- a86920b: Introduced a new `MultiEntityPicker` field that supports selecting multiple Entities
|
|
10
|
+
- 7f11009: Added stack trace display to `ErrorPage` and updated existing refs
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- b0d1d80: Added basic support for the new frontend system, exported from the `/alpha` subpath.
|
|
15
|
+
- 9aac2b0: Use `--cwd` as the first `yarn` argument
|
|
16
|
+
- 912ca7b: Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
|
|
17
|
+
- da059d7: Removed alpha symbol from Task List header
|
|
18
|
+
- 8fe56a8: Widen `@types/react` dependency range to include version 18.
|
|
19
|
+
- 31f0a0a: Added `ScaffolderPageContextMenu` to `ActionsPage`, `ListTaskPage`, and `TemplateEditorPage` so that you can more easily navigate between these pages
|
|
20
|
+
- 09cedb9: Updated dependency `@react-hookz/web` to `^24.0.0`.
|
|
21
|
+
- e6f0831: Updated dependency `@rjsf/utils` to `5.17.0`.
|
|
22
|
+
Updated dependency `@rjsf/core` to `5.17.0`.
|
|
23
|
+
Updated dependency `@rjsf/material-ui` to `5.17.0`.
|
|
24
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.17.0`.
|
|
25
|
+
- 6a74ffd: Updated dependency `@rjsf/utils` to `5.16.1`.
|
|
26
|
+
Updated dependency `@rjsf/core` to `5.16.1`.
|
|
27
|
+
Updated dependency `@rjsf/material-ui` to `5.16.1`.
|
|
28
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.16.1`.
|
|
29
|
+
- 1cae748: Updated dependency `git-url-parse` to `^14.0.0`.
|
|
30
|
+
- 11b9a08: Introduced the first version of recoverable tasks.
|
|
31
|
+
- 3dff4b0: Remove unused deps
|
|
32
|
+
- Updated dependencies
|
|
33
|
+
- @backstage/frontend-plugin-api@0.6.0
|
|
34
|
+
- @backstage/plugin-scaffolder-react@1.8.0
|
|
35
|
+
- @backstage/core-compat-api@0.2.0
|
|
36
|
+
- @backstage/plugin-catalog-react@1.10.0
|
|
37
|
+
- @backstage/core-components@0.14.0
|
|
38
|
+
- @backstage/catalog-model@1.4.4
|
|
39
|
+
- @backstage/integration@1.9.0
|
|
40
|
+
- @backstage/core-plugin-api@1.9.0
|
|
41
|
+
- @backstage/catalog-client@1.6.0
|
|
42
|
+
- @backstage/plugin-permission-react@0.4.20
|
|
43
|
+
- @backstage/plugin-scaffolder-common@1.5.0
|
|
44
|
+
- @backstage/errors@1.2.3
|
|
45
|
+
- @backstage/integration-react@1.1.24
|
|
46
|
+
- @backstage/types@1.1.1
|
|
47
|
+
- @backstage/plugin-catalog-common@1.0.21
|
|
48
|
+
|
|
49
|
+
## 1.18.0-next.3
|
|
50
|
+
|
|
51
|
+
### Patch Changes
|
|
52
|
+
|
|
53
|
+
- 09cedb9: Updated dependency `@react-hookz/web` to `^24.0.0`.
|
|
54
|
+
- e6f0831: Updated dependency `@rjsf/utils` to `5.17.0`.
|
|
55
|
+
Updated dependency `@rjsf/core` to `5.17.0`.
|
|
56
|
+
Updated dependency `@rjsf/material-ui` to `5.17.0`.
|
|
57
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.17.0`.
|
|
58
|
+
- 1cae748: Updated dependency `git-url-parse` to `^14.0.0`.
|
|
59
|
+
- Updated dependencies
|
|
60
|
+
- @backstage/integration@1.9.0-next.1
|
|
61
|
+
- @backstage/core-components@0.14.0-next.2
|
|
62
|
+
- @backstage/plugin-catalog-react@1.10.0-next.3
|
|
63
|
+
- @backstage/plugin-scaffolder-react@1.8.0-next.3
|
|
64
|
+
- @backstage/catalog-client@1.6.0-next.1
|
|
65
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
66
|
+
- @backstage/core-compat-api@0.2.0-next.3
|
|
67
|
+
- @backstage/core-plugin-api@1.9.0-next.1
|
|
68
|
+
- @backstage/errors@1.2.3
|
|
69
|
+
- @backstage/frontend-plugin-api@0.6.0-next.3
|
|
70
|
+
- @backstage/integration-react@1.1.24-next.2
|
|
71
|
+
- @backstage/types@1.1.1
|
|
72
|
+
- @backstage/plugin-catalog-common@1.0.21-next.0
|
|
73
|
+
- @backstage/plugin-permission-react@0.4.20-next.1
|
|
74
|
+
- @backstage/plugin-scaffolder-common@1.5.0-next.1
|
|
75
|
+
|
|
3
76
|
## 1.18.0-next.2
|
|
4
77
|
|
|
5
78
|
### Minor Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder",
|
|
3
3
|
"description": "The Backstage plugin that helps you create new things",
|
|
4
|
-
"version": "1.18.0
|
|
4
|
+
"version": "1.18.0",
|
|
5
5
|
"main": "./dist/index.esm.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -44,20 +44,20 @@
|
|
|
44
44
|
"clean": "backstage-cli package clean"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@backstage/catalog-client": "^1.6.0
|
|
48
|
-
"@backstage/catalog-model": "^1.4.4
|
|
49
|
-
"@backstage/core-compat-api": "^0.2.0
|
|
50
|
-
"@backstage/core-components": "^0.14.0
|
|
51
|
-
"@backstage/core-plugin-api": "^1.9.0
|
|
47
|
+
"@backstage/catalog-client": "^1.6.0",
|
|
48
|
+
"@backstage/catalog-model": "^1.4.4",
|
|
49
|
+
"@backstage/core-compat-api": "^0.2.0",
|
|
50
|
+
"@backstage/core-components": "^0.14.0",
|
|
51
|
+
"@backstage/core-plugin-api": "^1.9.0",
|
|
52
52
|
"@backstage/errors": "^1.2.3",
|
|
53
|
-
"@backstage/frontend-plugin-api": "^0.6.0
|
|
54
|
-
"@backstage/integration": "^1.9.0
|
|
55
|
-
"@backstage/integration-react": "^1.1.24
|
|
56
|
-
"@backstage/plugin-catalog-common": "^1.0.21
|
|
57
|
-
"@backstage/plugin-catalog-react": "^1.10.0
|
|
58
|
-
"@backstage/plugin-permission-react": "^0.4.20
|
|
59
|
-
"@backstage/plugin-scaffolder-common": "^1.5.0
|
|
60
|
-
"@backstage/plugin-scaffolder-react": "^1.8.0
|
|
53
|
+
"@backstage/frontend-plugin-api": "^0.6.0",
|
|
54
|
+
"@backstage/integration": "^1.9.0",
|
|
55
|
+
"@backstage/integration-react": "^1.1.24",
|
|
56
|
+
"@backstage/plugin-catalog-common": "^1.0.21",
|
|
57
|
+
"@backstage/plugin-catalog-react": "^1.10.0",
|
|
58
|
+
"@backstage/plugin-permission-react": "^0.4.20",
|
|
59
|
+
"@backstage/plugin-scaffolder-common": "^1.5.0",
|
|
60
|
+
"@backstage/plugin-scaffolder-react": "^1.8.0",
|
|
61
61
|
"@backstage/types": "^1.1.1",
|
|
62
62
|
"@codemirror/language": "^6.0.0",
|
|
63
63
|
"@codemirror/legacy-modes": "^6.1.0",
|
|
@@ -65,18 +65,17 @@
|
|
|
65
65
|
"@material-ui/core": "^4.12.2",
|
|
66
66
|
"@material-ui/icons": "^4.9.1",
|
|
67
67
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
68
|
-
"@react-hookz/web": "^
|
|
69
|
-
"@rjsf/core": "5.
|
|
70
|
-
"@rjsf/material-ui": "5.
|
|
71
|
-
"@rjsf/utils": "5.
|
|
72
|
-
"@rjsf/validator-ajv8": "5.
|
|
68
|
+
"@react-hookz/web": "^24.0.0",
|
|
69
|
+
"@rjsf/core": "5.17.0",
|
|
70
|
+
"@rjsf/material-ui": "5.17.0",
|
|
71
|
+
"@rjsf/utils": "5.17.0",
|
|
72
|
+
"@rjsf/validator-ajv8": "5.17.0",
|
|
73
73
|
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
74
74
|
"@uiw/react-codemirror": "^4.9.3",
|
|
75
75
|
"classnames": "^2.2.6",
|
|
76
76
|
"event-source-polyfill": "^1.0.31",
|
|
77
|
-
"git-url-parse": "^
|
|
77
|
+
"git-url-parse": "^14.0.0",
|
|
78
78
|
"humanize-duration": "^3.25.1",
|
|
79
|
-
"immer": "^9.0.1",
|
|
80
79
|
"json-schema": "^0.4.0",
|
|
81
80
|
"json-schema-library": "^7.3.9",
|
|
82
81
|
"jszip": "^3.10.1",
|
|
@@ -95,11 +94,11 @@
|
|
|
95
94
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
96
95
|
},
|
|
97
96
|
"devDependencies": {
|
|
98
|
-
"@backstage/cli": "^0.25.2
|
|
99
|
-
"@backstage/core-app-api": "^1.12.0
|
|
100
|
-
"@backstage/dev-utils": "^1.0.27
|
|
101
|
-
"@backstage/plugin-catalog": "^1.17.0
|
|
102
|
-
"@backstage/test-utils": "^1.5.0
|
|
97
|
+
"@backstage/cli": "^0.25.2",
|
|
98
|
+
"@backstage/core-app-api": "^1.12.0",
|
|
99
|
+
"@backstage/dev-utils": "^1.0.27",
|
|
100
|
+
"@backstage/plugin-catalog": "^1.17.0",
|
|
101
|
+
"@backstage/test-utils": "^1.5.0",
|
|
103
102
|
"@testing-library/dom": "^9.0.0",
|
|
104
103
|
"@testing-library/jest-dom": "^6.0.0",
|
|
105
104
|
"@testing-library/react": "^14.0.0",
|