@backstage/plugin-scaffolder-react 1.8.0-next.3 → 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 CHANGED
@@ -1,5 +1,42 @@
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
+
3
40
  ## 1.8.0-next.3
4
41
 
5
42
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-react",
3
- "version": "1.8.0-next.3",
3
+ "version": "1.8.0",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
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-next.3",
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,13 +44,13 @@
44
44
  "start": "backstage-cli package start"
45
45
  },
46
46
  "dependencies": {
47
- "@backstage/catalog-client": "^1.6.0-next.1",
48
- "@backstage/catalog-model": "^1.4.4-next.0",
49
- "@backstage/core-components": "^0.14.0-next.2",
50
- "@backstage/core-plugin-api": "^1.9.0-next.1",
51
- "@backstage/plugin-catalog-react": "^1.10.0-next.3",
52
- "@backstage/plugin-scaffolder-common": "^1.5.0-next.1",
53
- "@backstage/theme": "^0.5.1-next.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",
@@ -66,7 +66,6 @@
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-next.3",
88
- "@backstage/core-app-api": "^1.12.0-next.1",
89
- "@backstage/plugin-catalog": "^1.17.0-next.3",
90
- "@backstage/plugin-catalog-common": "^1.0.21-next.0",
91
- "@backstage/test-utils": "^1.5.0-next.3",
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",