@backstage/plugin-scaffolder 1.7.0-next.2 → 1.7.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 +33 -0
- package/alpha/package.json +1 -1
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
+
## 1.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- f13d5f3f06: Add support for link to TechDocs and other links defined in template entity specification metadata on TemplateCard
|
|
8
|
+
- 05f22193c5: EntityPickers now support flags to control when to include default namespace
|
|
9
|
+
in result
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- e4f0a96424: Making the description of the GitLab repoUrl owner field more clearer by focusing it refers to the GitLab namespace.
|
|
14
|
+
- 92e490d6b4: Make the `/next` scaffolder work end to end with the old `TaskPage` view
|
|
15
|
+
- 8220f2fd83: Support custom layouts in dry run editor
|
|
16
|
+
- 1047baa926: Bump to `react-jsonschema-form@v5-beta` for the `NextRouter` under `@alpha` exports
|
|
17
|
+
- 98ae18b68f: Fixed a bug where the `allowed*` values for the `RepoUrlPicker` would be reset on render.
|
|
18
|
+
- 8960d83013: Add support for `allowedOrganizations` and `allowedOwners` to the `AzureRepoPicker`.
|
|
19
|
+
- b681275e69: Ignore .git directories in Template Editor, increase upload limit for dry-runs to 10MB.
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @backstage/catalog-model@1.1.2
|
|
22
|
+
- @backstage/plugin-catalog-react@1.2.0
|
|
23
|
+
- @backstage/core-components@0.11.2
|
|
24
|
+
- @backstage/plugin-catalog-common@1.0.7
|
|
25
|
+
- @backstage/catalog-client@1.1.1
|
|
26
|
+
- @backstage/plugin-scaffolder-common@1.2.1
|
|
27
|
+
- @backstage/integration-react@1.1.5
|
|
28
|
+
- @backstage/core-plugin-api@1.0.7
|
|
29
|
+
- @backstage/config@1.0.3
|
|
30
|
+
- @backstage/errors@1.1.2
|
|
31
|
+
- @backstage/integration@1.3.2
|
|
32
|
+
- @backstage/theme@0.2.16
|
|
33
|
+
- @backstage/types@1.0.0
|
|
34
|
+
- @backstage/plugin-permission-react@0.4.6
|
|
35
|
+
|
|
3
36
|
## 1.7.0-next.2
|
|
4
37
|
|
|
5
38
|
### Patch 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.7.0
|
|
4
|
+
"version": "1.7.0",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
"clean": "backstage-cli package clean"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@backstage/catalog-client": "^1.1.1
|
|
37
|
-
"@backstage/catalog-model": "^1.1.2
|
|
38
|
-
"@backstage/config": "^1.0.3
|
|
39
|
-
"@backstage/core-components": "^0.11.2
|
|
40
|
-
"@backstage/core-plugin-api": "^1.0.7
|
|
41
|
-
"@backstage/errors": "^1.1.2
|
|
42
|
-
"@backstage/integration": "^1.3.2
|
|
43
|
-
"@backstage/integration-react": "^1.1.5
|
|
44
|
-
"@backstage/plugin-catalog-common": "^1.0.7
|
|
45
|
-
"@backstage/plugin-catalog-react": "^1.2.0
|
|
46
|
-
"@backstage/plugin-permission-react": "^0.4.6
|
|
47
|
-
"@backstage/plugin-scaffolder-common": "^1.2.1
|
|
36
|
+
"@backstage/catalog-client": "^1.1.1",
|
|
37
|
+
"@backstage/catalog-model": "^1.1.2",
|
|
38
|
+
"@backstage/config": "^1.0.3",
|
|
39
|
+
"@backstage/core-components": "^0.11.2",
|
|
40
|
+
"@backstage/core-plugin-api": "^1.0.7",
|
|
41
|
+
"@backstage/errors": "^1.1.2",
|
|
42
|
+
"@backstage/integration": "^1.3.2",
|
|
43
|
+
"@backstage/integration-react": "^1.1.5",
|
|
44
|
+
"@backstage/plugin-catalog-common": "^1.0.7",
|
|
45
|
+
"@backstage/plugin-catalog-react": "^1.2.0",
|
|
46
|
+
"@backstage/plugin-permission-react": "^0.4.6",
|
|
47
|
+
"@backstage/plugin-scaffolder-common": "^1.2.1",
|
|
48
48
|
"@backstage/theme": "^0.2.16",
|
|
49
49
|
"@backstage/types": "^1.0.0",
|
|
50
50
|
"@codemirror/language": "^6.0.0",
|
|
@@ -83,11 +83,11 @@
|
|
|
83
83
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@backstage/cli": "^0.20.0
|
|
87
|
-
"@backstage/core-app-api": "^1.1.1
|
|
88
|
-
"@backstage/dev-utils": "^1.0.7
|
|
89
|
-
"@backstage/plugin-catalog": "^1.6.0
|
|
90
|
-
"@backstage/test-utils": "^1.2.1
|
|
86
|
+
"@backstage/cli": "^0.20.0",
|
|
87
|
+
"@backstage/core-app-api": "^1.1.1",
|
|
88
|
+
"@backstage/dev-utils": "^1.0.7",
|
|
89
|
+
"@backstage/plugin-catalog": "^1.6.0",
|
|
90
|
+
"@backstage/test-utils": "^1.2.1",
|
|
91
91
|
"@testing-library/jest-dom": "^5.10.1",
|
|
92
92
|
"@testing-library/react": "^12.1.3",
|
|
93
93
|
"@testing-library/react-hooks": "^8.0.0",
|