@backstage/plugin-catalog-react 1.4.0-next.2 → 1.4.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 +25 -0
- package/alpha/package.json +1 -1
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-react
|
|
2
2
|
|
|
3
|
+
## 1.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 0a5b73b2926: Add possibility to re-use EntityPicker for filters with multiple select.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 65454876fb2: Minor API report tweaks
|
|
12
|
+
- 928a12a9b3e: Internal refactor of `/alpha` exports.
|
|
13
|
+
- 24916d23494: Do not close `Autocomplete` powered multiple-selection filters when checking boxes
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
- @backstage/catalog-client@1.4.0
|
|
16
|
+
- @backstage/core-components@0.12.5
|
|
17
|
+
- @backstage/errors@1.1.5
|
|
18
|
+
- @backstage/core-plugin-api@1.5.0
|
|
19
|
+
- @backstage/catalog-model@1.2.1
|
|
20
|
+
- @backstage/plugin-catalog-common@1.0.12
|
|
21
|
+
- @backstage/integration@1.4.3
|
|
22
|
+
- @backstage/plugin-permission-common@0.7.4
|
|
23
|
+
- @backstage/theme@0.2.18
|
|
24
|
+
- @backstage/types@1.0.2
|
|
25
|
+
- @backstage/version-bridge@1.0.3
|
|
26
|
+
- @backstage/plugin-permission-react@0.4.11
|
|
27
|
+
|
|
3
28
|
## 1.4.0-next.2
|
|
4
29
|
|
|
5
30
|
### 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.0
|
|
4
|
+
"version": "1.4.0",
|
|
5
5
|
"main": "./dist/index.esm.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -43,16 +43,16 @@
|
|
|
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.5
|
|
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.5",
|
|
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",
|
|
@@ -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.4
|
|
77
|
-
"@backstage/core-app-api": "^1.6.0
|
|
78
|
-
"@backstage/plugin-catalog-common": "^1.0.12
|
|
79
|
-
"@backstage/plugin-scaffolder-common": "^1.2.6
|
|
80
|
-
"@backstage/test-utils": "^1.2.6
|
|
76
|
+
"@backstage/cli": "^0.22.4",
|
|
77
|
+
"@backstage/core-app-api": "^1.6.0",
|
|
78
|
+
"@backstage/plugin-catalog-common": "^1.0.12",
|
|
79
|
+
"@backstage/plugin-scaffolder-common": "^1.2.6",
|
|
80
|
+
"@backstage/test-utils": "^1.2.6",
|
|
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",
|