@red-hat-developer-hub/backstage-plugin-dynamic-home-page 1.9.4 → 1.10.1
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 +19 -0
- package/dist/index.d.ts +21 -21
- package/package.json +22 -22
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @red-hat-developer-hub/backstage-plugin-dynamic-home-page
|
|
2
2
|
|
|
3
|
+
## 1.10.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1d11800: Updated dependency `react-grid-layout` to `1.5.3`.
|
|
8
|
+
Updated dependency `tss-react` to `4.9.20`.
|
|
9
|
+
|
|
10
|
+
## 1.10.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- 2998c31: Backstage version bump to v1.45.3
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- c6c029b: allow base64 image in quick access icons
|
|
19
|
+
- 09c378a: Updated dependency `react-router-dom` to `6.30.2`.
|
|
20
|
+
Updated dependency `@types/react-grid-layout` to `1.3.6`.
|
|
21
|
+
|
|
3
22
|
## 1.9.4
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -248,47 +248,47 @@ declare const TemplateSection: () => react_jsx_runtime.JSX.Element;
|
|
|
248
248
|
* @public
|
|
249
249
|
*/
|
|
250
250
|
declare const homepageTranslationRef: _backstage_core_plugin_api_alpha.TranslationRef<"plugin.homepage", {
|
|
251
|
-
readonly "search.placeholder": string;
|
|
252
251
|
readonly "header.local": string;
|
|
253
252
|
readonly "header.welcome": string;
|
|
254
253
|
readonly "header.welcomePersonalized": string;
|
|
255
|
-
readonly "
|
|
254
|
+
readonly "search.placeholder": string;
|
|
255
|
+
readonly "homePage.empty": string;
|
|
256
|
+
readonly "quickAccess.title": string;
|
|
257
|
+
readonly "quickAccess.error": string;
|
|
258
|
+
readonly "quickAccess.fetchError": string;
|
|
259
|
+
readonly "featuredDocs.learnMore": string;
|
|
256
260
|
readonly "templates.title": string;
|
|
261
|
+
readonly "templates.error": string;
|
|
257
262
|
readonly "templates.empty": string;
|
|
258
|
-
readonly "templates.register": string;
|
|
259
263
|
readonly "templates.fetchError": string;
|
|
260
264
|
readonly "templates.emptyDescription": string;
|
|
265
|
+
readonly "templates.register": string;
|
|
261
266
|
readonly "templates.viewAll": string;
|
|
262
|
-
readonly "entities.error": string;
|
|
263
|
-
readonly "entities.title": string;
|
|
264
|
-
readonly "entities.close": string;
|
|
265
|
-
readonly "entities.description": string;
|
|
266
|
-
readonly "entities.empty": string;
|
|
267
|
-
readonly "entities.register": string;
|
|
268
|
-
readonly "entities.fetchError": string;
|
|
269
|
-
readonly "entities.emptyDescription": string;
|
|
270
|
-
readonly "entities.viewAll": string;
|
|
271
|
-
readonly "homePage.empty": string;
|
|
272
|
-
readonly "quickAccess.error": string;
|
|
273
|
-
readonly "quickAccess.title": string;
|
|
274
|
-
readonly "quickAccess.fetchError": string;
|
|
275
|
-
readonly "featuredDocs.learnMore": string;
|
|
276
|
-
readonly "onboarding.guest": string;
|
|
277
267
|
readonly "onboarding.greeting.goodMorning": string;
|
|
278
268
|
readonly "onboarding.greeting.goodAfternoon": string;
|
|
279
269
|
readonly "onboarding.greeting.goodEvening": string;
|
|
270
|
+
readonly "onboarding.guest": string;
|
|
280
271
|
readonly "onboarding.getStarted.title": string;
|
|
281
|
-
readonly "onboarding.getStarted.ariaLabel": string;
|
|
282
272
|
readonly "onboarding.getStarted.description": string;
|
|
283
273
|
readonly "onboarding.getStarted.buttonText": string;
|
|
274
|
+
readonly "onboarding.getStarted.ariaLabel": string;
|
|
284
275
|
readonly "onboarding.explore.title": string;
|
|
285
|
-
readonly "onboarding.explore.ariaLabel": string;
|
|
286
276
|
readonly "onboarding.explore.description": string;
|
|
287
277
|
readonly "onboarding.explore.buttonText": string;
|
|
278
|
+
readonly "onboarding.explore.ariaLabel": string;
|
|
288
279
|
readonly "onboarding.learn.title": string;
|
|
289
|
-
readonly "onboarding.learn.ariaLabel": string;
|
|
290
280
|
readonly "onboarding.learn.description": string;
|
|
291
281
|
readonly "onboarding.learn.buttonText": string;
|
|
282
|
+
readonly "onboarding.learn.ariaLabel": string;
|
|
283
|
+
readonly "entities.title": string;
|
|
284
|
+
readonly "entities.description": string;
|
|
285
|
+
readonly "entities.error": string;
|
|
286
|
+
readonly "entities.close": string;
|
|
287
|
+
readonly "entities.empty": string;
|
|
288
|
+
readonly "entities.fetchError": string;
|
|
289
|
+
readonly "entities.emptyDescription": string;
|
|
290
|
+
readonly "entities.register": string;
|
|
291
|
+
readonly "entities.viewAll": string;
|
|
292
292
|
}>;
|
|
293
293
|
|
|
294
294
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@red-hat-developer-hub/backstage-plugin-dynamic-home-page",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.10.1",
|
|
4
4
|
"main": "dist/index.esm.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -32,40 +32,40 @@
|
|
|
32
32
|
"postpack": "backstage-cli package postpack"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@backstage/catalog-client": "^1.
|
|
36
|
-
"@backstage/catalog-model": "^1.7.
|
|
37
|
-
"@backstage/core-components": "^0.
|
|
38
|
-
"@backstage/core-plugin-api": "^1.
|
|
39
|
-
"@backstage/plugin-catalog-react": "^1.
|
|
40
|
-
"@backstage/plugin-home": "^0.8.
|
|
41
|
-
"@backstage/plugin-home-react": "^0.1.
|
|
42
|
-
"@backstage/plugin-search-react": "^1.
|
|
43
|
-
"@backstage/plugin-user-settings": "^0.8.
|
|
44
|
-
"@backstage/theme": "^0.
|
|
35
|
+
"@backstage/catalog-client": "^1.12.1",
|
|
36
|
+
"@backstage/catalog-model": "^1.7.6",
|
|
37
|
+
"@backstage/core-components": "^0.18.3",
|
|
38
|
+
"@backstage/core-plugin-api": "^1.12.0",
|
|
39
|
+
"@backstage/plugin-catalog-react": "^1.21.3",
|
|
40
|
+
"@backstage/plugin-home": "^0.8.14",
|
|
41
|
+
"@backstage/plugin-home-react": "^0.1.32",
|
|
42
|
+
"@backstage/plugin-search-react": "^1.10.0",
|
|
43
|
+
"@backstage/plugin-user-settings": "^0.8.29",
|
|
44
|
+
"@backstage/theme": "^0.7.0",
|
|
45
45
|
"@mui/icons-material": "5.18.0",
|
|
46
46
|
"@mui/material": "5.18.0",
|
|
47
47
|
"@mui/styles": "5.18.0",
|
|
48
|
-
"@scalprum/react-core": "0.
|
|
49
|
-
"react-grid-layout": "1.5.
|
|
48
|
+
"@scalprum/react-core": "0.11.1",
|
|
49
|
+
"react-grid-layout": "1.5.3",
|
|
50
50
|
"react-use": "17.6.0",
|
|
51
|
-
"tss-react": "4.9.
|
|
51
|
+
"tss-react": "4.9.20"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"react": "16.13.1 || ^17.0.0 || ^18.2.0",
|
|
55
|
-
"react-router-dom": "6.30.
|
|
55
|
+
"react-router-dom": "6.30.2"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@backstage/cli": "^0.34.
|
|
59
|
-
"@backstage/core-app-api": "^1.
|
|
60
|
-
"@backstage/dev-utils": "^1.1.
|
|
61
|
-
"@backstage/plugin-catalog": "^1.
|
|
62
|
-
"@backstage/test-utils": "^1.7.
|
|
58
|
+
"@backstage/cli": "^0.34.5",
|
|
59
|
+
"@backstage/core-app-api": "^1.19.2",
|
|
60
|
+
"@backstage/dev-utils": "^1.1.17",
|
|
61
|
+
"@backstage/plugin-catalog": "^1.32.0",
|
|
62
|
+
"@backstage/test-utils": "^1.7.13",
|
|
63
63
|
"@openshift/dynamic-plugin-sdk": "5.0.1",
|
|
64
|
-
"@red-hat-developer-hub/backstage-plugin-theme": "^0.
|
|
64
|
+
"@red-hat-developer-hub/backstage-plugin-theme": "^0.11.0",
|
|
65
65
|
"@testing-library/jest-dom": "6.9.1",
|
|
66
66
|
"@testing-library/react": "14.3.1",
|
|
67
67
|
"@testing-library/user-event": "14.6.1",
|
|
68
|
-
"@types/react-grid-layout": "1.3.
|
|
68
|
+
"@types/react-grid-layout": "1.3.6",
|
|
69
69
|
"msw": "1.3.5",
|
|
70
70
|
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
|
|
71
71
|
},
|