@backstage/plugin-catalog 1.20.0-next.2 → 1.20.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 CHANGED
@@ -1,5 +1,28 @@
1
1
  # @backstage/plugin-catalog
2
2
 
3
+ ## 1.20.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 8834daf: Updated the presentation API to return a promise, in addition to the snapshot and observable that were there before. This makes it much easier to consume the API in a non-React context.
8
+
9
+ ### Patch Changes
10
+
11
+ - 131e5cb: Fix broken links in README.
12
+ - 5d99272: Update local development dependencies.
13
+ - 4118530: Avoiding pre-loading display total count undefined for table counts
14
+ - Updated dependencies
15
+ - @backstage/plugin-scaffolder-common@1.5.2
16
+ - @backstage/core-compat-api@0.2.5
17
+ - @backstage/core-components@0.14.7
18
+ - @backstage/catalog-model@1.5.0
19
+ - @backstage/plugin-catalog-react@1.12.0
20
+ - @backstage/catalog-client@1.6.5
21
+ - @backstage/frontend-plugin-api@0.6.5
22
+ - @backstage/integration-react@1.1.27
23
+ - @backstage/plugin-catalog-common@1.0.23
24
+ - @backstage/plugin-search-react@1.7.11
25
+
3
26
  ## 1.20.0-next.2
4
27
 
5
28
  ### Minor Changes
@@ -3361,8 +3384,7 @@
3361
3384
  `CatalogPage` component in your `App.tsx` routing allows you to adjust the
3362
3385
  layout, header, and which filters are available.
3363
3386
 
3364
- See the documentation added on [Catalog
3365
- Customization](https://backstage.io/docs/features/software-catalog/catalog-customization)
3387
+ See the documentation added on [Catalog Customization](https://backstage.io/docs/features/software-catalog/catalog-customization)
3366
3388
  for instructions.
3367
3389
 
3368
3390
  ### Patch Changes
package/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # Backstage Catalog Frontend
2
2
 
3
- This is the React frontend for the default Backstage [software
4
- catalog](http://backstage.io/docs/features/software-catalog/).
3
+ This is the React frontend for the default Backstage [software catalog](http://backstage.io/docs/features/software-catalog/).
5
4
  This package supplies interfaces related to listing catalog entities or showing
6
5
  more information about them on entity pages.
7
6
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog",
3
- "version": "1.20.0-next.2",
3
+ "version": "1.20.0",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog",
3
- "version": "1.20.0-next.2",
3
+ "version": "1.20.0",
4
4
  "description": "The Backstage plugin for browsing the Backstage catalog",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin"
@@ -49,20 +49,20 @@
49
49
  "test": "backstage-cli package test"
50
50
  },
51
51
  "dependencies": {
52
- "@backstage/catalog-client": "^1.6.5-next.0",
53
- "@backstage/catalog-model": "^1.5.0-next.0",
54
- "@backstage/core-compat-api": "^0.2.5-next.1",
55
- "@backstage/core-components": "^0.14.7-next.2",
52
+ "@backstage/catalog-client": "^1.6.5",
53
+ "@backstage/catalog-model": "^1.5.0",
54
+ "@backstage/core-compat-api": "^0.2.5",
55
+ "@backstage/core-components": "^0.14.7",
56
56
  "@backstage/core-plugin-api": "^1.9.2",
57
57
  "@backstage/errors": "^1.2.4",
58
- "@backstage/frontend-plugin-api": "^0.6.5-next.1",
59
- "@backstage/integration-react": "^1.1.27-next.0",
60
- "@backstage/plugin-catalog-common": "^1.0.23-next.0",
61
- "@backstage/plugin-catalog-react": "^1.12.0-next.2",
58
+ "@backstage/frontend-plugin-api": "^0.6.5",
59
+ "@backstage/integration-react": "^1.1.27",
60
+ "@backstage/plugin-catalog-common": "^1.0.23",
61
+ "@backstage/plugin-catalog-react": "^1.12.0",
62
62
  "@backstage/plugin-permission-react": "^0.4.22",
63
- "@backstage/plugin-scaffolder-common": "^1.5.2-next.1",
63
+ "@backstage/plugin-scaffolder-common": "^1.5.2",
64
64
  "@backstage/plugin-search-common": "^1.2.11",
65
- "@backstage/plugin-search-react": "^1.7.11-next.1",
65
+ "@backstage/plugin-search-react": "^1.7.11",
66
66
  "@backstage/types": "^1.1.1",
67
67
  "@material-ui/core": "^4.12.2",
68
68
  "@material-ui/icons": "^4.9.1",
@@ -78,11 +78,11 @@
78
78
  "zen-observable": "^0.10.0"
79
79
  },
80
80
  "devDependencies": {
81
- "@backstage/cli": "^0.26.5-next.1",
82
- "@backstage/core-app-api": "^1.12.4",
83
- "@backstage/dev-utils": "^1.0.32-next.2",
81
+ "@backstage/cli": "^0.26.5",
82
+ "@backstage/core-app-api": "^1.12.5",
83
+ "@backstage/dev-utils": "^1.0.32",
84
84
  "@backstage/plugin-permission-common": "^0.7.13",
85
- "@backstage/test-utils": "^1.5.5-next.0",
85
+ "@backstage/test-utils": "^1.5.5",
86
86
  "@testing-library/dom": "^10.0.0",
87
87
  "@testing-library/jest-dom": "^6.0.0",
88
88
  "@testing-library/react": "^15.0.0",