@backstage/plugin-catalog 1.31.0-next.2 → 1.31.1-next.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 +59 -0
- package/dist/package.json.esm.js +1 -1
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,64 @@
|
|
|
1
1
|
# @backstage/plugin-catalog
|
|
2
2
|
|
|
3
|
+
## 1.31.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/integration-react@1.2.9-next.0
|
|
9
|
+
- @backstage/plugin-catalog-react@1.19.1-next.0
|
|
10
|
+
- @backstage/core-components@0.17.4-next.0
|
|
11
|
+
- @backstage/plugin-search-react@1.9.2-next.0
|
|
12
|
+
- @backstage/plugin-techdocs-react@1.3.1-next.0
|
|
13
|
+
- @backstage/catalog-client@1.10.1
|
|
14
|
+
- @backstage/catalog-model@1.7.4
|
|
15
|
+
- @backstage/core-compat-api@0.4.4-next.0
|
|
16
|
+
- @backstage/core-plugin-api@1.10.8
|
|
17
|
+
- @backstage/errors@1.2.7
|
|
18
|
+
- @backstage/frontend-plugin-api@0.10.4-next.0
|
|
19
|
+
- @backstage/types@1.2.1
|
|
20
|
+
- @backstage/version-bridge@1.0.11
|
|
21
|
+
- @backstage/plugin-catalog-common@1.1.4
|
|
22
|
+
- @backstage/plugin-permission-react@0.4.35
|
|
23
|
+
- @backstage/plugin-scaffolder-common@1.5.11
|
|
24
|
+
- @backstage/plugin-search-common@1.2.18
|
|
25
|
+
- @backstage/plugin-techdocs-common@0.1.1
|
|
26
|
+
|
|
27
|
+
## 1.31.0
|
|
28
|
+
|
|
29
|
+
### Minor Changes
|
|
30
|
+
|
|
31
|
+
- 406acb6: Add support to customize the about card icon links via `EntityIconLinkBlueprint` and provide a default catalog view catalog source, launch scaffolder template and read techdocs docs icon links extensions.
|
|
32
|
+
|
|
33
|
+
**BREAKING ALPHA**
|
|
34
|
+
|
|
35
|
+
The `Scaffolder` launch template and `TechDocs` read documentation icons have been extracted from the default `Catalog` about card links and are now provided respectively by the `Scaffolder` and `TechDocs` plugins in the new frontend system. It means that they will not be available unless you install the `TechDocs` and `Scaffolder` plugins. Also If you are using translation for these icon link titles other than the default, you should now translate them using the scaffolder translation reference or the TechDocs translation reference (the translation keys are still the same, `aboutCard.viewTechdocs` and `aboutCard.launchTemplate`).
|
|
36
|
+
|
|
37
|
+
- ec7b35d: Introduced `backstage.io/techdocs-entity-path` annotation which allows deep linking into another entities TechDocs in conjunction with `backstage.io/techdocs-entity`.
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- 18c64e9: Added the `info.packageJson` option to the plugin instance for the new frontend system.
|
|
42
|
+
- Updated dependencies
|
|
43
|
+
- @backstage/core-components@0.17.3
|
|
44
|
+
- @backstage/catalog-client@1.10.1
|
|
45
|
+
- @backstage/core-plugin-api@1.10.8
|
|
46
|
+
- @backstage/frontend-plugin-api@0.10.3
|
|
47
|
+
- @backstage/plugin-catalog-react@1.19.0
|
|
48
|
+
- @backstage/plugin-techdocs-react@1.3.0
|
|
49
|
+
- @backstage/plugin-techdocs-common@0.1.1
|
|
50
|
+
- @backstage/plugin-search-react@1.9.1
|
|
51
|
+
- @backstage/integration-react@1.2.8
|
|
52
|
+
- @backstage/catalog-model@1.7.4
|
|
53
|
+
- @backstage/core-compat-api@0.4.3
|
|
54
|
+
- @backstage/errors@1.2.7
|
|
55
|
+
- @backstage/types@1.2.1
|
|
56
|
+
- @backstage/version-bridge@1.0.11
|
|
57
|
+
- @backstage/plugin-catalog-common@1.1.4
|
|
58
|
+
- @backstage/plugin-permission-react@0.4.35
|
|
59
|
+
- @backstage/plugin-scaffolder-common@1.5.11
|
|
60
|
+
- @backstage/plugin-search-common@1.2.18
|
|
61
|
+
|
|
3
62
|
## 1.31.0-next.2
|
|
4
63
|
|
|
5
64
|
### Minor Changes
|
package/dist/package.json.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog",
|
|
3
|
-
"version": "1.31.
|
|
3
|
+
"version": "1.31.1-next.0",
|
|
4
4
|
"description": "The Backstage plugin for browsing the Backstage catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -70,22 +70,22 @@
|
|
|
70
70
|
"test": "backstage-cli package test"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@backstage/catalog-client": "1.10.1
|
|
73
|
+
"@backstage/catalog-client": "1.10.1",
|
|
74
74
|
"@backstage/catalog-model": "1.7.4",
|
|
75
|
-
"@backstage/core-compat-api": "0.4.
|
|
76
|
-
"@backstage/core-components": "0.17.
|
|
77
|
-
"@backstage/core-plugin-api": "1.10.
|
|
75
|
+
"@backstage/core-compat-api": "0.4.4-next.0",
|
|
76
|
+
"@backstage/core-components": "0.17.4-next.0",
|
|
77
|
+
"@backstage/core-plugin-api": "1.10.8",
|
|
78
78
|
"@backstage/errors": "1.2.7",
|
|
79
|
-
"@backstage/frontend-plugin-api": "0.10.
|
|
80
|
-
"@backstage/integration-react": "1.2.
|
|
79
|
+
"@backstage/frontend-plugin-api": "0.10.4-next.0",
|
|
80
|
+
"@backstage/integration-react": "1.2.9-next.0",
|
|
81
81
|
"@backstage/plugin-catalog-common": "1.1.4",
|
|
82
|
-
"@backstage/plugin-catalog-react": "1.19.
|
|
83
|
-
"@backstage/plugin-permission-react": "0.4.
|
|
82
|
+
"@backstage/plugin-catalog-react": "1.19.1-next.0",
|
|
83
|
+
"@backstage/plugin-permission-react": "0.4.35",
|
|
84
84
|
"@backstage/plugin-scaffolder-common": "1.5.11",
|
|
85
85
|
"@backstage/plugin-search-common": "1.2.18",
|
|
86
|
-
"@backstage/plugin-search-react": "1.9.
|
|
87
|
-
"@backstage/plugin-techdocs-common": "0.1.1
|
|
88
|
-
"@backstage/plugin-techdocs-react": "1.3.
|
|
86
|
+
"@backstage/plugin-search-react": "1.9.2-next.0",
|
|
87
|
+
"@backstage/plugin-techdocs-common": "0.1.1",
|
|
88
|
+
"@backstage/plugin-techdocs-react": "1.3.1-next.0",
|
|
89
89
|
"@backstage/types": "1.2.1",
|
|
90
90
|
"@backstage/version-bridge": "1.0.11",
|
|
91
91
|
"@material-ui/core": "^4.12.2",
|
|
@@ -102,12 +102,12 @@
|
|
|
102
102
|
"zen-observable": "^0.10.0"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
|
-
"@backstage/cli": "0.33.
|
|
106
|
-
"@backstage/core-app-api": "1.17.
|
|
107
|
-
"@backstage/dev-utils": "1.1.
|
|
108
|
-
"@backstage/frontend-test-utils": "0.3.
|
|
105
|
+
"@backstage/cli": "0.33.1-next.0",
|
|
106
|
+
"@backstage/core-app-api": "1.17.1",
|
|
107
|
+
"@backstage/dev-utils": "1.1.12-next.0",
|
|
108
|
+
"@backstage/frontend-test-utils": "0.3.4-next.0",
|
|
109
109
|
"@backstage/plugin-permission-common": "0.9.0",
|
|
110
|
-
"@backstage/test-utils": "1.7.
|
|
110
|
+
"@backstage/test-utils": "1.7.10-next.0",
|
|
111
111
|
"@testing-library/dom": "^10.0.0",
|
|
112
112
|
"@testing-library/jest-dom": "^6.0.0",
|
|
113
113
|
"@testing-library/react": "^16.0.0",
|