@backstage/plugin-scaffolder 0.0.0-nightly-20220530025009 → 0.0.0-nightly-20220602024936
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 +33 -5
- package/alpha/package.json +1 -1
- package/dist/esm/Router-05ffdd73.esm.js +2362 -0
- package/dist/esm/Router-05ffdd73.esm.js.map +1 -0
- package/dist/esm/{default-fb4a2845.esm.js → default-23066066.esm.js} +2 -2
- package/dist/esm/{default-fb4a2845.esm.js.map → default-23066066.esm.js.map} +1 -1
- package/dist/esm/{index-6871a9f5.esm.js → index-02a3bc1c.esm.js} +3 -3
- package/dist/esm/{index-6871a9f5.esm.js.map → index-02a3bc1c.esm.js.map} +1 -1
- package/dist/esm/{index-9dc0f892.esm.js → index-742a34c6.esm.js} +54 -14
- package/dist/esm/index-742a34c6.esm.js.map +1 -0
- package/dist/index.alpha.d.ts +39 -0
- package/dist/index.beta.d.ts +39 -0
- package/dist/index.d.ts +39 -0
- package/dist/index.esm.js +1 -1
- package/package.json +19 -17
- package/dist/esm/Router-980d33c1.esm.js +0 -1014
- package/dist/esm/Router-980d33c1.esm.js.map +0 -1
- package/dist/esm/index-9dc0f892.esm.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20220602024936
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
+
- dc39366bdb: - Added a new page under `/create/tasks` to show tasks that have been run by the Scaffolder.
|
|
8
|
+
- Ability to filter these tasks by the signed in user, and all tasks.
|
|
9
|
+
- Added optional method to the `ScaffolderApi` interface called `listTasks` to get tasks with an required `filterByOwnership` parameter.
|
|
7
10
|
- 86a4a0f72d: Get data of other fields in Form from a custom field in template Scaffolder.
|
|
8
11
|
following:
|
|
9
12
|
|
|
@@ -26,11 +29,36 @@
|
|
|
26
29
|
|
|
27
30
|
### Patch Changes
|
|
28
31
|
|
|
32
|
+
- ac0c7e45ee: Fixes review mask in `MultistepJsonForm` to work as documented. `show: true` no longer needed when mask is set.
|
|
33
|
+
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
|
29
34
|
- Updated dependencies
|
|
30
|
-
- @backstage/plugin-catalog-react@0.0.0-nightly-
|
|
31
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
32
|
-
- @backstage/integration@0.0.0-nightly-
|
|
33
|
-
- @backstage/
|
|
35
|
+
- @backstage/plugin-catalog-react@0.0.0-nightly-20220602024936
|
|
36
|
+
- @backstage/core-components@0.0.0-nightly-20220602024936
|
|
37
|
+
- @backstage/integration@0.0.0-nightly-20220602024936
|
|
38
|
+
- @backstage/catalog-client@0.0.0-nightly-20220602024936
|
|
39
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20220602024936
|
|
40
|
+
- @backstage/integration-react@0.0.0-nightly-20220602024936
|
|
41
|
+
- @backstage/catalog-model@0.0.0-nightly-20220602024936
|
|
42
|
+
- @backstage/plugin-catalog-common@0.0.0-nightly-20220602024936
|
|
43
|
+
- @backstage/plugin-permission-react@0.0.0-nightly-20220602024936
|
|
44
|
+
- @backstage/plugin-scaffolder-common@0.0.0-nightly-20220602024936
|
|
45
|
+
|
|
46
|
+
## 1.3.0-next.1
|
|
47
|
+
|
|
48
|
+
### Patch Changes
|
|
49
|
+
|
|
50
|
+
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
|
51
|
+
- Updated dependencies
|
|
52
|
+
- @backstage/core-components@0.9.5-next.1
|
|
53
|
+
- @backstage/catalog-client@1.0.3-next.0
|
|
54
|
+
- @backstage/core-plugin-api@1.0.3-next.0
|
|
55
|
+
- @backstage/integration-react@1.1.1-next.1
|
|
56
|
+
- @backstage/integration@1.2.1-next.1
|
|
57
|
+
- @backstage/catalog-model@1.0.3-next.0
|
|
58
|
+
- @backstage/plugin-catalog-react@1.1.1-next.1
|
|
59
|
+
- @backstage/plugin-permission-react@0.4.2-next.0
|
|
60
|
+
- @backstage/plugin-catalog-common@1.0.3-next.0
|
|
61
|
+
- @backstage/plugin-scaffolder-common@1.1.1-next.0
|
|
34
62
|
|
|
35
63
|
## 1.3.0-next.0
|
|
36
64
|
|