@backstage/core-components 0.18.2-next.3 → 0.18.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 +13 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @backstage/core-components
|
|
2
2
|
|
|
3
|
+
## 0.18.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d493126: Swap base token for semantic token in ItemCardHeader to ensure readability in light mode.
|
|
8
|
+
- 431130c: Added `renderEdge` prop to `<DependencyGraph />` component in `@backstage/core-components` to allow custom rendering of graph edges.
|
|
9
|
+
- 6981ae6: Fixed DependencyGraph `svg` size not adapting to the container size
|
|
10
|
+
- 95935fb: Fixed dependency graph automatically scrolling forever
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @backstage/config@1.3.5
|
|
13
|
+
- @backstage/theme@0.7.0
|
|
14
|
+
- @backstage/core-plugin-api@1.11.1
|
|
15
|
+
|
|
3
16
|
## 0.18.2-next.3
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/core-components",
|
|
3
|
-
"version": "0.18.2
|
|
3
|
+
"version": "0.18.2",
|
|
4
4
|
"description": "Core components used by Backstage plugins and apps",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library"
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
"test": "backstage-cli package test"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@backstage/config": "1.3.5
|
|
70
|
-
"@backstage/core-plugin-api": "1.11.1
|
|
71
|
-
"@backstage/errors": "1.2.7",
|
|
72
|
-
"@backstage/theme": "0.
|
|
73
|
-
"@backstage/version-bridge": "1.0.11",
|
|
69
|
+
"@backstage/config": "^1.3.5",
|
|
70
|
+
"@backstage/core-plugin-api": "^1.11.1",
|
|
71
|
+
"@backstage/errors": "^1.2.7",
|
|
72
|
+
"@backstage/theme": "^0.7.0",
|
|
73
|
+
"@backstage/version-bridge": "^1.0.11",
|
|
74
74
|
"@dagrejs/dagre": "^1.1.4",
|
|
75
75
|
"@date-io/core": "^1.3.13",
|
|
76
76
|
"@material-table/core": "^3.1.0",
|
|
@@ -107,10 +107,10 @@
|
|
|
107
107
|
"zod": "^3.22.4"
|
|
108
108
|
},
|
|
109
109
|
"devDependencies": {
|
|
110
|
-
"@backstage/app-defaults": "1.7.1
|
|
111
|
-
"@backstage/cli": "0.34.4
|
|
112
|
-
"@backstage/core-app-api": "1.19.1
|
|
113
|
-
"@backstage/test-utils": "1.7.12
|
|
110
|
+
"@backstage/app-defaults": "^1.7.1",
|
|
111
|
+
"@backstage/cli": "^0.34.4",
|
|
112
|
+
"@backstage/core-app-api": "^1.19.1",
|
|
113
|
+
"@backstage/test-utils": "^1.7.12",
|
|
114
114
|
"@testing-library/dom": "^10.0.0",
|
|
115
115
|
"@testing-library/jest-dom": "^6.0.0",
|
|
116
116
|
"@testing-library/user-event": "^14.0.0",
|