@backstage/plugin-scaffolder 1.38.1-next.1 → 1.38.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 CHANGED
@@ -1,5 +1,30 @@
1
1
  # @backstage/plugin-scaffolder
2
2
 
3
+ ## 1.38.1
4
+
5
+ ### Patch Changes
6
+
7
+ - a5b2811: Adds `useBreadcrumbEntries` hook, `BreadcrumbEntry` component, and `BreadcrumbsRegistryProvider` for managing breadcrumb trails across the component tree for plugins using new frontend system. Completes wiring so that new frontend system plugin `Pages` and `SubPages` get automatic-population of `PluginHeader` breadcrumbs.
8
+
9
+ - The app plugin's `PageLayout` registers a root breadcrumb for each plugin page and passes the breadcrumb trail to `PluginHeader`
10
+ - `PageBlueprint` automatically wraps each sub-page route element with `BreadcrumbEntry`, so sub-pages contribute to the PluginHeader breadcrumb trail without extra wiring.
11
+ - Plugin authors who need breadcrumbs for internal routes within a sub-page can wrap their route content with `BreadcrumbEntry` manually.
12
+ - `plugin-scaffolder` internal routes have been wrapped as an example
13
+
14
+ - c32e636: Fixed an issue where Bitbucket Cloud and Bitbucket Server hosts would not render the correct repository and branch picker fields in the Scaffolder.
15
+ - Updated dependencies
16
+ - @backstage/frontend-plugin-api@0.17.3
17
+ - @backstage/ui@0.17.0
18
+ - @backstage/plugin-catalog-react@3.2.0
19
+ - @backstage/core-components@0.18.12
20
+ - @backstage/plugin-techdocs-react@1.3.13
21
+ - @backstage/filter-predicates@0.1.4
22
+ - @backstage/catalog-client@1.16.1
23
+ - @backstage/core-plugin-api@1.12.8
24
+ - @backstage/integration-react@1.2.20
25
+ - @backstage/plugin-permission-react@0.5.3
26
+ - @backstage/plugin-scaffolder-react@2.0.2
27
+
3
28
  ## 1.38.1-next.1
4
29
 
5
30
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-scaffolder";
2
- var version = "1.38.1-next.1";
2
+ var version = "1.38.1";
3
3
  var description = "The Backstage plugin that helps you create new things";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder",
3
- "version": "1.38.1-next.1",
3
+ "version": "1.38.1",
4
4
  "description": "The Backstage plugin that helps you create new things",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -70,24 +70,24 @@
70
70
  "test": "backstage-cli package test"
71
71
  },
72
72
  "dependencies": {
73
- "@backstage/catalog-client": "1.16.1-next.0",
74
- "@backstage/catalog-model": "1.9.0",
75
- "@backstage/core-components": "0.18.12-next.0",
76
- "@backstage/core-plugin-api": "1.12.8-next.0",
77
- "@backstage/errors": "1.3.1",
78
- "@backstage/filter-predicates": "0.1.4-next.0",
79
- "@backstage/frontend-plugin-api": "0.17.3-next.1",
80
- "@backstage/integration": "2.0.3",
81
- "@backstage/integration-react": "1.2.20-next.0",
82
- "@backstage/plugin-catalog-common": "1.1.10",
83
- "@backstage/plugin-catalog-react": "3.2.0-next.0",
84
- "@backstage/plugin-permission-react": "0.5.3-next.0",
85
- "@backstage/plugin-scaffolder-common": "2.2.1",
86
- "@backstage/plugin-scaffolder-react": "2.0.2-next.0",
87
- "@backstage/plugin-techdocs-common": "0.1.1",
88
- "@backstage/plugin-techdocs-react": "1.3.13-next.0",
89
- "@backstage/types": "1.2.2",
90
- "@backstage/ui": "0.17.0-next.1",
73
+ "@backstage/catalog-client": "^1.16.1",
74
+ "@backstage/catalog-model": "^1.9.0",
75
+ "@backstage/core-components": "^0.18.12",
76
+ "@backstage/core-plugin-api": "^1.12.8",
77
+ "@backstage/errors": "^1.3.1",
78
+ "@backstage/filter-predicates": "^0.1.4",
79
+ "@backstage/frontend-plugin-api": "^0.17.3",
80
+ "@backstage/integration": "^2.0.3",
81
+ "@backstage/integration-react": "^1.2.20",
82
+ "@backstage/plugin-catalog-common": "^1.1.10",
83
+ "@backstage/plugin-catalog-react": "^3.2.0",
84
+ "@backstage/plugin-permission-react": "^0.5.3",
85
+ "@backstage/plugin-scaffolder-common": "^2.2.1",
86
+ "@backstage/plugin-scaffolder-react": "^2.0.2",
87
+ "@backstage/plugin-techdocs-common": "^0.1.1",
88
+ "@backstage/plugin-techdocs-react": "^1.3.13",
89
+ "@backstage/types": "^1.2.2",
90
+ "@backstage/ui": "^0.17.0",
91
91
  "@codemirror/language": "^6.0.0",
92
92
  "@codemirror/legacy-modes": "^6.1.0",
93
93
  "@codemirror/view": "^6.0.0",
@@ -120,14 +120,14 @@
120
120
  "zod-to-json-schema": "^3.25.1"
121
121
  },
122
122
  "devDependencies": {
123
- "@backstage/cli": "0.36.4-next.1",
124
- "@backstage/core-app-api": "1.20.3-next.0",
125
- "@backstage/dev-utils": "1.1.25-next.0",
126
- "@backstage/frontend-test-utils": "0.6.2-next.0",
127
- "@backstage/plugin-catalog": "2.0.7-next.0",
128
- "@backstage/plugin-permission-common": "0.9.9",
129
- "@backstage/plugin-techdocs": "1.17.8-next.0",
130
- "@backstage/test-utils": "1.7.20-next.0",
123
+ "@backstage/cli": "^0.36.4",
124
+ "@backstage/core-app-api": "^1.20.3",
125
+ "@backstage/dev-utils": "^1.1.25",
126
+ "@backstage/frontend-test-utils": "^0.6.2",
127
+ "@backstage/plugin-catalog": "^2.0.7",
128
+ "@backstage/plugin-permission-common": "^0.9.9",
129
+ "@backstage/plugin-techdocs": "^1.17.8",
130
+ "@backstage/test-utils": "^1.7.20",
131
131
  "@testing-library/dom": "^10.0.0",
132
132
  "@testing-library/jest-dom": "^6.0.0",
133
133
  "@testing-library/react": "^16.0.0",