Version Packages

This commit is contained in:
github-actions[bot]
2026-04-14 14:57:31 +00:00
parent 9f24941b49
commit 93e643d142
603 changed files with 5867 additions and 1607 deletions
+31
View File
@@ -1,5 +1,36 @@
# @backstage/plugin-scaffolder
## 1.36.2
### Patch Changes
- 297302e: Fixed the NFS custom field explorer so loaded form fields render field options and previews correctly.
- 864a799: Fix the display of the description in `GitlabRepoPicker`:
- Move `owner.description` helper text outside the `allowedOwners` conditional so it renders for both `Select` and `Autocomplete` modes.
- Update the `Autocomplete` label to use `fields.gitlabRepoPicker.owner.inputTitle` instead of `fields.gitlabRepoPicker.owner.title`.
- e5af44c: Replaced deprecated `humanizeEntityRef` usage with the Catalog Presentation API.
- 5d8112e: Migrated the actions page to use `@backstage/ui` list and search components. Actions are now presented in a sidebar list with a separate detail panel for the selected action, along with built-in search filtering. The selected action is also reflected in the URL hash, allowing deep-linking to a specific action.
- 4cc9af2: Fixed the layout of the scaffolder plugin in the new frontend system to use the new page layout.
- a7a14b7: Removed custom `IterableDirectoryHandle` and `WritableFileHandle` types in favor of the standard DOM `FileSystemDirectoryHandle` and `FileSystemFileHandle` types, which are now available through the `DOM.AsyncIterable` lib added to the shared TypeScript configuration.
- Updated dependencies
- @backstage/ui@0.14.0
- @backstage/errors@1.3.0
- @backstage/catalog-model@1.8.0
- @backstage/plugin-catalog-react@2.1.2
- @backstage/frontend-plugin-api@0.16.0
- @backstage/core-components@0.18.9
- @backstage/plugin-scaffolder-react@1.20.1
- @backstage/catalog-client@1.15.0
- @backstage/plugin-scaffolder-common@2.1.0
- @backstage/plugin-permission-react@0.5.0
- @backstage/integration@2.0.1
- @backstage/core-plugin-api@1.12.5
- @backstage/integration-react@1.2.17
- @backstage/plugin-catalog-common@1.1.9
- @backstage/plugin-techdocs-react@1.3.10
## 1.36.2-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder",
"version": "1.36.2-next.2",
"version": "1.36.2",
"description": "The Backstage plugin that helps you create new things",
"backstage": {
"role": "frontend-plugin",