@backstage/plugin-catalog-react 0.0.0-nightly-20231018021545 → 0.0.0-nightly-20231020021216

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,13 +1,24 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20231018021545
3
+ ## 0.0.0-nightly-20231020021216
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 6c2b8721531e: Add official support for React 18.
8
+ - 71c97e7d7393: The `spec.type` field in entities will now always be rendered as a string.
7
9
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-20231018021545
9
- - @backstage/core-plugin-api@0.0.0-nightly-20231018021545
10
- - @backstage/plugin-permission-react@0.0.0-nightly-20231018021545
10
+ - @backstage/core-components@0.0.0-nightly-20231020021216
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20231020021216
12
+ - @backstage/plugin-permission-react@0.0.0-nightly-20231020021216
13
+ - @backstage/version-bridge@0.0.0-nightly-20231020021216
14
+ - @backstage/theme@0.0.0-nightly-20231020021216
15
+ - @backstage/integration@1.7.1
16
+ - @backstage/catalog-client@1.4.5
17
+ - @backstage/catalog-model@1.4.3
18
+ - @backstage/errors@1.2.3
19
+ - @backstage/types@1.1.1
20
+ - @backstage/plugin-catalog-common@1.0.17
21
+ - @backstage/plugin-permission-common@0.7.9
11
22
 
12
23
  ## 1.8.5
13
24
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20231018021545",
3
+ "version": "0.0.0-nightly-20231020021216",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/dist/index.esm.js CHANGED
@@ -541,7 +541,7 @@ function getEntityRef$1(entityOrRef) {
541
541
  function useStarredEntities() {
542
542
  const starredEntitiesApi = useApi(starredEntitiesApiRef);
543
543
  const starredEntities = useObservable(
544
- starredEntitiesApi.starredEntitie$(),
544
+ useMemo(() => starredEntitiesApi.starredEntitie$(), [starredEntitiesApi]),
545
545
  /* @__PURE__ */ new Set()
546
546
  );
547
547
  const isStarredEntity = useCallback(