Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-02-24 19:24:06 +00:00
parent 890935951b
commit 4bd6a3a1af
369 changed files with 4936 additions and 185 deletions
+24
View File
@@ -1,5 +1,29 @@
# @backstage/plugin-scaffolder
## 1.35.5-next.0
### Patch Changes
- bd5b842: Added a new `ui:autoSelect` option to the EntityPicker field that controls whether an entity is automatically selected when the field loses focus. When set to `false`, the field will remain empty if the user closes it without explicitly selecting an entity, preventing unintentional selections. Defaults to `true` for backward compatibility.
- ee87720: Added back the `formFieldsApiRef` and `ScaffolderFormFieldsApi` alpha exports that were unintentionally removed.
- Updated dependencies
- @backstage/frontend-plugin-api@0.14.2-next.0
- @backstage/integration@1.21.0-next.0
- @backstage/catalog-client@1.13.1-next.0
- @backstage/plugin-catalog-react@2.0.1-next.0
- @backstage/catalog-model@1.7.6
- @backstage/core-components@0.18.8-next.0
- @backstage/core-plugin-api@1.12.4-next.0
- @backstage/errors@1.2.7
- @backstage/integration-react@1.2.16-next.0
- @backstage/types@1.2.2
- @backstage/plugin-catalog-common@1.1.8
- @backstage/plugin-permission-react@0.4.41-next.0
- @backstage/plugin-scaffolder-common@1.7.7-next.0
- @backstage/plugin-scaffolder-react@1.19.8-next.0
- @backstage/plugin-techdocs-common@0.1.1
- @backstage/plugin-techdocs-react@1.3.9-next.0
## 1.35.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder",
"version": "1.35.3",
"version": "1.35.5-next.0",
"description": "The Backstage plugin that helps you create new things",
"backstage": {
"role": "frontend-plugin",