@backstage/plugin-catalog-react 1.4.0-next.2 → 1.4.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 +44 -0
- package/alpha/package.json +1 -1
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,49 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-react
|
|
2
2
|
|
|
3
|
+
## 1.4.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/core-components@0.12.6-next.0
|
|
10
|
+
- @backstage/core-plugin-api@1.5.0
|
|
11
|
+
- @backstage/integration@1.4.3
|
|
12
|
+
- @backstage/plugin-permission-react@0.4.11
|
|
13
|
+
- @backstage/catalog-client@1.4.0
|
|
14
|
+
- @backstage/catalog-model@1.2.1
|
|
15
|
+
- @backstage/errors@1.1.5
|
|
16
|
+
- @backstage/theme@0.2.18
|
|
17
|
+
- @backstage/types@1.0.2
|
|
18
|
+
- @backstage/version-bridge@1.0.3
|
|
19
|
+
- @backstage/plugin-catalog-common@1.0.12
|
|
20
|
+
- @backstage/plugin-permission-common@0.7.4
|
|
21
|
+
|
|
22
|
+
## 1.4.0
|
|
23
|
+
|
|
24
|
+
### Minor Changes
|
|
25
|
+
|
|
26
|
+
- 0a5b73b2926: Add possibility to re-use EntityPicker for filters with multiple select.
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- 65454876fb2: Minor API report tweaks
|
|
31
|
+
- 928a12a9b3e: Internal refactor of `/alpha` exports.
|
|
32
|
+
- 24916d23494: Do not close `Autocomplete` powered multiple-selection filters when checking boxes
|
|
33
|
+
- Updated dependencies
|
|
34
|
+
- @backstage/catalog-client@1.4.0
|
|
35
|
+
- @backstage/core-components@0.12.5
|
|
36
|
+
- @backstage/errors@1.1.5
|
|
37
|
+
- @backstage/core-plugin-api@1.5.0
|
|
38
|
+
- @backstage/catalog-model@1.2.1
|
|
39
|
+
- @backstage/plugin-catalog-common@1.0.12
|
|
40
|
+
- @backstage/integration@1.4.3
|
|
41
|
+
- @backstage/plugin-permission-common@0.7.4
|
|
42
|
+
- @backstage/theme@0.2.18
|
|
43
|
+
- @backstage/types@1.0.2
|
|
44
|
+
- @backstage/version-bridge@1.0.3
|
|
45
|
+
- @backstage/plugin-permission-react@0.4.11
|
|
46
|
+
|
|
3
47
|
## 1.4.0-next.2
|
|
4
48
|
|
|
5
49
|
### 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.4.
|
|
4
|
+
"version": "1.4.1-next.0",
|
|
5
5
|
"main": "./dist/index.esm.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -43,21 +43,21 @@
|
|
|
43
43
|
"start": "backstage-cli package start"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@backstage/catalog-client": "^1.4.0
|
|
47
|
-
"@backstage/catalog-model": "^1.2.1
|
|
48
|
-
"@backstage/core-components": "^0.12.
|
|
49
|
-
"@backstage/core-plugin-api": "^1.5.0
|
|
50
|
-
"@backstage/errors": "^1.1.5
|
|
51
|
-
"@backstage/integration": "^1.4.3
|
|
52
|
-
"@backstage/plugin-catalog-common": "^1.0.12
|
|
53
|
-
"@backstage/plugin-permission-common": "^0.7.4
|
|
54
|
-
"@backstage/plugin-permission-react": "^0.4.11
|
|
55
|
-
"@backstage/theme": "^0.2.18
|
|
46
|
+
"@backstage/catalog-client": "^1.4.0",
|
|
47
|
+
"@backstage/catalog-model": "^1.2.1",
|
|
48
|
+
"@backstage/core-components": "^0.12.6-next.0",
|
|
49
|
+
"@backstage/core-plugin-api": "^1.5.0",
|
|
50
|
+
"@backstage/errors": "^1.1.5",
|
|
51
|
+
"@backstage/integration": "^1.4.3",
|
|
52
|
+
"@backstage/plugin-catalog-common": "^1.0.12",
|
|
53
|
+
"@backstage/plugin-permission-common": "^0.7.4",
|
|
54
|
+
"@backstage/plugin-permission-react": "^0.4.11",
|
|
55
|
+
"@backstage/theme": "^0.2.18",
|
|
56
56
|
"@backstage/types": "^1.0.2",
|
|
57
57
|
"@backstage/version-bridge": "^1.0.3",
|
|
58
58
|
"@material-ui/core": "^4.12.2",
|
|
59
59
|
"@material-ui/icons": "^4.9.1",
|
|
60
|
-
"@material-ui/lab": "4.0.0-alpha.
|
|
60
|
+
"@material-ui/lab": "4.0.0-alpha.61",
|
|
61
61
|
"classnames": "^2.2.6",
|
|
62
62
|
"jwt-decode": "^3.1.0",
|
|
63
63
|
"lodash": "^4.17.21",
|
|
@@ -73,11 +73,11 @@
|
|
|
73
73
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@backstage/cli": "^0.22.
|
|
77
|
-
"@backstage/core-app-api": "^1.
|
|
78
|
-
"@backstage/plugin-catalog-common": "^1.0.12
|
|
79
|
-
"@backstage/plugin-scaffolder-common": "^1.2.
|
|
80
|
-
"@backstage/test-utils": "^1.
|
|
76
|
+
"@backstage/cli": "^0.22.6-next.0",
|
|
77
|
+
"@backstage/core-app-api": "^1.7.0-next.0",
|
|
78
|
+
"@backstage/plugin-catalog-common": "^1.0.12",
|
|
79
|
+
"@backstage/plugin-scaffolder-common": "^1.2.7-next.0",
|
|
80
|
+
"@backstage/test-utils": "^1.3.0-next.0",
|
|
81
81
|
"@testing-library/jest-dom": "^5.10.1",
|
|
82
82
|
"@testing-library/react": "^12.1.3",
|
|
83
83
|
"@testing-library/react-hooks": "^8.0.0",
|