@backstage/plugin-home 0.8.3-next.1 → 0.8.3
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 +79 -0
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,84 @@
|
|
|
1
1
|
# @backstage/plugin-home
|
|
2
2
|
|
|
3
|
+
## 0.8.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7248f3b: Added a new Quick Start Card to `plugin-home`, which can display basic info to get users the info they need to onboard to the Catalog.
|
|
8
|
+
|
|
9
|
+
```
|
|
10
|
+
import { QuickStartCard } from '@backstage/plugin-home';
|
|
11
|
+
<QuickStartCard
|
|
12
|
+
title="Onboarding to the Catalog"
|
|
13
|
+
modalTitle="Onboarding Quick Start"
|
|
14
|
+
docsLinkTitle="Learn more with getting started docs"
|
|
15
|
+
docsLink="https://backstage.io/docs/getting-started"
|
|
16
|
+
image={
|
|
17
|
+
<img
|
|
18
|
+
src={ContentImage}
|
|
19
|
+
alt="quick start"
|
|
20
|
+
width="100%"
|
|
21
|
+
height="100%"
|
|
22
|
+
/>
|
|
23
|
+
}
|
|
24
|
+
cardDescription="Backstage system model will help you create new entities"
|
|
25
|
+
video={
|
|
26
|
+
<video
|
|
27
|
+
controls
|
|
28
|
+
preload="auto"
|
|
29
|
+
poster={"./videoPoster.png"}
|
|
30
|
+
>
|
|
31
|
+
<source src={"OnboardingDemo.mp4"} type="video/mp4" />
|
|
32
|
+
</video>
|
|
33
|
+
}
|
|
34
|
+
downloadImage={
|
|
35
|
+
<Button
|
|
36
|
+
href={QuickStartPDF}
|
|
37
|
+
target={'_blank'}
|
|
38
|
+
download={true}
|
|
39
|
+
>
|
|
40
|
+
Download infographic button
|
|
41
|
+
</Button>
|
|
42
|
+
}
|
|
43
|
+
/>
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
See the [storybook examples](https://backstage.io/storybook/?path=/story/plugins-home-components-quickstartcard--default)
|
|
47
|
+
|
|
48
|
+
- 9951ba4: Updated dependency `@rjsf/utils` to `5.23.1`.
|
|
49
|
+
Updated dependency `@rjsf/core` to `5.23.1`.
|
|
50
|
+
Updated dependency `@rjsf/material-ui` to `5.23.1`.
|
|
51
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.23.1`.
|
|
52
|
+
- Updated dependencies
|
|
53
|
+
- @backstage/plugin-catalog-react@1.15.0
|
|
54
|
+
- @backstage/core-app-api@1.15.3
|
|
55
|
+
- @backstage/catalog-client@1.9.0
|
|
56
|
+
- @backstage/plugin-home-react@0.1.21
|
|
57
|
+
- @backstage/core-compat-api@0.3.4
|
|
58
|
+
- @backstage/frontend-plugin-api@0.9.3
|
|
59
|
+
- @backstage/theme@0.6.3
|
|
60
|
+
- @backstage/core-components@0.16.2
|
|
61
|
+
- @backstage/catalog-model@1.7.2
|
|
62
|
+
- @backstage/config@1.3.1
|
|
63
|
+
- @backstage/core-plugin-api@1.10.2
|
|
64
|
+
|
|
65
|
+
## 0.8.3-next.2
|
|
66
|
+
|
|
67
|
+
### Patch Changes
|
|
68
|
+
|
|
69
|
+
- Updated dependencies
|
|
70
|
+
- @backstage/core-compat-api@0.3.4-next.2
|
|
71
|
+
- @backstage/plugin-catalog-react@1.14.3-next.2
|
|
72
|
+
- @backstage/catalog-client@1.9.0-next.2
|
|
73
|
+
- @backstage/catalog-model@1.7.2-next.0
|
|
74
|
+
- @backstage/config@1.3.1-next.0
|
|
75
|
+
- @backstage/core-app-api@1.15.3-next.1
|
|
76
|
+
- @backstage/core-components@0.16.2-next.2
|
|
77
|
+
- @backstage/core-plugin-api@1.10.2-next.0
|
|
78
|
+
- @backstage/frontend-plugin-api@0.9.3-next.2
|
|
79
|
+
- @backstage/theme@0.6.3-next.0
|
|
80
|
+
- @backstage/plugin-home-react@0.1.21-next.2
|
|
81
|
+
|
|
3
82
|
## 0.8.3-next.1
|
|
4
83
|
|
|
5
84
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-home",
|
|
3
|
-
"version": "0.8.3
|
|
3
|
+
"version": "0.8.3",
|
|
4
4
|
"description": "A Backstage plugin that helps you build a home page",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -65,17 +65,17 @@
|
|
|
65
65
|
"test": "backstage-cli package test"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@backstage/catalog-client": "1.9.0
|
|
69
|
-
"@backstage/catalog-model": "1.7.
|
|
70
|
-
"@backstage/config": "1.3.
|
|
71
|
-
"@backstage/core-app-api": "1.15.3
|
|
72
|
-
"@backstage/core-compat-api": "0.3.4
|
|
73
|
-
"@backstage/core-components": "0.16.2
|
|
74
|
-
"@backstage/core-plugin-api": "1.10.
|
|
75
|
-
"@backstage/frontend-plugin-api": "0.9.3
|
|
76
|
-
"@backstage/plugin-catalog-react": "1.
|
|
77
|
-
"@backstage/plugin-home-react": "0.1.21
|
|
78
|
-
"@backstage/theme": "0.6.3
|
|
68
|
+
"@backstage/catalog-client": "^1.9.0",
|
|
69
|
+
"@backstage/catalog-model": "^1.7.2",
|
|
70
|
+
"@backstage/config": "^1.3.1",
|
|
71
|
+
"@backstage/core-app-api": "^1.15.3",
|
|
72
|
+
"@backstage/core-compat-api": "^0.3.4",
|
|
73
|
+
"@backstage/core-components": "^0.16.2",
|
|
74
|
+
"@backstage/core-plugin-api": "^1.10.2",
|
|
75
|
+
"@backstage/frontend-plugin-api": "^0.9.3",
|
|
76
|
+
"@backstage/plugin-catalog-react": "^1.15.0",
|
|
77
|
+
"@backstage/plugin-home-react": "^0.1.21",
|
|
78
|
+
"@backstage/theme": "^0.6.3",
|
|
79
79
|
"@material-ui/core": "^4.12.2",
|
|
80
80
|
"@material-ui/icons": "^4.9.1",
|
|
81
81
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -91,9 +91,9 @@
|
|
|
91
91
|
"zod": "^3.22.4"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
|
-
"@backstage/cli": "0.29.
|
|
95
|
-
"@backstage/dev-utils": "1.1.5
|
|
96
|
-
"@backstage/test-utils": "1.7.3
|
|
94
|
+
"@backstage/cli": "^0.29.4",
|
|
95
|
+
"@backstage/dev-utils": "^1.1.5",
|
|
96
|
+
"@backstage/test-utils": "^1.7.3",
|
|
97
97
|
"@testing-library/dom": "^10.0.0",
|
|
98
98
|
"@testing-library/jest-dom": "^6.0.0",
|
|
99
99
|
"@testing-library/react": "^16.0.0",
|