@backstage/theme 0.4.3-next.0 → 0.4.4-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 +12 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @backstage/theme
|
|
2
2
|
|
|
3
|
+
## 0.4.4-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6c2b872153: Add official support for React 18.
|
|
8
|
+
|
|
9
|
+
## 0.4.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 5ad5344756: Added support for string `fontSize` values (e.g. `"2.5rem"`) in themes in addition to numbers. Also added an optional `fontFamily` prop for header typography variants to allow further customization.
|
|
14
|
+
|
|
3
15
|
## 0.4.3-next.0
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/theme",
|
|
3
3
|
"description": "material-ui theme for use with Backstage.",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.4-next.0",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
7
7
|
"main": "dist/index.esm.js",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@material-ui/core": "^4.12.2",
|
|
42
42
|
"@types/react": "^16.13.1 || ^17.0.0",
|
|
43
|
-
"react": "^16.13.1 || ^17.0.0",
|
|
44
|
-
"react-dom": "^16.13.1 || ^17.0.0"
|
|
43
|
+
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
44
|
+
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@backstage/cli": "^0.
|
|
47
|
+
"@backstage/cli": "^0.24.0-next.0",
|
|
48
48
|
"@types/react": "^16.13.1 || ^17.0.0"
|
|
49
49
|
},
|
|
50
50
|
"files": [
|