@backstage/plugin-home 0.8.15-next.0 → 0.8.15
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 +38 -0
- package/dist/index.d.ts +4 -2
- package/dist/package.json.esm.js +8 -8
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
# @backstage/plugin-home
|
|
2
2
|
|
|
3
|
+
## 0.8.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d02db50: Remove unnecessary use of `compatWrapper` and `convertLegacyRouteRef`(s) for the new frontend system.
|
|
8
|
+
- be21c5c: Updated dependency `@rjsf/utils` to `5.24.13`.
|
|
9
|
+
Updated dependency `@rjsf/core` to `5.24.13`.
|
|
10
|
+
Updated dependency `@rjsf/material-ui` to `5.24.13`.
|
|
11
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.24.13`.
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
- @backstage/core-app-api@1.19.3
|
|
14
|
+
- @backstage/frontend-plugin-api@0.13.2
|
|
15
|
+
- @backstage/core-components@0.18.4
|
|
16
|
+
- @backstage/plugin-catalog-react@1.21.4
|
|
17
|
+
- @backstage/core-plugin-api@1.12.1
|
|
18
|
+
- @backstage/plugin-home-react@0.1.33
|
|
19
|
+
- @backstage/theme@0.7.1
|
|
20
|
+
|
|
21
|
+
## 0.8.15-next.1
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- be21c5c: Updated dependency `@rjsf/utils` to `5.24.13`.
|
|
26
|
+
Updated dependency `@rjsf/core` to `5.24.13`.
|
|
27
|
+
Updated dependency `@rjsf/material-ui` to `5.24.13`.
|
|
28
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.24.13`.
|
|
29
|
+
- Updated dependencies
|
|
30
|
+
- @backstage/core-app-api@1.19.3-next.1
|
|
31
|
+
- @backstage/frontend-plugin-api@0.13.2-next.1
|
|
32
|
+
- @backstage/plugin-catalog-react@1.21.4-next.2
|
|
33
|
+
- @backstage/core-components@0.18.4-next.2
|
|
34
|
+
- @backstage/plugin-home-react@0.1.33-next.1
|
|
35
|
+
- @backstage/catalog-client@1.12.1
|
|
36
|
+
- @backstage/catalog-model@1.7.6
|
|
37
|
+
- @backstage/config@1.3.6
|
|
38
|
+
- @backstage/core-plugin-api@1.12.1-next.0
|
|
39
|
+
- @backstage/theme@0.7.1-next.0
|
|
40
|
+
|
|
3
41
|
## 0.8.15-next.0
|
|
4
42
|
|
|
5
43
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ import * as react from 'react';
|
|
|
4
4
|
import { ReactNode, JSX as JSX$1, ReactElement, CSSProperties } from 'react';
|
|
5
5
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
6
6
|
import { Variant } from '@material-ui/core/styles/createTypography';
|
|
7
|
+
import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
|
|
7
8
|
import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
|
|
8
9
|
import { StorageApi, IdentityApi, ErrorApi } from '@backstage/core-plugin-api';
|
|
9
10
|
import { EntityFilterQuery } from '@backstage/catalog-client';
|
|
@@ -156,7 +157,7 @@ interface VisitsApi {
|
|
|
156
157
|
enrichVisit?(visit: VisitInput): Promise<Record<string, any>> | Record<string, any>;
|
|
157
158
|
}
|
|
158
159
|
/** @public */
|
|
159
|
-
declare const visitsApiRef:
|
|
160
|
+
declare const visitsApiRef: _backstage_frontend_plugin_api.ApiRef<VisitsApi>;
|
|
160
161
|
|
|
161
162
|
/**
|
|
162
163
|
* @public
|
|
@@ -612,4 +613,5 @@ declare const SettingsModal: (props: {
|
|
|
612
613
|
children: JSX.Element;
|
|
613
614
|
}) => react_jsx_runtime.JSX.Element;
|
|
614
615
|
|
|
615
|
-
export {
|
|
616
|
+
export { ComponentAccordion, ComponentTab, ComponentTabs, CustomHomepageGrid, FeaturedDocsCard, HeaderWorldClock, HomePageCompanyLogo, HomePageRandomJoke, HomePageRecentlyVisited, HomePageStarredEntities, HomePageToolkit, HomePageTopVisited, HomepageCompositionRoot, QuickStartCard, SettingsModal, TemplateBackstageLogo, TemplateBackstageLogoIcon, VisitDisplayProvider, VisitListener, VisitsStorageApi, VisitsWebStorageApi, WelcomeTitle, createCardExtension, homePlugin, isOperator, useVisitDisplay, visitsApiRef };
|
|
617
|
+
export type { Breakpoint, CardConfig, CardExtensionProps, CardLayout, CardSettings, ClockConfig, ComponentParts, ComponentRenderer, CustomHomepageGridProps, FeaturedDocsCardProps, GetChipColorFunction, GetLabelFunction, LayoutConfiguration, Operators, QuickStartCardProps, RendererProps, StarredEntitiesProps, Tool, ToolkitContentProps, Visit, VisitDisplayContextValue, VisitDisplayProviderProps, VisitInput, VisitedByTypeKind, VisitedByTypeProps, VisitsApi, VisitsApiQueryParams, VisitsApiSaveParams, VisitsStorageApiOptions, VisitsWebStorageApiOptions, WelcomeTitleLanguageProps };
|
package/dist/package.json.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var name = "@backstage/plugin-home";
|
|
2
|
-
var version = "0.8.15
|
|
2
|
+
var version = "0.8.15";
|
|
3
3
|
var description = "A Backstage plugin that helps you build a home page";
|
|
4
4
|
var backstage = {
|
|
5
5
|
role: "frontend-plugin",
|
|
@@ -24,7 +24,7 @@ var repository = {
|
|
|
24
24
|
};
|
|
25
25
|
var license = "Apache-2.0";
|
|
26
26
|
var sideEffects = false;
|
|
27
|
-
var exports = {
|
|
27
|
+
var exports$1 = {
|
|
28
28
|
".": "./src/index.ts",
|
|
29
29
|
"./alpha": "./src/alpha.tsx",
|
|
30
30
|
"./package.json": "./package.json"
|
|
@@ -68,10 +68,10 @@ var dependencies = {
|
|
|
68
68
|
"@material-ui/core": "^4.12.2",
|
|
69
69
|
"@material-ui/icons": "^4.9.1",
|
|
70
70
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
71
|
-
"@rjsf/core": "5.
|
|
72
|
-
"@rjsf/material-ui": "5.
|
|
73
|
-
"@rjsf/utils": "5.
|
|
74
|
-
"@rjsf/validator-ajv8": "5.
|
|
71
|
+
"@rjsf/core": "5.24.13",
|
|
72
|
+
"@rjsf/material-ui": "5.24.13",
|
|
73
|
+
"@rjsf/utils": "5.24.13",
|
|
74
|
+
"@rjsf/validator-ajv8": "5.24.13",
|
|
75
75
|
lodash: "^4.17.21",
|
|
76
76
|
luxon: "^3.4.3",
|
|
77
77
|
"react-grid-layout": "1.3.4",
|
|
@@ -116,7 +116,7 @@ var _package = {
|
|
|
116
116
|
repository: repository,
|
|
117
117
|
license: license,
|
|
118
118
|
sideEffects: sideEffects,
|
|
119
|
-
exports: exports,
|
|
119
|
+
exports: exports$1,
|
|
120
120
|
main: main,
|
|
121
121
|
types: types,
|
|
122
122
|
typesVersions: typesVersions,
|
|
@@ -129,5 +129,5 @@ var _package = {
|
|
|
129
129
|
configSchema: configSchema
|
|
130
130
|
};
|
|
131
131
|
|
|
132
|
-
export { backstage, configSchema, _package as default, dependencies, description, devDependencies, exports, files, homepage, keywords, license, main, name, peerDependencies, peerDependenciesMeta, publishConfig, repository, scripts, sideEffects, types, typesVersions, version };
|
|
132
|
+
export { backstage, configSchema, _package as default, dependencies, description, devDependencies, exports$1 as exports, files, homepage, keywords, license, main, name, peerDependencies, peerDependenciesMeta, publishConfig, repository, scripts, sideEffects, types, typesVersions, version };
|
|
133
133
|
//# sourceMappingURL=package.json.esm.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-home",
|
|
3
|
-
"version": "0.8.15
|
|
3
|
+
"version": "0.8.15",
|
|
4
4
|
"description": "A Backstage plugin that helps you build a home page",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -68,23 +68,23 @@
|
|
|
68
68
|
"test": "backstage-cli package test"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@backstage/catalog-client": "1.12.1",
|
|
72
|
-
"@backstage/catalog-model": "1.7.6",
|
|
73
|
-
"@backstage/config": "1.3.6",
|
|
74
|
-
"@backstage/core-app-api": "1.19.3
|
|
75
|
-
"@backstage/core-components": "0.18.4
|
|
76
|
-
"@backstage/core-plugin-api": "1.12.1
|
|
77
|
-
"@backstage/frontend-plugin-api": "0.13.2
|
|
78
|
-
"@backstage/plugin-catalog-react": "1.21.4
|
|
79
|
-
"@backstage/plugin-home-react": "0.1.33
|
|
80
|
-
"@backstage/theme": "0.7.1
|
|
71
|
+
"@backstage/catalog-client": "^1.12.1",
|
|
72
|
+
"@backstage/catalog-model": "^1.7.6",
|
|
73
|
+
"@backstage/config": "^1.3.6",
|
|
74
|
+
"@backstage/core-app-api": "^1.19.3",
|
|
75
|
+
"@backstage/core-components": "^0.18.4",
|
|
76
|
+
"@backstage/core-plugin-api": "^1.12.1",
|
|
77
|
+
"@backstage/frontend-plugin-api": "^0.13.2",
|
|
78
|
+
"@backstage/plugin-catalog-react": "^1.21.4",
|
|
79
|
+
"@backstage/plugin-home-react": "^0.1.33",
|
|
80
|
+
"@backstage/theme": "^0.7.1",
|
|
81
81
|
"@material-ui/core": "^4.12.2",
|
|
82
82
|
"@material-ui/icons": "^4.9.1",
|
|
83
83
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
84
|
-
"@rjsf/core": "5.
|
|
85
|
-
"@rjsf/material-ui": "5.
|
|
86
|
-
"@rjsf/utils": "5.
|
|
87
|
-
"@rjsf/validator-ajv8": "5.
|
|
84
|
+
"@rjsf/core": "5.24.13",
|
|
85
|
+
"@rjsf/material-ui": "5.24.13",
|
|
86
|
+
"@rjsf/utils": "5.24.13",
|
|
87
|
+
"@rjsf/validator-ajv8": "5.24.13",
|
|
88
88
|
"lodash": "^4.17.21",
|
|
89
89
|
"luxon": "^3.4.3",
|
|
90
90
|
"react-grid-layout": "1.3.4",
|
|
@@ -93,9 +93,9 @@
|
|
|
93
93
|
"zod": "^3.22.4"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
|
-
"@backstage/cli": "0.
|
|
97
|
-
"@backstage/dev-utils": "1.1.18
|
|
98
|
-
"@backstage/test-utils": "1.7.14
|
|
96
|
+
"@backstage/cli": "^0.35.0",
|
|
97
|
+
"@backstage/dev-utils": "^1.1.18",
|
|
98
|
+
"@backstage/test-utils": "^1.7.14",
|
|
99
99
|
"@testing-library/dom": "^10.0.0",
|
|
100
100
|
"@testing-library/jest-dom": "^6.0.0",
|
|
101
101
|
"@testing-library/react": "^16.0.0",
|