@backstage/core-app-api 1.1.0 → 1.1.1-next.1
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/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +7 -8
- package/LICENSE +0 -201
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @backstage/core-app-api
|
|
2
2
|
|
|
3
|
+
## 1.1.1-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 27e6404aba: Fixed a bug where gathered index routes would fail to bind routable extensions. This would typically show up when placing a routable extension in the entity page overview tab.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/core-plugin-api@1.0.7-next.1
|
|
10
|
+
- @backstage/config@1.0.3-next.1
|
|
11
|
+
- @backstage/types@1.0.0
|
|
12
|
+
- @backstage/version-bridge@1.0.1
|
|
13
|
+
|
|
14
|
+
## 1.1.1-next.0
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
- @backstage/config@1.0.3-next.0
|
|
20
|
+
- @backstage/core-plugin-api@1.0.7-next.0
|
|
21
|
+
- @backstage/types@1.0.0
|
|
22
|
+
- @backstage/version-bridge@1.0.1
|
|
23
|
+
|
|
3
24
|
## 1.1.0
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|
package/dist/index.esm.js
CHANGED
|
@@ -1875,7 +1875,7 @@ const routingV2Collector = createCollector(
|
|
|
1875
1875
|
}
|
|
1876
1876
|
}
|
|
1877
1877
|
if (mountPoint) {
|
|
1878
|
-
if (
|
|
1878
|
+
if ((ctx == null ? void 0 : ctx.gatherPath) === void 0) {
|
|
1879
1879
|
throw new Error(
|
|
1880
1880
|
`Routable extension "${stringifyNode(
|
|
1881
1881
|
node
|