@backstage/plugin-user-settings 0.3.17-next.0 → 0.3.19-next.0
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 +33 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @backstage/plugin-user-settings
|
|
2
2
|
|
|
3
|
+
## 0.3.19-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/core-components@0.8.8-next.0
|
|
9
|
+
|
|
10
|
+
## 0.3.18
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
- @backstage/core-components@0.8.7
|
|
16
|
+
|
|
17
|
+
## 0.3.18-next.0
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
- @backstage/core-components@0.8.7-next.0
|
|
23
|
+
|
|
24
|
+
## 0.3.17
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- 7ba416be78: **@backstage/plugin-user-settings:** Hide Header on mobile screens to improve the UI & give more space to the content. Furthermore, the "Pin Sidebar" setting is removed on mobile screens, as the mobile sidebar is always pinned to the bottom.
|
|
29
|
+
|
|
30
|
+
**Other plugins:** Smaller style adjustments across plugins to improve the UI on mobile devices.
|
|
31
|
+
|
|
32
|
+
- Updated dependencies
|
|
33
|
+
- @backstage/core-components@0.8.5
|
|
34
|
+
- @backstage/core-plugin-api@0.6.0
|
|
35
|
+
|
|
3
36
|
## 0.3.17-next.0
|
|
4
37
|
|
|
5
38
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-user-settings",
|
|
3
3
|
"description": "A Backstage plugin that provides a settings page",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.19-next.0",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"clean": "backstage-cli clean"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@backstage/core-components": "^0.8.
|
|
35
|
-
"@backstage/core-plugin-api": "^0.6.0
|
|
34
|
+
"@backstage/core-components": "^0.8.8-next.0",
|
|
35
|
+
"@backstage/core-plugin-api": "^0.6.0",
|
|
36
36
|
"@backstage/theme": "^0.2.14",
|
|
37
37
|
"@material-ui/core": "^4.12.2",
|
|
38
38
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"react": "^16.13.1 || ^17.0.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@backstage/cli": "^0.
|
|
48
|
-
"@backstage/core-app-api": "^0.5.
|
|
49
|
-
"@backstage/dev-utils": "^0.2.
|
|
50
|
-
"@backstage/test-utils": "^0.2.
|
|
47
|
+
"@backstage/cli": "^0.13.2-next.0",
|
|
48
|
+
"@backstage/core-app-api": "^0.5.2",
|
|
49
|
+
"@backstage/dev-utils": "^0.2.21-next.0",
|
|
50
|
+
"@backstage/test-utils": "^0.2.4",
|
|
51
51
|
"@testing-library/jest-dom": "^5.10.1",
|
|
52
52
|
"@testing-library/react": "^11.2.5",
|
|
53
53
|
"@testing-library/user-event": "^13.1.8",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "e6f167225d843beeb974c287c3364d951b587626"
|
|
82
82
|
}
|