@backstage/plugin-catalog 1.31.0-next.2 → 1.31.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,40 @@
1
1
  # @backstage/plugin-catalog
2
2
 
3
+ ## 1.31.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 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.
8
+
9
+ **BREAKING ALPHA**
10
+
11
+ 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`).
12
+
13
+ - ec7b35d: Introduced `backstage.io/techdocs-entity-path` annotation which allows deep linking into another entities TechDocs in conjunction with `backstage.io/techdocs-entity`.
14
+
15
+ ### Patch Changes
16
+
17
+ - 18c64e9: Added the `info.packageJson` option to the plugin instance for the new frontend system.
18
+ - Updated dependencies
19
+ - @backstage/core-components@0.17.3
20
+ - @backstage/catalog-client@1.10.1
21
+ - @backstage/core-plugin-api@1.10.8
22
+ - @backstage/frontend-plugin-api@0.10.3
23
+ - @backstage/plugin-catalog-react@1.19.0
24
+ - @backstage/plugin-techdocs-react@1.3.0
25
+ - @backstage/plugin-techdocs-common@0.1.1
26
+ - @backstage/plugin-search-react@1.9.1
27
+ - @backstage/integration-react@1.2.8
28
+ - @backstage/catalog-model@1.7.4
29
+ - @backstage/core-compat-api@0.4.3
30
+ - @backstage/errors@1.2.7
31
+ - @backstage/types@1.2.1
32
+ - @backstage/version-bridge@1.0.11
33
+ - @backstage/plugin-catalog-common@1.1.4
34
+ - @backstage/plugin-permission-react@0.4.35
35
+ - @backstage/plugin-scaffolder-common@1.5.11
36
+ - @backstage/plugin-search-common@1.2.18
37
+
3
38
  ## 1.31.0-next.2
4
39
 
5
40
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-catalog";
2
- var version = "1.31.0-next.2";
2
+ var version = "1.31.0";
3
3
  var description = "The Backstage plugin for browsing the Backstage catalog";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog",
3
- "version": "1.31.0-next.2",
3
+ "version": "1.31.0",
4
4
  "description": "The Backstage plugin for browsing the Backstage catalog",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -70,24 +70,24 @@
70
70
  "test": "backstage-cli package test"
71
71
  },
72
72
  "dependencies": {
73
- "@backstage/catalog-client": "1.10.1-next.0",
74
- "@backstage/catalog-model": "1.7.4",
75
- "@backstage/core-compat-api": "0.4.3-next.2",
76
- "@backstage/core-components": "0.17.3-next.0",
77
- "@backstage/core-plugin-api": "1.10.7",
78
- "@backstage/errors": "1.2.7",
79
- "@backstage/frontend-plugin-api": "0.10.3-next.1",
80
- "@backstage/integration-react": "1.2.7",
81
- "@backstage/plugin-catalog-common": "1.1.4",
82
- "@backstage/plugin-catalog-react": "1.19.0-next.2",
83
- "@backstage/plugin-permission-react": "0.4.34",
84
- "@backstage/plugin-scaffolder-common": "1.5.11",
85
- "@backstage/plugin-search-common": "1.2.18",
86
- "@backstage/plugin-search-react": "1.9.1-next.1",
87
- "@backstage/plugin-techdocs-common": "0.1.1-next.0",
88
- "@backstage/plugin-techdocs-react": "1.3.0-next.1",
89
- "@backstage/types": "1.2.1",
90
- "@backstage/version-bridge": "1.0.11",
73
+ "@backstage/catalog-client": "^1.10.1",
74
+ "@backstage/catalog-model": "^1.7.4",
75
+ "@backstage/core-compat-api": "^0.4.3",
76
+ "@backstage/core-components": "^0.17.3",
77
+ "@backstage/core-plugin-api": "^1.10.8",
78
+ "@backstage/errors": "^1.2.7",
79
+ "@backstage/frontend-plugin-api": "^0.10.3",
80
+ "@backstage/integration-react": "^1.2.8",
81
+ "@backstage/plugin-catalog-common": "^1.1.4",
82
+ "@backstage/plugin-catalog-react": "^1.19.0",
83
+ "@backstage/plugin-permission-react": "^0.4.35",
84
+ "@backstage/plugin-scaffolder-common": "^1.5.11",
85
+ "@backstage/plugin-search-common": "^1.2.18",
86
+ "@backstage/plugin-search-react": "^1.9.1",
87
+ "@backstage/plugin-techdocs-common": "^0.1.1",
88
+ "@backstage/plugin-techdocs-react": "^1.3.0",
89
+ "@backstage/types": "^1.2.1",
90
+ "@backstage/version-bridge": "^1.0.11",
91
91
  "@material-ui/core": "^4.12.2",
92
92
  "@material-ui/icons": "^4.9.1",
93
93
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -102,12 +102,12 @@
102
102
  "zen-observable": "^0.10.0"
103
103
  },
104
104
  "devDependencies": {
105
- "@backstage/cli": "0.33.0-next.1",
106
- "@backstage/core-app-api": "1.17.0",
107
- "@backstage/dev-utils": "1.1.11-next.2",
108
- "@backstage/frontend-test-utils": "0.3.3-next.1",
109
- "@backstage/plugin-permission-common": "0.9.0",
110
- "@backstage/test-utils": "1.7.8",
105
+ "@backstage/cli": "^0.33.0",
106
+ "@backstage/core-app-api": "^1.17.1",
107
+ "@backstage/dev-utils": "^1.1.11",
108
+ "@backstage/frontend-test-utils": "^0.3.3",
109
+ "@backstage/plugin-permission-common": "^0.9.0",
110
+ "@backstage/test-utils": "^1.7.9",
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",