@backstage/plugin-user-settings 0.8.15-next.3 → 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
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @backstage/plugin-user-settings
|
|
2
2
|
|
|
3
|
+
## 0.8.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/theme@0.6.1
|
|
9
|
+
- @backstage/types@1.2.0
|
|
10
|
+
- @backstage/plugin-catalog-react@1.14.1
|
|
11
|
+
- @backstage/core-components@0.16.0
|
|
12
|
+
- @backstage/core-app-api@1.15.2
|
|
13
|
+
- @backstage/catalog-model@1.7.1
|
|
14
|
+
- @backstage/core-compat-api@0.3.2
|
|
15
|
+
- @backstage/core-plugin-api@1.10.1
|
|
16
|
+
- @backstage/errors@1.2.5
|
|
17
|
+
- @backstage/frontend-plugin-api@0.9.1
|
|
18
|
+
- @backstage/plugin-signals-react@0.0.7
|
|
19
|
+
- @backstage/plugin-user-settings-common@0.0.1
|
|
20
|
+
|
|
3
21
|
## 0.8.15-next.3
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/dist/alpha.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PageBlueprint,
|
|
2
|
-
import {
|
|
1
|
+
import { PageBlueprint, coreExtensionData, createExtensionInput, NavItemBlueprint, createFrontendPlugin } from '@backstage/frontend-plugin-api';
|
|
2
|
+
import { compatWrapper, convertLegacyRouteRef, convertLegacyRouteRefs } from '@backstage/core-compat-api';
|
|
3
3
|
import SettingsIcon from '@material-ui/icons/Settings';
|
|
4
4
|
import { settingsRouteRef } from './plugin.esm.js';
|
|
5
5
|
import React from 'react';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { useSidebarPinState, Page, Header, RoutedTabs } from '@backstage/core-components';
|
|
3
|
-
import {
|
|
3
|
+
import { useElementFilter, attachComponentData } from '@backstage/core-plugin-api';
|
|
4
4
|
|
|
5
5
|
const LAYOUT_DATA_KEY = "plugin.user-settings.settingsLayout";
|
|
6
6
|
const LAYOUT_ROUTE_DATA_KEY = "plugin.user-settings.settingsLayoutRoute";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { attachComponentData } from '@backstage/core-plugin-api';
|
|
3
|
-
import {
|
|
3
|
+
import { SettingsLayout, LAYOUT_ROUTE_DATA_KEY } from '../SettingsLayout/SettingsLayout.esm.js';
|
|
4
4
|
|
|
5
5
|
const USER_SETTINGS_TAB_KEY = LAYOUT_ROUTE_DATA_KEY;
|
|
6
6
|
const UserSettingsTab = (props) => /* @__PURE__ */ React.createElement(SettingsLayout.Route, { path: props.path, title: props.title }, /* @__PURE__ */ React.createElement(React.Fragment, null, "props.children"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-user-settings",
|
|
3
|
-
"version": "0.8.15
|
|
3
|
+
"version": "0.8.15",
|
|
4
4
|
"description": "A Backstage plugin that provides a settings page",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -64,18 +64,18 @@
|
|
|
64
64
|
"test": "backstage-cli package test"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@backstage/catalog-model": "1.7.
|
|
68
|
-
"@backstage/core-app-api": "1.15.
|
|
69
|
-
"@backstage/core-compat-api": "0.3.2
|
|
70
|
-
"@backstage/core-components": "0.16.0
|
|
71
|
-
"@backstage/core-plugin-api": "1.10.
|
|
72
|
-
"@backstage/errors": "1.2.
|
|
73
|
-
"@backstage/frontend-plugin-api": "0.9.1
|
|
74
|
-
"@backstage/plugin-catalog-react": "1.14.1
|
|
75
|
-
"@backstage/plugin-signals-react": "0.0.
|
|
76
|
-
"@backstage/plugin-user-settings-common": "0.0.1",
|
|
77
|
-
"@backstage/theme": "0.6.1
|
|
78
|
-
"@backstage/types": "1.
|
|
67
|
+
"@backstage/catalog-model": "^1.7.1",
|
|
68
|
+
"@backstage/core-app-api": "^1.15.2",
|
|
69
|
+
"@backstage/core-compat-api": "^0.3.2",
|
|
70
|
+
"@backstage/core-components": "^0.16.0",
|
|
71
|
+
"@backstage/core-plugin-api": "^1.10.1",
|
|
72
|
+
"@backstage/errors": "^1.2.5",
|
|
73
|
+
"@backstage/frontend-plugin-api": "^0.9.1",
|
|
74
|
+
"@backstage/plugin-catalog-react": "^1.14.1",
|
|
75
|
+
"@backstage/plugin-signals-react": "^0.0.7",
|
|
76
|
+
"@backstage/plugin-user-settings-common": "^0.0.1",
|
|
77
|
+
"@backstage/theme": "^0.6.1",
|
|
78
|
+
"@backstage/types": "^1.2.0",
|
|
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",
|
|
@@ -83,10 +83,10 @@
|
|
|
83
83
|
"zen-observable": "^0.10.0"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@backstage/cli": "0.29.0
|
|
87
|
-
"@backstage/dev-utils": "1.1.3
|
|
88
|
-
"@backstage/plugin-catalog": "1.25.0
|
|
89
|
-
"@backstage/test-utils": "1.7.1
|
|
86
|
+
"@backstage/cli": "^0.29.0",
|
|
87
|
+
"@backstage/dev-utils": "^1.1.3",
|
|
88
|
+
"@backstage/plugin-catalog": "^1.25.0",
|
|
89
|
+
"@backstage/test-utils": "^1.7.1",
|
|
90
90
|
"@testing-library/dom": "^10.0.0",
|
|
91
91
|
"@testing-library/jest-dom": "^6.0.0",
|
|
92
92
|
"@testing-library/react": "^16.0.0",
|