@backstage/core-app-api 1.13.1-next.1 → 1.14.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @backstage/core-app-api
2
2
 
3
+ ## 1.14.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d3c39fc: Allow for the disabling of external routes through config, which was rendered impossible after the introduction of default targets.
8
+
9
+ ```yaml
10
+ app:
11
+ routes:
12
+ bindings:
13
+ # This has the effect of removing the button for registering new
14
+ # catalog entities in the scaffolder template list view
15
+ scaffolder.registerComponent: false
16
+ ```
17
+
18
+ ### Patch Changes
19
+
20
+ - db2e2d5: Updated config schema to support app.routes.bindings
21
+ - Updated dependencies
22
+ - @backstage/config@1.2.0
23
+ - @backstage/core-plugin-api@1.9.3
24
+ - @backstage/types@1.1.1
25
+ - @backstage/version-bridge@1.0.8
26
+
3
27
  ## 1.13.1-next.1
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/core-app-api",
3
3
  "description": "Core app API used by Backstage apps",
4
- "version": "1.13.1-next.1",
4
+ "version": "1.14.0",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -59,8 +59,8 @@
59
59
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@backstage/cli": "^0.26.11-next.1",
63
- "@backstage/test-utils": "^1.5.8-next.1",
62
+ "@backstage/cli": "^0.26.11",
63
+ "@backstage/test-utils": "^1.5.8",
64
64
  "@testing-library/dom": "^10.0.0",
65
65
  "@testing-library/jest-dom": "^6.0.0",
66
66
  "@testing-library/react": "^15.0.0",