@backstage/plugin-catalog 1.5.0-next.2 → 1.5.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 +28 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @backstage/plugin-catalog
|
|
2
2
|
|
|
3
|
+
## 1.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 80da5162c7: Plugin catalog has been modified to use an experimental feature where you can customize the title of the create button.
|
|
8
|
+
|
|
9
|
+
You can modify it by doing:
|
|
10
|
+
|
|
11
|
+
```typescript jsx
|
|
12
|
+
import { catalogPlugin } from '@backstage/plugin-catalog';
|
|
13
|
+
|
|
14
|
+
catalogPlugin.__experimentalReconfigure({
|
|
15
|
+
createButtonTitle: 'New',
|
|
16
|
+
});
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
- fe94398418: Allow changing the subtitle of the `CatalogTable` component
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
- @backstage/core-components@0.11.0
|
|
25
|
+
- @backstage/core-plugin-api@1.0.5
|
|
26
|
+
- @backstage/plugin-catalog-react@1.1.3
|
|
27
|
+
- @backstage/plugin-catalog-common@1.0.5
|
|
28
|
+
- @backstage/integration-react@1.1.3
|
|
29
|
+
- @backstage/plugin-search-react@1.0.1
|
|
30
|
+
|
|
3
31
|
## 1.5.0-next.2
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog",
|
|
3
3
|
"description": "The Backstage plugin for browsing the Backstage catalog",
|
|
4
|
-
"version": "1.5.0
|
|
4
|
+
"version": "1.5.0",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@backstage/catalog-client": "^1.0.4",
|
|
38
38
|
"@backstage/catalog-model": "^1.1.0",
|
|
39
|
-
"@backstage/core-components": "^0.11.0
|
|
40
|
-
"@backstage/core-plugin-api": "^1.0.5
|
|
39
|
+
"@backstage/core-components": "^0.11.0",
|
|
40
|
+
"@backstage/core-plugin-api": "^1.0.5",
|
|
41
41
|
"@backstage/errors": "^1.1.0",
|
|
42
|
-
"@backstage/integration-react": "^1.1.3
|
|
43
|
-
"@backstage/plugin-catalog-common": "^1.0.5
|
|
44
|
-
"@backstage/plugin-catalog-react": "^1.1.3
|
|
42
|
+
"@backstage/integration-react": "^1.1.3",
|
|
43
|
+
"@backstage/plugin-catalog-common": "^1.0.5",
|
|
44
|
+
"@backstage/plugin-catalog-react": "^1.1.3",
|
|
45
45
|
"@backstage/plugin-search-common": "^1.0.0",
|
|
46
|
-
"@backstage/plugin-search-react": "^1.0.1
|
|
46
|
+
"@backstage/plugin-search-react": "^1.0.1",
|
|
47
47
|
"@backstage/theme": "^0.2.16",
|
|
48
48
|
"@backstage/types": "^1.0.0",
|
|
49
49
|
"@material-ui/core": "^4.12.2",
|
|
@@ -61,11 +61,11 @@
|
|
|
61
61
|
"react": "^16.13.1 || ^17.0.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@backstage/cli": "^0.18.1
|
|
65
|
-
"@backstage/core-app-api": "^1.0.5
|
|
66
|
-
"@backstage/dev-utils": "^1.0.5
|
|
67
|
-
"@backstage/plugin-permission-react": "^0.4.4
|
|
68
|
-
"@backstage/test-utils": "^1.1.3
|
|
64
|
+
"@backstage/cli": "^0.18.1",
|
|
65
|
+
"@backstage/core-app-api": "^1.0.5",
|
|
66
|
+
"@backstage/dev-utils": "^1.0.5",
|
|
67
|
+
"@backstage/plugin-permission-react": "^0.4.4",
|
|
68
|
+
"@backstage/test-utils": "^1.1.3",
|
|
69
69
|
"@testing-library/jest-dom": "^5.10.1",
|
|
70
70
|
"@testing-library/react": "^12.1.3",
|
|
71
71
|
"@testing-library/user-event": "^14.0.0",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"files": [
|
|
76
76
|
"dist"
|
|
77
77
|
],
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "a12f6269e3bf224aa7f52475be9152bc52addeed"
|
|
79
79
|
}
|