@backstage/plugin-catalog-react 1.11.0-next.2 → 1.11.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 +26 -0
- package/alpha/package.json +1 -1
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-react
|
|
2
2
|
|
|
3
|
+
## 1.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 72b8827: Number of results is now directly added as the field `totalItems` on `useEntityList`.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 930b5c1: Added 'root' and 'label' class keys for EntityAutocompletePicker, EntityOwnerPicker and EntityProcessingStatusPicker
|
|
12
|
+
- b2a9926: Adds an argument for which filters should be applied when fetching/counting available values
|
|
13
|
+
- a6e237f: Added `DefaultFilters` component
|
|
14
|
+
- 298953b: Added support for providing an `initiallySelectedNamespaces` which accepts an array of Namespaces to have selected by default
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
- @backstage/core-components@0.14.1
|
|
17
|
+
- @backstage/errors@1.2.4
|
|
18
|
+
- @backstage/integration-react@1.1.25
|
|
19
|
+
- @backstage/plugin-permission-common@0.7.13
|
|
20
|
+
- @backstage/catalog-client@1.6.1
|
|
21
|
+
- @backstage/catalog-model@1.4.5
|
|
22
|
+
- @backstage/core-plugin-api@1.9.1
|
|
23
|
+
- @backstage/frontend-plugin-api@0.6.1
|
|
24
|
+
- @backstage/types@1.1.1
|
|
25
|
+
- @backstage/version-bridge@1.0.7
|
|
26
|
+
- @backstage/plugin-catalog-common@1.0.22
|
|
27
|
+
- @backstage/plugin-permission-react@0.4.21
|
|
28
|
+
|
|
3
29
|
## 1.11.0-next.2
|
|
4
30
|
|
|
5
31
|
### Minor 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.11.0
|
|
4
|
+
"version": "1.11.0",
|
|
5
5
|
"main": "./dist/index.esm.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -44,16 +44,16 @@
|
|
|
44
44
|
"start": "backstage-cli package start"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@backstage/catalog-client": "^1.6.1
|
|
48
|
-
"@backstage/catalog-model": "^1.4.5
|
|
49
|
-
"@backstage/core-components": "^0.14.1
|
|
50
|
-
"@backstage/core-plugin-api": "^1.9.1
|
|
51
|
-
"@backstage/errors": "^1.2.4
|
|
52
|
-
"@backstage/frontend-plugin-api": "^0.6.1
|
|
53
|
-
"@backstage/integration-react": "^1.1.25
|
|
54
|
-
"@backstage/plugin-catalog-common": "^1.0.22
|
|
55
|
-
"@backstage/plugin-permission-common": "^0.7.13
|
|
56
|
-
"@backstage/plugin-permission-react": "^0.4.21
|
|
47
|
+
"@backstage/catalog-client": "^1.6.1",
|
|
48
|
+
"@backstage/catalog-model": "^1.4.5",
|
|
49
|
+
"@backstage/core-components": "^0.14.1",
|
|
50
|
+
"@backstage/core-plugin-api": "^1.9.1",
|
|
51
|
+
"@backstage/errors": "^1.2.4",
|
|
52
|
+
"@backstage/frontend-plugin-api": "^0.6.1",
|
|
53
|
+
"@backstage/integration-react": "^1.1.25",
|
|
54
|
+
"@backstage/plugin-catalog-common": "^1.0.22",
|
|
55
|
+
"@backstage/plugin-permission-common": "^0.7.13",
|
|
56
|
+
"@backstage/plugin-permission-react": "^0.4.21",
|
|
57
57
|
"@backstage/types": "^1.1.1",
|
|
58
58
|
"@backstage/version-bridge": "^1.0.7",
|
|
59
59
|
"@material-ui/core": "^4.12.2",
|
|
@@ -75,11 +75,11 @@
|
|
|
75
75
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@backstage/cli": "^0.
|
|
79
|
-
"@backstage/core-app-api": "^1.12.1
|
|
80
|
-
"@backstage/plugin-catalog-common": "^1.0.22
|
|
81
|
-
"@backstage/plugin-scaffolder-common": "^1.5.1
|
|
82
|
-
"@backstage/test-utils": "^1.5.1
|
|
78
|
+
"@backstage/cli": "^0.26.0",
|
|
79
|
+
"@backstage/core-app-api": "^1.12.1",
|
|
80
|
+
"@backstage/plugin-catalog-common": "^1.0.22",
|
|
81
|
+
"@backstage/plugin-scaffolder-common": "^1.5.1",
|
|
82
|
+
"@backstage/test-utils": "^1.5.1",
|
|
83
83
|
"@testing-library/dom": "^9.0.0",
|
|
84
84
|
"@testing-library/jest-dom": "^6.0.0",
|
|
85
85
|
"@testing-library/react": "^14.0.0",
|