@backstage/core-components 0.18.13-next.2 → 0.18.14-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 +21 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @backstage/core-components
|
|
2
2
|
|
|
3
|
+
## 0.18.14-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/ui@0.17.2-next.0
|
|
9
|
+
|
|
10
|
+
## 0.18.13
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 226817d: chore(deps): bump `js-yaml` from 4.2.0 to 4.3.0
|
|
15
|
+
- a4759e6: Migrated tests from MSW v1 to MSW v2.
|
|
16
|
+
- 96cd953: Fixed the `DependencyGraph` component to avoid a jarring initial render where nodes briefly pile up at overlapping positions before animating into place. The graph content is now hidden until node measurements are complete and the layout has fully settled, then revealed at the correct positions with transitions suppressed for the first frame.
|
|
17
|
+
|
|
18
|
+
Also fixed a `containerRef` recreation chain where every graph dimension change caused the container measurement callback to be recreated and re-triggered, producing unnecessary re-renders during initial layout.
|
|
19
|
+
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @backstage/core-plugin-api@1.12.9
|
|
22
|
+
- @backstage/ui@0.17.1
|
|
23
|
+
|
|
3
24
|
## 0.18.13-next.2
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/core-components",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.14-next.0",
|
|
4
4
|
"description": "Core components used by Backstage plugins and apps",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library"
|
|
@@ -67,10 +67,10 @@
|
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@backstage/config": "1.3.8",
|
|
70
|
-
"@backstage/core-plugin-api": "1.12.9
|
|
70
|
+
"@backstage/core-plugin-api": "1.12.9",
|
|
71
71
|
"@backstage/errors": "1.3.1",
|
|
72
72
|
"@backstage/theme": "0.7.3",
|
|
73
|
-
"@backstage/ui": "0.17.
|
|
73
|
+
"@backstage/ui": "0.17.2-next.0",
|
|
74
74
|
"@backstage/version-bridge": "1.0.12",
|
|
75
75
|
"@dagrejs/dagre": "^1.1.4",
|
|
76
76
|
"@date-io/core": "^1.3.13",
|
|
@@ -111,10 +111,10 @@
|
|
|
111
111
|
"zod": "^3.25.76 || ^4.0.0"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
|
-
"@backstage/app-defaults": "1.7.
|
|
115
|
-
"@backstage/cli": "0.36.
|
|
116
|
-
"@backstage/core-app-api": "1.20.
|
|
117
|
-
"@backstage/test-utils": "1.7.
|
|
114
|
+
"@backstage/app-defaults": "1.7.12-next.0",
|
|
115
|
+
"@backstage/cli": "0.36.6-next.0",
|
|
116
|
+
"@backstage/core-app-api": "1.20.5-next.0",
|
|
117
|
+
"@backstage/test-utils": "1.7.22-next.0",
|
|
118
118
|
"@testing-library/dom": "^10.0.0",
|
|
119
119
|
"@testing-library/jest-dom": "^6.0.0",
|
|
120
120
|
"@testing-library/user-event": "^14.0.0",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"copy-to-clipboard": "^3.3.1",
|
|
135
135
|
"cross-fetch": "^4.0.0",
|
|
136
136
|
"history": "^5.0.0",
|
|
137
|
-
"msw": "^
|
|
137
|
+
"msw": "^2.0.0",
|
|
138
138
|
"react": "^18.0.2",
|
|
139
139
|
"react-dom": "^18.0.2",
|
|
140
140
|
"react-router-dom": "^6.30.2"
|