@backstage/plugin-home 0.5.4-next.2 → 0.5.4
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 +18 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @backstage/plugin-home
|
|
2
2
|
|
|
3
|
+
## 0.5.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 88c62048fcbd: fix: update plugin home dependency for `@rjsf/material-ui` to `@rjsf/material-ui-v5`
|
|
8
|
+
- 0b89ca8ce24a: Add possibility to customize the settings widget for different
|
|
9
|
+
properties by using the `uiSchema` provided by the json-schema.
|
|
10
|
+
More information here: https://rjsf-team.github.io/react-jsonschema-form/docs/api-reference/uiSchema
|
|
11
|
+
- b8ebd3d2e4e5: Fix missing column breakpoints in `CustomHompageGrid`
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
- @backstage/theme@0.4.1
|
|
14
|
+
- @backstage/plugin-catalog-react@1.8.0
|
|
15
|
+
- @backstage/core-components@0.13.3
|
|
16
|
+
- @backstage/plugin-home-react@0.1.1
|
|
17
|
+
- @backstage/core-plugin-api@1.5.3
|
|
18
|
+
- @backstage/catalog-model@1.4.1
|
|
19
|
+
- @backstage/config@1.0.8
|
|
20
|
+
|
|
3
21
|
## 0.5.4-next.2
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-home",
|
|
3
3
|
"description": "A Backstage plugin that helps you build a home page",
|
|
4
|
-
"version": "0.5.4
|
|
4
|
+
"version": "0.5.4",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"clean": "backstage-cli package clean"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@backstage/catalog-model": "^1.4.1
|
|
36
|
+
"@backstage/catalog-model": "^1.4.1",
|
|
37
37
|
"@backstage/config": "^1.0.8",
|
|
38
|
-
"@backstage/core-components": "^0.13.3
|
|
39
|
-
"@backstage/core-plugin-api": "^1.5.3
|
|
40
|
-
"@backstage/plugin-catalog-react": "^1.8.0
|
|
41
|
-
"@backstage/plugin-home-react": "^0.1.1
|
|
42
|
-
"@backstage/theme": "^0.4.1
|
|
38
|
+
"@backstage/core-components": "^0.13.3",
|
|
39
|
+
"@backstage/core-plugin-api": "^1.5.3",
|
|
40
|
+
"@backstage/plugin-catalog-react": "^1.8.0",
|
|
41
|
+
"@backstage/plugin-home-react": "^0.1.1",
|
|
42
|
+
"@backstage/theme": "^0.4.1",
|
|
43
43
|
"@material-ui/core": "^4.12.2",
|
|
44
44
|
"@material-ui/icons": "^4.9.1",
|
|
45
45
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@backstage/cli": "^0.22.9
|
|
64
|
-
"@backstage/core-app-api": "^1.
|
|
65
|
-
"@backstage/dev-utils": "^1.0.17
|
|
66
|
-
"@backstage/test-utils": "^1.4.1
|
|
63
|
+
"@backstage/cli": "^0.22.9",
|
|
64
|
+
"@backstage/core-app-api": "^1.9.0",
|
|
65
|
+
"@backstage/dev-utils": "^1.0.17",
|
|
66
|
+
"@backstage/test-utils": "^1.4.1",
|
|
67
67
|
"@testing-library/dom": "^8.0.0",
|
|
68
68
|
"@testing-library/jest-dom": "^5.10.1",
|
|
69
69
|
"@testing-library/react": "^12.1.3",
|