@backstage/plugin-catalog-react 0.0.0-nightly-20221017030331 → 0.0.0-nightly-20221020030155

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 CHANGED
@@ -1,6 +1,24 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20221017030331
3
+ ## 0.0.0-nightly-20221020030155
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.0.0-nightly-20221020030155
9
+ - @backstage/core-plugin-api@0.0.0-nightly-20221020030155
10
+ - @backstage/catalog-client@0.0.0-nightly-20221020030155
11
+ - @backstage/catalog-model@0.0.0-nightly-20221020030155
12
+ - @backstage/errors@0.0.0-nightly-20221020030155
13
+ - @backstage/integration@0.0.0-nightly-20221020030155
14
+ - @backstage/theme@0.2.16
15
+ - @backstage/types@1.0.0
16
+ - @backstage/version-bridge@1.0.1
17
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20221020030155
18
+ - @backstage/plugin-permission-common@0.0.0-nightly-20221020030155
19
+ - @backstage/plugin-permission-react@0.0.0-nightly-20221020030155
20
+
21
+ ## 1.2.0
4
22
 
5
23
  ### Minor Changes
6
24
 
@@ -9,19 +27,20 @@
9
27
  ### Patch Changes
10
28
 
11
29
  - 7939e743f5: Added two new `EntityRefLinks` props, the first being `getTitle` that allows for customization of the title used for each link. The second one is `fetchEntities`, which triggers a fetching of all entities so that the full entity definition is available in the `getTitle` callback.
12
- - Updated dependencies
13
- - @backstage/catalog-model@0.0.0-nightly-20221017030331
14
- - @backstage/core-components@0.0.0-nightly-20221017030331
15
- - @backstage/plugin-catalog-common@0.0.0-nightly-20221017030331
16
- - @backstage/plugin-permission-common@0.0.0-nightly-20221017030331
17
- - @backstage/catalog-client@0.0.0-nightly-20221017030331
18
- - @backstage/core-plugin-api@0.0.0-nightly-20221017030331
19
- - @backstage/errors@0.0.0-nightly-20221017030331
20
- - @backstage/integration@0.0.0-nightly-20221017030331
30
+ - e9e532ebd8: Fixed issue where the query kind parameter is not honored
31
+ - Updated dependencies
32
+ - @backstage/catalog-model@1.1.2
33
+ - @backstage/core-components@0.11.2
34
+ - @backstage/plugin-catalog-common@1.0.7
35
+ - @backstage/plugin-permission-common@0.7.0
36
+ - @backstage/catalog-client@1.1.1
37
+ - @backstage/core-plugin-api@1.0.7
38
+ - @backstage/errors@1.1.2
39
+ - @backstage/integration@1.3.2
21
40
  - @backstage/theme@0.2.16
22
41
  - @backstage/types@1.0.0
23
42
  - @backstage/version-bridge@1.0.1
24
- - @backstage/plugin-permission-react@0.0.0-nightly-20221017030331
43
+ - @backstage/plugin-permission-react@0.4.6
25
44
 
26
45
  ## 1.2.0-next.2
27
46
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20221017030331",
3
+ "version": "0.0.0-nightly-20221020030155",
4
4
  "main": "../dist/index.esm.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
package/dist/index.esm.js CHANGED
@@ -932,10 +932,7 @@ const EntityKindPicker = (props) => {
932
932
  severity: "error"
933
933
  });
934
934
  }
935
- if (initialFilter) {
936
- setSelectedKind(initialFilter);
937
- }
938
- }, [error, alertApi, initialFilter, setSelectedKind]);
935
+ }, [error, alertApi]);
939
936
  if ((availableKinds == null ? void 0 : availableKinds.length) === 0 || error)
940
937
  return null;
941
938
  const items = [