@backstage/plugin-user-settings 0.8.12-next.0 → 0.8.12-next.2
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 +36 -0
- package/README.md +1 -1
- package/alpha/package.json +1 -1
- package/dist/alpha.d.ts +1 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
# @backstage/plugin-user-settings
|
|
2
2
|
|
|
3
|
+
## 0.8.12-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
|
|
8
|
+
- da86ac2: Update README to clarify location of additional tabs example
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/core-components@0.14.11-next.1
|
|
11
|
+
- @backstage/plugin-catalog-react@1.13.0-next.2
|
|
12
|
+
- @backstage/core-app-api@1.14.3-next.0
|
|
13
|
+
- @backstage/core-compat-api@0.3.0-next.2
|
|
14
|
+
- @backstage/core-plugin-api@1.9.4-next.0
|
|
15
|
+
- @backstage/frontend-plugin-api@0.8.0-next.2
|
|
16
|
+
- @backstage/theme@0.5.7-next.0
|
|
17
|
+
- @backstage/plugin-signals-react@0.0.5-next.1
|
|
18
|
+
- @backstage/errors@1.2.4
|
|
19
|
+
- @backstage/types@1.1.1
|
|
20
|
+
- @backstage/plugin-user-settings-common@0.0.1
|
|
21
|
+
|
|
22
|
+
## 0.8.12-next.1
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies
|
|
27
|
+
- @backstage/frontend-plugin-api@0.8.0-next.1
|
|
28
|
+
- @backstage/core-compat-api@0.3.0-next.1
|
|
29
|
+
- @backstage/core-components@0.14.11-next.0
|
|
30
|
+
- @backstage/plugin-catalog-react@1.12.4-next.1
|
|
31
|
+
- @backstage/core-app-api@1.14.2
|
|
32
|
+
- @backstage/core-plugin-api@1.9.3
|
|
33
|
+
- @backstage/errors@1.2.4
|
|
34
|
+
- @backstage/theme@0.5.6
|
|
35
|
+
- @backstage/types@1.1.1
|
|
36
|
+
- @backstage/plugin-signals-react@0.0.5-next.0
|
|
37
|
+
- @backstage/plugin-user-settings-common@0.0.1
|
|
38
|
+
|
|
3
39
|
## 0.8.12-next.0
|
|
4
40
|
|
|
5
41
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -91,7 +91,7 @@ To standardize the UI of all setting tabs,
|
|
|
91
91
|
make sure you use a similar component structure as the other tabs.
|
|
92
92
|
You can take a look at
|
|
93
93
|
[the example extra tab](https://github.com/backstage/backstage/blob/master/packages/app/src/components/advancedSettings/AdvancedSettings.tsx)
|
|
94
|
-
we have created in Backstage's
|
|
94
|
+
we have created in Backstage's example app.
|
|
95
95
|
|
|
96
96
|
To change the layout altogether, create a custom page in `packages/app/src/components/user-settings/SettingsPage.tsx`:
|
|
97
97
|
|
package/alpha/package.json
CHANGED
package/dist/alpha.d.ts
CHANGED
|
@@ -34,7 +34,7 @@ declare const settingsNavItem: _backstage_frontend_plugin_api.ExtensionDefinitio
|
|
|
34
34
|
/**
|
|
35
35
|
* @alpha
|
|
36
36
|
*/
|
|
37
|
-
declare const _default: _backstage_frontend_plugin_api.
|
|
37
|
+
declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
38
38
|
root: _backstage_frontend_plugin_api.RouteRef<undefined>;
|
|
39
39
|
}, {}, {
|
|
40
40
|
"nav-item:user-settings": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-user-settings",
|
|
3
|
-
"version": "0.8.12-next.
|
|
3
|
+
"version": "0.8.12-next.2",
|
|
4
4
|
"description": "A Backstage plugin that provides a settings page",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -54,16 +54,16 @@
|
|
|
54
54
|
"test": "backstage-cli package test"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@backstage/core-app-api": "^1.14.
|
|
58
|
-
"@backstage/core-compat-api": "^0.
|
|
59
|
-
"@backstage/core-components": "^0.14.
|
|
60
|
-
"@backstage/core-plugin-api": "^1.9.
|
|
57
|
+
"@backstage/core-app-api": "^1.14.3-next.0",
|
|
58
|
+
"@backstage/core-compat-api": "^0.3.0-next.2",
|
|
59
|
+
"@backstage/core-components": "^0.14.11-next.1",
|
|
60
|
+
"@backstage/core-plugin-api": "^1.9.4-next.0",
|
|
61
61
|
"@backstage/errors": "^1.2.4",
|
|
62
|
-
"@backstage/frontend-plugin-api": "^0.8.0-next.
|
|
63
|
-
"@backstage/plugin-catalog-react": "^1.
|
|
64
|
-
"@backstage/plugin-signals-react": "^0.0.5-next.
|
|
62
|
+
"@backstage/frontend-plugin-api": "^0.8.0-next.2",
|
|
63
|
+
"@backstage/plugin-catalog-react": "^1.13.0-next.2",
|
|
64
|
+
"@backstage/plugin-signals-react": "^0.0.5-next.1",
|
|
65
65
|
"@backstage/plugin-user-settings-common": "^0.0.1",
|
|
66
|
-
"@backstage/theme": "^0.5.
|
|
66
|
+
"@backstage/theme": "^0.5.7-next.0",
|
|
67
67
|
"@backstage/types": "^1.1.1",
|
|
68
68
|
"@material-ui/core": "^4.12.2",
|
|
69
69
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -73,13 +73,13 @@
|
|
|
73
73
|
"zen-observable": "^0.10.0"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@backstage/cli": "^0.27.1-next.
|
|
77
|
-
"@backstage/dev-utils": "^1.0
|
|
78
|
-
"@backstage/plugin-catalog": "^1.
|
|
79
|
-
"@backstage/test-utils": "^1.6.0-next.
|
|
76
|
+
"@backstage/cli": "^0.27.1-next.2",
|
|
77
|
+
"@backstage/dev-utils": "^1.1.0-next.2",
|
|
78
|
+
"@backstage/plugin-catalog": "^1.23.0-next.2",
|
|
79
|
+
"@backstage/test-utils": "^1.6.0-next.1",
|
|
80
80
|
"@testing-library/dom": "^10.0.0",
|
|
81
81
|
"@testing-library/jest-dom": "^6.0.0",
|
|
82
|
-
"@testing-library/react": "^
|
|
82
|
+
"@testing-library/react": "^16.0.0",
|
|
83
83
|
"@testing-library/user-event": "^14.0.0",
|
|
84
84
|
"msw": "^1.0.0"
|
|
85
85
|
},
|