@backstage/plugin-catalog-react 0.0.0-nightly-20260602032639 → 0.0.0-nightly-20260604032348
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 +24 -10
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-react
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20260604032348
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -11,21 +11,35 @@
|
|
|
11
11
|
- e0889a3: chore(deps): bump `qs` from 6.15.1 to 6.15.2
|
|
12
12
|
- 7c20545: Fixed redundant API calls during entity list initialization. Filter components that register their initial state in quick succession (e.g. `EntityKindPicker`, `UserListPicker`, `EntityTagPicker`) no longer trigger multiple identical fetches. Frontend-only filter changes such as toggling the user list are now applied synchronously without a network round-trip.
|
|
13
13
|
- Updated dependencies
|
|
14
|
-
- @backstage/catalog-client@0.0.0-nightly-
|
|
15
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
16
|
-
- @backstage/frontend-plugin-api@0.0.0-nightly-
|
|
17
|
-
- @backstage/frontend-test-utils@0.0.0-nightly-
|
|
18
|
-
- @backstage/ui@0.0.0-nightly-
|
|
19
|
-
- @backstage/core-compat-api@0.0.0-nightly-
|
|
20
|
-
- @backstage/integration-react@0.0.0-nightly-
|
|
21
|
-
- @backstage/core-plugin-api@0.0.0-nightly-
|
|
14
|
+
- @backstage/catalog-client@0.0.0-nightly-20260604032348
|
|
15
|
+
- @backstage/core-components@0.0.0-nightly-20260604032348
|
|
16
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20260604032348
|
|
17
|
+
- @backstage/frontend-test-utils@0.0.0-nightly-20260604032348
|
|
18
|
+
- @backstage/ui@0.0.0-nightly-20260604032348
|
|
19
|
+
- @backstage/core-compat-api@0.0.0-nightly-20260604032348
|
|
20
|
+
- @backstage/integration-react@0.0.0-nightly-20260604032348
|
|
21
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20260604032348
|
|
22
22
|
- @backstage/catalog-model@1.9.0
|
|
23
23
|
- @backstage/errors@1.3.1
|
|
24
24
|
- @backstage/filter-predicates@0.1.3
|
|
25
25
|
- @backstage/types@1.2.2
|
|
26
26
|
- @backstage/version-bridge@1.0.12
|
|
27
27
|
- @backstage/plugin-permission-common@0.9.9
|
|
28
|
-
- @backstage/plugin-permission-react@0.0.0-nightly-
|
|
28
|
+
- @backstage/plugin-permission-react@0.0.0-nightly-20260604032348
|
|
29
|
+
|
|
30
|
+
## 3.0.1-next.1
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- Updated dependencies
|
|
35
|
+
- @backstage/catalog-client@1.16.0-next.1
|
|
36
|
+
- @backstage/frontend-plugin-api@0.17.2-next.0
|
|
37
|
+
- @backstage/core-components@0.18.11-next.1
|
|
38
|
+
- @backstage/ui@0.15.1-next.0
|
|
39
|
+
- @backstage/core-compat-api@0.5.12-next.1
|
|
40
|
+
- @backstage/core-plugin-api@1.12.7-next.0
|
|
41
|
+
- @backstage/integration-react@1.2.19-next.1
|
|
42
|
+
- @backstage/plugin-permission-react@0.5.2-next.0
|
|
29
43
|
|
|
30
44
|
## 3.0.1-next.0
|
|
31
45
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-react",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20260604032348",
|
|
4
4
|
"description": "A frontend library that helps other Backstage plugins interact with the catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library",
|
|
@@ -73,19 +73,19 @@
|
|
|
73
73
|
"test": "backstage-cli package test"
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@backstage/catalog-client": "0.0.0-nightly-
|
|
76
|
+
"@backstage/catalog-client": "0.0.0-nightly-20260604032348",
|
|
77
77
|
"@backstage/catalog-model": "1.9.0",
|
|
78
|
-
"@backstage/core-compat-api": "0.0.0-nightly-
|
|
79
|
-
"@backstage/core-components": "0.0.0-nightly-
|
|
80
|
-
"@backstage/core-plugin-api": "0.0.0-nightly-
|
|
78
|
+
"@backstage/core-compat-api": "0.0.0-nightly-20260604032348",
|
|
79
|
+
"@backstage/core-components": "0.0.0-nightly-20260604032348",
|
|
80
|
+
"@backstage/core-plugin-api": "0.0.0-nightly-20260604032348",
|
|
81
81
|
"@backstage/errors": "1.3.1",
|
|
82
82
|
"@backstage/filter-predicates": "0.1.3",
|
|
83
|
-
"@backstage/frontend-plugin-api": "0.0.0-nightly-
|
|
84
|
-
"@backstage/integration-react": "0.0.0-nightly-
|
|
83
|
+
"@backstage/frontend-plugin-api": "0.0.0-nightly-20260604032348",
|
|
84
|
+
"@backstage/integration-react": "0.0.0-nightly-20260604032348",
|
|
85
85
|
"@backstage/plugin-permission-common": "0.9.9",
|
|
86
|
-
"@backstage/plugin-permission-react": "0.0.0-nightly-
|
|
86
|
+
"@backstage/plugin-permission-react": "0.0.0-nightly-20260604032348",
|
|
87
87
|
"@backstage/types": "1.2.2",
|
|
88
|
-
"@backstage/ui": "0.0.0-nightly-
|
|
88
|
+
"@backstage/ui": "0.0.0-nightly-20260604032348",
|
|
89
89
|
"@backstage/version-bridge": "1.0.12",
|
|
90
90
|
"@material-ui/core": "^4.12.2",
|
|
91
91
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -102,12 +102,12 @@
|
|
|
102
102
|
"zod": "^4.0.0"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
106
|
-
"@backstage/core-app-api": "0.0.0-nightly-
|
|
107
|
-
"@backstage/frontend-test-utils": "0.0.0-nightly-
|
|
105
|
+
"@backstage/cli": "0.0.0-nightly-20260604032348",
|
|
106
|
+
"@backstage/core-app-api": "0.0.0-nightly-20260604032348",
|
|
107
|
+
"@backstage/frontend-test-utils": "0.0.0-nightly-20260604032348",
|
|
108
108
|
"@backstage/plugin-catalog-common": "1.1.10",
|
|
109
|
-
"@backstage/plugin-scaffolder-common": "0.0.0-nightly-
|
|
110
|
-
"@backstage/test-utils": "0.0.0-nightly-
|
|
109
|
+
"@backstage/plugin-scaffolder-common": "0.0.0-nightly-20260604032348",
|
|
110
|
+
"@backstage/test-utils": "0.0.0-nightly-20260604032348",
|
|
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",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"react-test-renderer": "^16.13.1"
|
|
121
121
|
},
|
|
122
122
|
"peerDependencies": {
|
|
123
|
-
"@backstage/frontend-test-utils": "0.0.0-nightly-
|
|
123
|
+
"@backstage/frontend-test-utils": "0.0.0-nightly-20260604032348",
|
|
124
124
|
"@types/react": "^17.0.0 || ^18.0.0",
|
|
125
125
|
"react": "^17.0.0 || ^18.0.0",
|
|
126
126
|
"react-dom": "^17.0.0 || ^18.0.0",
|