@backstage/plugin-catalog-react 1.2.1-next.1 → 1.2.1
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 +20 -0
- package/alpha/package.json +1 -1
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-react
|
|
2
2
|
|
|
3
|
+
## 1.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a889314692: Both `EntityProvider` and `AsyncEntityProvider` contexts now wrap all children with an `AnalyticsContext` containing the corresponding `entityRef`; this opens up the possibility for all events underneath these contexts to be associated with and aggregated by the corresponding entity.
|
|
8
|
+
- e47f466f80: Removed forced capitalization for Entity types in the catalog sidebar.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/core-components@0.12.0
|
|
11
|
+
- @backstage/version-bridge@1.0.2
|
|
12
|
+
- @backstage/core-plugin-api@1.1.0
|
|
13
|
+
- @backstage/integration@1.4.0
|
|
14
|
+
- @backstage/catalog-model@1.1.3
|
|
15
|
+
- @backstage/plugin-permission-common@0.7.1
|
|
16
|
+
- @backstage/types@1.0.1
|
|
17
|
+
- @backstage/catalog-client@1.1.2
|
|
18
|
+
- @backstage/errors@1.1.3
|
|
19
|
+
- @backstage/theme@0.2.16
|
|
20
|
+
- @backstage/plugin-catalog-common@1.0.8
|
|
21
|
+
- @backstage/plugin-permission-react@0.4.7
|
|
22
|
+
|
|
3
23
|
## 1.2.1-next.1
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-react",
|
|
3
3
|
"description": "A frontend library that helps other Backstage plugins interact with the catalog",
|
|
4
|
-
"version": "1.2.1
|
|
4
|
+
"version": "1.2.1",
|
|
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
|
"start": "backstage-cli package start"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@backstage/catalog-client": "^1.1.2
|
|
37
|
-
"@backstage/catalog-model": "^1.1.3
|
|
38
|
-
"@backstage/core-components": "^0.12.0
|
|
39
|
-
"@backstage/core-plugin-api": "^1.1.0
|
|
40
|
-
"@backstage/errors": "^1.1.3
|
|
41
|
-
"@backstage/integration": "^1.4.0
|
|
42
|
-
"@backstage/plugin-catalog-common": "^1.0.8
|
|
43
|
-
"@backstage/plugin-permission-common": "^0.7.1
|
|
44
|
-
"@backstage/plugin-permission-react": "^0.4.7
|
|
36
|
+
"@backstage/catalog-client": "^1.1.2",
|
|
37
|
+
"@backstage/catalog-model": "^1.1.3",
|
|
38
|
+
"@backstage/core-components": "^0.12.0",
|
|
39
|
+
"@backstage/core-plugin-api": "^1.1.0",
|
|
40
|
+
"@backstage/errors": "^1.1.3",
|
|
41
|
+
"@backstage/integration": "^1.4.0",
|
|
42
|
+
"@backstage/plugin-catalog-common": "^1.0.8",
|
|
43
|
+
"@backstage/plugin-permission-common": "^0.7.1",
|
|
44
|
+
"@backstage/plugin-permission-react": "^0.4.7",
|
|
45
45
|
"@backstage/theme": "^0.2.16",
|
|
46
|
-
"@backstage/types": "^1.0.1
|
|
47
|
-
"@backstage/version-bridge": "^1.0.
|
|
46
|
+
"@backstage/types": "^1.0.1",
|
|
47
|
+
"@backstage/version-bridge": "^1.0.2",
|
|
48
48
|
"@material-ui/core": "^4.12.2",
|
|
49
49
|
"@material-ui/icons": "^4.9.1",
|
|
50
50
|
"@material-ui/lab": "4.0.0-alpha.57",
|
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
"react-router": "6.0.0-beta.0 || ^6.3.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@backstage/cli": "^0.21.0
|
|
66
|
-
"@backstage/core-app-api": "^1.2.0
|
|
67
|
-
"@backstage/plugin-catalog-common": "^1.0.8
|
|
68
|
-
"@backstage/plugin-scaffolder-common": "^1.2.2
|
|
69
|
-
"@backstage/test-utils": "^1.2.2
|
|
65
|
+
"@backstage/cli": "^0.21.0",
|
|
66
|
+
"@backstage/core-app-api": "^1.2.0",
|
|
67
|
+
"@backstage/plugin-catalog-common": "^1.0.8",
|
|
68
|
+
"@backstage/plugin-scaffolder-common": "^1.2.2",
|
|
69
|
+
"@backstage/test-utils": "^1.2.2",
|
|
70
70
|
"@testing-library/jest-dom": "^5.10.1",
|
|
71
71
|
"@testing-library/react": "^12.1.3",
|
|
72
72
|
"@testing-library/react-hooks": "^8.0.0",
|