Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@backstage/plugin-scaffolder-react

backstage189.9kApache-2.01.16.0TypeScript support: included

A frontend library that helps other Backstage plugins interact with the Scaffolder

backstage

readme

headline

Backstage

English | 한국어 | 中文版 | Français

License CNCF Status Discord Code style Codecov OpenSSF Best Practices OpenSSF Scorecard

What is Backstage?

Backstage is an open source framework for building developer portals. Powered by a centralized software catalog, Backstage restores order to your microservices and infrastructure and enables your product teams to ship high-quality code quickly without compromising autonomy.

Backstage unifies all your infrastructure tooling, services, and documentation to create a streamlined development environment from end to end.

software-catalog

Out of the box, Backstage includes:

  • Backstage Software Catalog for managing all your software such as microservices, libraries, data pipelines, websites, and ML models
  • Backstage Software Templates for quickly spinning up new projects and standardizing your tooling with your organization’s best practices
  • Backstage TechDocs for making it easy to create, maintain, find, and use technical documentation, using a "docs like code" approach
  • Plus, a growing ecosystem of open source plugins that further expand Backstage’s customizability and functionality

Backstage was created by Spotify but is now hosted by the Cloud Native Computing Foundation (CNCF) as an Incubation level project. For more information, see the announcement.

Project roadmap

For information about the detailed project roadmap including delivered milestones, see the Roadmap.

Getting Started

To start using Backstage, see the Getting Started documentation.

Documentation

The documentation of Backstage includes:

Community

To engage with our community, you can use the following resources:

Governance

See the GOVERNANCE.md document in the backstage/community repository.

License

Copyright 2020-2025 © The Backstage Authors. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our Trademark Usage page: https://www.linuxfoundation.org/trademark-usage

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

Security

Please report sensitive security issues using Spotify's bug-bounty program rather than GitHub.

For further details, see our complete security release process.

changelog

@backstage/plugin-scaffolder-react

1.16.0

Minor Changes

  • 4235e87: add templating extensions page

Patch Changes

1.16.0-next.3

Patch Changes

1.16.0-next.2

Patch Changes

1.16.0-next.1

Patch Changes

1.16.0-next.0

Minor Changes

  • 4235e87: add templating extensions page

Patch Changes

1.15.0

Minor Changes

  • 5890016: add api to retrieve template extensions info from scaffolder-backend

Patch Changes

1.15.0-next.2

Patch Changes

1.15.0-next.1

Patch Changes

1.15.0-next.0

Minor Changes

  • 5890016: add api to retrieve template extensions info from scaffolder-backend

Patch Changes

1.14.6

Patch Changes

1.14.6-next.2

Patch Changes

1.14.6-next.1

Patch Changes

1.14.6-next.0

Patch Changes

1.14.5

Patch Changes

1.14.5-next.3

Patch Changes

1.14.5-next.2

Patch Changes

1.14.4-next.1

Patch Changes

1.14.4-next.0

Patch Changes

1.14.3

Patch Changes

1.14.3-next.2

Patch Changes

1.14.3-next.1

Patch Changes

  • d8f9079: Updated dependency @rjsf/utils to 5.23.2. Updated dependency @rjsf/core to 5.23.2. Updated dependency @rjsf/material-ui to 5.23.2. Updated dependency @rjsf/validator-ajv8 to 5.23.2.
  • Updated dependencies

1.14.3-next.0

Patch Changes

1.14.2

Patch Changes

1.14.2-next.2

Patch Changes

1.14.2-next.1

Patch Changes

1.14.2-next.0

Patch Changes

1.14.0

Minor Changes

  • 69fb6e7: Fix contextMenu not being disabled bug in new scaffolder pages

Patch Changes

1.14.0-next.3

Minor Changes

  • 69fb6e7: Fix contextMenu not being disabled bug in new scaffolder pages

Patch Changes

1.13.3-next.2

Patch Changes

1.13.3-next.1

Patch Changes

1.13.2-next.0

Patch Changes

1.13.0

Minor Changes

  • bf6eaf3: Added support for FormFieldBlueprint to create field extensions in the Scaffolder plugin
  • d851b5b: Renamed Template Editor to Manage Templates.

Patch Changes

1.13.0-next.2

Patch Changes

1.13.0-next.1

Minor Changes

  • d851b5b: Renamed Template Editor to Manage Templates.

Patch Changes

1.13.0-next.0

Minor Changes

  • bf6eaf3: Added support for FormFieldBlueprint to create field extensions in the Scaffolder plugin

Patch Changes

1.12.0

Minor Changes

  • 4512f71: Add ui:backstage.review.name option for custom item names on scaffolder review page, and also add support for rendering the title property instead of the key name.
  • 4baad34: Added support for omitExtraData and liveOmit for rjsf in the scaffolder

Patch Changes

1.12.0-next.2

Minor Changes

  • 4baad34: Added support for omitExtraData and liveOmit for rjsf in the scaffolder

Patch Changes

1.12.0-next.1

Patch Changes

1.12.0-next.0

Minor Changes

  • 4512f71: Add ui:backstage.review.name option for custom item names on scaffolder review page, and also add support for rendering the title property instead of the key name.

Patch Changes

1.11.0

Minor Changes

  • 8839381: Add scaffolder option to display object items in separate rows on review page

Patch Changes

1.11.0-next.3

Patch Changes

1.11.0-next.2

Patch Changes

1.11.0-next.1

Patch Changes

1.11.0-next.0

Minor Changes

  • 8839381: Add scaffolder option to display object items in separate rows on review page

Patch Changes

1.10.0

Minor Changes

  • 354e68c: Improve validation error display text in scaffolder
  • b5deed0: Add support for bitbucketCloud autocomplete in RepoUrlPicker

Patch Changes

1.10.0-next.2

Patch Changes

1.10.0-next.1

Minor Changes

  • 354e68c: Improve validation error display text in scaffolder

Patch Changes

1.10.0-next.0

Minor Changes

  • b5deed0: Add support for bitbucketCloud autocomplete in RepoUrlPicker

Patch Changes

1.9.0

Minor Changes

  • 62bd9eb: Replace ui:widget: password with the a warning message stating that it's not secure and to use the build in SecretField.

    You can do this by updating your template.yaml files that have the reference ui:widget: password to ui:field: Secret instead.

    apiVersion: backstage.io/v1alpha1
    kind: Template
    metadata:
      ...
    
    spec:
      parameters:
        - title: collect some information
          schema:
            type: object
            properties:
              password:
                title: Password
                type: string
    -            ui:widget: password
    +            ui:field: Secret
      steps:
        - id: collect-info
          name: Collect some information
          action: acme:do:something
          input:
    -        password: ${{ parameters.password }}
    +        password: ${{ secrets.password }}

Patch Changes

  • 86dc29d: Links that are rendered in the markdown in the ScaffolderField component are now opened in new tabs.
  • d44a20a: Added additional plugin metadata to package.json.
  • fa8560e: Prevents Autocomplete dropdown from overlapping sidebar on hovering it
  • 6cb4886: Updated dependency @rjsf/utils to 5.18.4. Updated dependency @rjsf/core to 5.18.4. Updated dependency @rjsf/material-ui to 5.18.4. Updated dependency @rjsf/validator-ajv8 to 5.18.4.
  • 75dcd7e: Fixing bug in formData type as it should be optional as it's possibly undefined
  • 928cfa0: Fixed a typo '

1.8.7-next.3

Patch Changes

1.8.7-next.2

Patch Changes

1.8.7-next.1

Patch Changes

  • 75dcd7e: Fixing bug in formData type as it should be optional as it's possibly undefined
  • 928cfa0: Fixed a typo '

1.8.6-next.0

Patch Changes

1.8.5

Patch Changes

1.8.5-next.2

Patch Changes

1.8.5-next.1

Patch Changes

1.8.5-next.0

Patch Changes

1.8.4

Patch Changes

1.8.4-next.1

Patch Changes

1.8.4-next.0

Patch Changes

1.8.3

Patch Changes

1.8.2

Patch Changes

1.8.1

Patch Changes

1.8.1-next.2

Patch Changes

1.8.1-next.1

Patch Changes

1.8.1-next.0

Patch Changes

1.8.0

Minor Changes

  • c56f1a2: Remove the old legacy exports from /alpha
  • 11b9a08: Introduced the first version of recoverable tasks.
  • b07ec70: Use more distinguishable icons for link (Link) and text output (Description).

Patch Changes

1.8.0-next.3

Patch Changes

1.8.0-next.2

Patch Changes

1.8.0-next.1

Minor Changes

  • b07ec70: Use more distinguishable icons for link (Link) and text output (Description).

Patch Changes

1.8.0-next.0

Minor Changes

  • c56f1a2: Remove the old legacy exports from /alpha
  • 11b9a08: Introduced the first version of recoverable tasks.

Patch Changes

1.7.1

Patch Changes

1.7.1-next.2

Patch Changes

  • 98ac5ab: Updated dependency @rjsf/utils to 5.15.1. Updated dependency @rjsf/core to 5.15.1. Updated dependency @rjsf/material-ui to 5.15.1. Updated dependency @rjsf/validator-ajv8 to 5.15.1.
  • Updated dependencies

1.7.1-next.1

Patch Changes

1.7.1-next.0

Patch Changes

1.7.0

Minor Changes

  • 33edf50: Added support for dealing with user provided secrets using a new field extension ui:field: Secret

Patch Changes

  • 670c7cc: Fix bug where properties is set to empty object when it should be empty for schema dependencies
  • fa66d1b: Fixed bug in ReviewState where enum value was displayed in step review instead of the corresponding label when using enumNames
  • e516bf4: Step titles in the Stepper are now clickable and redirect the user to the corresponding step, as an alternative to using the back buttons.
  • aaa6fb3: Minor updates for TypeScript 5.2.2+ compatibility
  • 2aee53b: Add horizontal slider if stepper overflows
  • 2b72591: Updated dependency @rjsf/utils to 5.14.3. Updated dependency @rjsf/core to 5.14.3. Updated dependency @rjsf/material-ui to 5.14.3. Updated dependency @rjsf/validator-ajv8 to 5.14.3.
  • 6cd12f2: Updated dependency @rjsf/utils to 5.14.1. Updated dependency @rjsf/core to 5.14.1. Updated dependency @rjsf/material-ui to 5.14.1. Updated dependency @rjsf/validator-ajv8 to 5.14.1.
  • a518c5a: Updated dependency @react-hookz/web to ^23.0.0.
  • 64301d3: Updated dependency @rjsf/utils to 5.15.0. Updated dependency @rjsf/core to 5.15.0. Updated dependency @rjsf/material-ui to 5.15.0. Updated dependency @rjsf/validator-ajv8 to 5.15.0.
  • 63c494e: Updated dependency @rjsf/utils to 5.14.2. Updated dependency @rjsf/core to 5.14.2. Updated dependency @rjsf/material-ui to 5.14.2. Updated dependency @rjsf/validator-ajv8 to 5.14.2.
  • c8908d4: Use new option from RJSF 5.15
  • 0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617
  • 5bb5240: Fixed issue for showing undefined for hidden form items
  • Updated dependencies

1.6.2-next.3

Patch Changes

1.6.2-next.2

Patch Changes

1.6.2-next.1

Patch Changes

1.6.2-next.0

Patch Changes

1.6.0

Minor Changes

  • 3fdffbb699: Release design improvements for the Scaffolder plugin and support v5 of @rjsf/* libraries.

    This change should be non-breaking. If you're seeing typescript issues after migrating please open an issue

    The next versions like createNextFieldExtension and NextScaffolderPage have been promoted to the public interface under createScaffolderFieldExtension and ScaffolderPage, so any older imports which are no longer found will need updating from @backstage/plugin-scaffolder/alpha or @backstage/plugin-scaffolder-react/alpha will need to be imported from @backstage/plugin-scaffolder and @backstage/plugin-scaffolder-react respectively.

    The legacy versions are now available in /alpha under createLegacyFieldExtension and LegacyScaffolderPage if you're running into issues, but be aware that these will be removed in a next mainline release.

Patch Changes

1.6.0-next.2

Patch Changes

1.6.0-next.1

Patch Changes

1.6.0-next.0

Minor Changes

  • 3fdffbb699: Release design improvements for the Scaffolder plugin and support v5 of @rjsf/* libraries.

    This change should be non-breaking. If you're seeing typescript issues after migrating please open an issue

    The next versions like createNextFieldExtension and NextScaffolderPage have been promoted to the public interface under createScaffolderFieldExtension and ScaffolderPage, so any older imports which are no longer found will need updating from @backstage/plugin-scaffolder/alpha or @backstage/plugin-scaffolder-react/alpha will need to be imported from @backstage/plugin-scaffolder and @backstage/plugin-scaffolder-react respectively.

    The legacy versions are now available in /alpha under createLegacyFieldExtension and LegacyScaffolderPage if you're running into issues, but be aware that these will be removed in a next mainline release.

Patch Changes

1.5.6

Patch Changes

1.5.6-next.2

Patch Changes

1.5.6-next.1

Patch Changes

1.5.6-next.0

Patch Changes

1.5.5

Patch Changes

1.5.5-next.3

Patch Changes

1.5.5-next.2

Patch Changes

1.5.5-next.1

Patch Changes

1.5.4-next.0

Patch Changes

1.5.2

Patch Changes

1.5.2-next.1

Patch Changes

1.5.2-next.0

Patch Changes

1.5.1

Patch Changes

1.5.1-next.2

Patch Changes

1.5.1-next.1

Patch Changes

1.5.1-next.0

Patch Changes

1.5.0

Minor Changes

  • 6b571405f806: scaffolder/next: Provide some default template components to rjsf to allow for standardization and markdown descriptions
  • 4505dc3b4598: scaffolder/next: Don't render TemplateGroups when there's no results in with search query
  • a452bda74d7a: Fixed typescript casting bug for useTemplateParameterSchema hook
  • 6b571405f806: scaffolder/next: provide a ScaffolderField component which is meant to replace some of the FormControl components from Material UI, making it easier to write FieldExtensions.

Patch Changes

1.5.0-next.3

Minor Changes

  • a452bda74d7a: Fixed typescript casting bug for useTemplateParameterSchema hook

Patch Changes

1.5.0-next.2

Patch Changes

1.5.0-next.1

Minor Changes

  • 6b571405f806: scaffolder/next: Provide some default template components to rjsf to allow for standardization and markdown descriptions
  • 4505dc3b4598: scaffolder/next: Don't render TemplateGroups when there's no results in with search query
  • 6b571405f806: scaffolder/next: provide a ScaffolderField component which is meant to replace some of the FormControl components from Material UI, making it easier to write FieldExtensions.

Patch Changes

1.4.1-next.0

Patch Changes

1.4.0

Minor Changes

  • 82e10a6939c: Add support for Markdown text blob outputs from templates

Patch Changes

1.4.0-next.2

Minor Changes

  • 82e10a6939c: Add support for Markdown text blob outputs from templates

Patch Changes

1.3.1-next.1

Patch Changes

1.3.1-next.0

Patch Changes

1.3.0

Minor Changes

  • 259d3407b9b: Move CategoryPicker from scaffolder into scaffolder-react Move ContextMenu into scaffolder-react and rename it to ScaffolderPageContextMenu
  • 2cfd03d7376: To offer better customization options, ScaffolderPageContextMenu takes callbacks as props instead of booleans
  • 48da4c46e45: scaffolder/next: Export the TemplateGroupFilter and TemplateGroups and make an extensible component

Patch Changes

1.3.0-next.3

Patch Changes

1.3.0-next.2

Patch Changes

1.3.0-next.1

Patch Changes

1.3.0-next.0

Minor Changes

  • 259d3407b9b: Move CategoryPicker from scaffolder into scaffolder-react Move ContextMenu into scaffolder-react and rename it to ScaffolderPageContextMenu
  • 2cfd03d7376: To offer better customization options, ScaffolderPageContextMenu takes callbacks as props instead of booleans
  • 48da4c46e45: scaffolder/next: Export the TemplateGroupFilter and TemplateGroups and make an extensible component

Patch Changes

1.2.0

Minor Changes

  • 8f4d13f21cf: Move useTaskStream, TaskBorder, TaskLogStream and TaskSteps into scaffolder-react.

Patch Changes

1.2.0-next.2

Patch Changes

1.2.0-next.1

Minor Changes

  • 8f4d13f21cf: Move useTaskStream, TaskBorder, TaskLogStream and TaskSteps into scaffolder-react.

Patch Changes

1.1.1-next.0

Patch Changes

1.1.0

Minor Changes

  • a07750745b: Added DescriptionField field override to the next/scaffolder
  • a521379688: Migrating the TemplateEditorPage to work with the new components from @backstage/plugin-scaffolder-react
  • 8c2966536b: Embed scaffolder workflow in other components
  • 5555e17313: refactor createAsyncValidators to be recursive to ensure validators are called in nested schemas.

Patch Changes

1.1.0-next.2

Minor Changes

  • 5555e17313: refactor createAsyncValidators to be recursive to ensure validators are called in nested schemas.

Patch Changes

1.1.0-next.1

Patch Changes

1.1.0-next.0

Minor Changes

  • 8c2966536b: Embed scaffolder workflow in other components

Patch Changes

1.0.0

Major Changes

  • b4955ed7b9: Re-home some of the common types, components, hooks and scaffolderApiRef for the @backstage/plugin-scaffolder to this package for easy re-use across things that want to interact with the scaffolder.

Patch Changes

1.0.0-next.0

Major Changes

  • b4955ed7b9: Re-home some of the common types, components, hooks and scaffolderApiRef for the @backstage/plugin-scaffolder to this package for easy re-use across things that want to interact with the scaffolder.

Patch Changes

1.8.6-next.0

Patch Changes

1.8.5

Patch Changes

1.8.5-next.2

Patch Changes

1.8.5-next.1

Patch Changes

1.8.5-next.0

Patch Changes

1.8.4

Patch Changes

1.8.4-next.1

Patch Changes

1.8.4-next.0

Patch Changes

1.8.3

Patch Changes

1.8.2

Patch Changes

1.8.1

Patch Changes

1.8.1-next.2

Patch Changes

1.8.1-next.1

Patch Changes

1.8.1-next.0

Patch Changes

1.8.0

Minor Changes

  • c56f1a2: Remove the old legacy exports from /alpha
  • 11b9a08: Introduced the first version of recoverable tasks.
  • b07ec70: Use more distinguishable icons for link (Link) and text output (Description).

Patch Changes

1.8.0-next.3

Patch Changes

1.8.0-next.2

Patch Changes

1.8.0-next.1

Minor Changes

  • b07ec70: Use more distinguishable icons for link (Link) and text output (Description).

Patch Changes

1.8.0-next.0

Minor Changes

  • c56f1a2: Remove the old legacy exports from /alpha
  • 11b9a08: Introduced the first version of recoverable tasks.

Patch Changes

1.7.1

Patch Changes

1.7.1-next.2

Patch Changes

  • 98ac5ab: Updated dependency @rjsf/utils to 5.15.1. Updated dependency @rjsf/core to 5.15.1. Updated dependency @rjsf/material-ui to 5.15.1. Updated dependency @rjsf/validator-ajv8 to 5.15.1.
  • Updated dependencies

1.7.1-next.1

Patch Changes

1.7.1-next.0

Patch Changes

1.7.0

Minor Changes

  • 33edf50: Added support for dealing with user provided secrets using a new field extension ui:field: Secret

Patch Changes

  • 670c7cc: Fix bug where properties is set to empty object when it should be empty for schema dependencies
  • fa66d1b: Fixed bug in ReviewState where enum value was displayed in step review instead of the corresponding label when using enumNames
  • e516bf4: Step titles in the Stepper are now clickable and redirect the user to the corresponding step, as an alternative to using the back buttons.
  • aaa6fb3: Minor updates for TypeScript 5.2.2+ compatibility
  • 2aee53b: Add horizontal slider if stepper overflows
  • 2b72591: Updated dependency @rjsf/utils to 5.14.3. Updated dependency @rjsf/core to 5.14.3. Updated dependency @rjsf/material-ui to 5.14.3. Updated dependency @rjsf/validator-ajv8 to 5.14.3.
  • 6cd12f2: Updated dependency @rjsf/utils to 5.14.1. Updated dependency @rjsf/core to 5.14.1. Updated dependency @rjsf/material-ui to 5.14.1. Updated dependency @rjsf/validator-ajv8 to 5.14.1.
  • a518c5a: Updated dependency @react-hookz/web to ^23.0.0.
  • 64301d3: Updated dependency @rjsf/utils to 5.15.0. Updated dependency @rjsf/core to 5.15.0. Updated dependency @rjsf/material-ui to 5.15.0. Updated dependency @rjsf/validator-ajv8 to 5.15.0.
  • 63c494e: Updated dependency @rjsf/utils to 5.14.2. Updated dependency @rjsf/core to 5.14.2. Updated dependency @rjsf/material-ui to 5.14.2. Updated dependency @rjsf/validator-ajv8 to 5.14.2.
  • c8908d4: Use new option from RJSF 5.15
  • 0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617
  • 5bb5240: Fixed issue for showing undefined for hidden form items
  • Updated dependencies

1.6.2-next.3

Patch Changes

1.6.2-next.2

Patch Changes

1.6.2-next.1

Patch Changes

1.6.2-next.0

Patch Changes

1.6.0

Minor Changes

  • 3fdffbb699: Release design improvements for the Scaffolder plugin and support v5 of @rjsf/* libraries.

    This change should be non-breaking. If you're seeing typescript issues after migrating please open an issue

    The next versions like createNextFieldExtension and NextScaffolderPage have been promoted to the public interface under createScaffolderFieldExtension and ScaffolderPage, so any older imports which are no longer found will need updating from @backstage/plugin-scaffolder/alpha or @backstage/plugin-scaffolder-react/alpha will need to be imported from @backstage/plugin-scaffolder and @backstage/plugin-scaffolder-react respectively.

    The legacy versions are now available in /alpha under createLegacyFieldExtension and LegacyScaffolderPage if you're running into issues, but be aware that these will be removed in a next mainline release.

Patch Changes

1.6.0-next.2

Patch Changes

1.6.0-next.1

Patch Changes

1.6.0-next.0

Minor Changes

  • 3fdffbb699: Release design improvements for the Scaffolder plugin and support v5 of @rjsf/* libraries.

    This change should be non-breaking. If you're seeing typescript issues after migrating please open an issue

    The next versions like createNextFieldExtension and NextScaffolderPage have been promoted to the public interface under createScaffolderFieldExtension and ScaffolderPage, so any older imports which are no longer found will need updating from @backstage/plugin-scaffolder/alpha or @backstage/plugin-scaffolder-react/alpha will need to be imported from @backstage/plugin-scaffolder and @backstage/plugin-scaffolder-react respectively.

    The legacy versions are now available in /alpha under createLegacyFieldExtension and LegacyScaffolderPage if you're running into issues, but be aware that these will be removed in a next mainline release.

Patch Changes

1.5.6

Patch Changes

1.5.6-next.2

Patch Changes

1.5.6-next.1

Patch Changes

1.5.6-next.0

Patch Changes

1.5.5

Patch Changes

1.5.5-next.3

Patch Changes

1.5.5-next.2

Patch Changes

1.5.5-next.1

Patch Changes

1.5.4-next.0

Patch Changes

1.5.2

Patch Changes

1.5.2-next.1

Patch Changes

1.5.2-next.0

Patch Changes

1.5.1

Patch Changes

1.5.1-next.2

Patch Changes

1.5.1-next.1

Patch Changes

1.5.1-next.0

Patch Changes

1.5.0

Minor Changes

  • 6b571405f806: scaffolder/next: Provide some default template components to rjsf to allow for standardization and markdown descriptions
  • 4505dc3b4598: scaffolder/next: Don't render TemplateGroups when there's no results in with search query
  • a452bda74d7a: Fixed typescript casting bug for useTemplateParameterSchema hook
  • 6b571405f806: scaffolder/next: provide a ScaffolderField component which is meant to replace some of the FormControl components from Material UI, making it easier to write FieldExtensions.

Patch Changes

1.5.0-next.3

Minor Changes

  • a452bda74d7a: Fixed typescript casting bug for useTemplateParameterSchema hook

Patch Changes

1.5.0-next.2

Patch Changes

1.5.0-next.1

Minor Changes

  • 6b571405f806: scaffolder/next: Provide some default template components to rjsf to allow for standardization and markdown descriptions
  • 4505dc3b4598: scaffolder/next: Don't render TemplateGroups when there's no results in with search query
  • 6b571405f806: scaffolder/next: provide a ScaffolderField component which is meant to replace some of the FormControl components from Material UI, making it easier to write FieldExtensions.

Patch Changes

1.4.1-next.0

Patch Changes

1.4.0

Minor Changes

  • 82e10a6939c: Add support for Markdown text blob outputs from templates

Patch Changes

1.4.0-next.2

Minor Changes

  • 82e10a6939c: Add support for Markdown text blob outputs from templates

Patch Changes

1.3.1-next.1

Patch Changes

1.3.1-next.0

Patch Changes

1.3.0

Minor Changes

  • 259d3407b9b: Move CategoryPicker from scaffolder into scaffolder-react Move ContextMenu into scaffolder-react and rename it to ScaffolderPageContextMenu
  • 2cfd03d7376: To offer better customization options, ScaffolderPageContextMenu takes callbacks as props instead of booleans
  • 48da4c46e45: scaffolder/next: Export the TemplateGroupFilter and TemplateGroups and make an extensible component

Patch Changes

1.3.0-next.3

Patch Changes

1.3.0-next.2

Patch Changes

1.3.0-next.1

Patch Changes

1.3.0-next.0

Minor Changes

  • 259d3407b9b: Move CategoryPicker from scaffolder into scaffolder-react Move ContextMenu into scaffolder-react and rename it to ScaffolderPageContextMenu
  • 2cfd03d7376: To offer better customization options, ScaffolderPageContextMenu takes callbacks as props instead of booleans
  • 48da4c46e45: scaffolder/next: Export the TemplateGroupFilter and TemplateGroups and make an extensible component

Patch Changes

1.2.0

Minor Changes

  • 8f4d13f21cf: Move useTaskStream, TaskBorder, TaskLogStream and TaskSteps into scaffolder-react.

Patch Changes

1.2.0-next.2

Patch Changes

1.2.0-next.1

Minor Changes

  • 8f4d13f21cf: Move useTaskStream, TaskBorder, TaskLogStream and TaskSteps into scaffolder-react.

Patch Changes

1.1.1-next.0

Patch Changes

1.1.0

Minor Changes

  • a07750745b: Added DescriptionField field override to the next/scaffolder
  • a521379688: Migrating the TemplateEditorPage to work with the new components from @backstage/plugin-scaffolder-react
  • 8c2966536b: Embed scaffolder workflow in other components
  • 5555e17313: refactor createAsyncValidators to be recursive to ensure validators are called in nested schemas.

Patch Changes

1.1.0-next.2

Minor Changes

  • 5555e17313: refactor createAsyncValidators to be recursive to ensure validators are called in nested schemas.

Patch Changes

1.1.0-next.1

Patch Changes

1.1.0-next.0

Minor Changes

  • 8c2966536b: Embed scaffolder workflow in other components

Patch Changes

1.0.0

Major Changes

  • b4955ed7b9: Re-home some of the common types, components, hooks and scaffolderApiRef for the @backstage/plugin-scaffolder to this package for easy re-use across things that want to interact with the scaffolder.

Patch Changes

1.0.0-next.0

Major Changes

  • b4955ed7b9: Re-home some of the common types, components, hooks and scaffolderApiRef for the @backstage/plugin-scaffolder to this package for easy re-use across things that want to interact with the scaffolder.

Patch Changes

1.8.7-next.3

Patch Changes

1.8.7-next.2

Patch Changes

1.8.7-next.1

Patch Changes

  • 75dcd7e: Fixing bug in formData type as it should be optional as it's possibly undefined
  • 928cfa0: Fixed a typo '

1.8.6-next.0

Patch Changes

1.8.5

Patch Changes

1.8.5-next.2

Patch Changes

1.8.5-next.1

Patch Changes

1.8.5-next.0

Patch Changes

1.8.4

Patch Changes

1.8.4-next.1

Patch Changes

1.8.4-next.0

Patch Changes

1.8.3

Patch Changes

1.8.2

Patch Changes

1.8.1

Patch Changes

1.8.1-next.2

Patch Changes

1.8.1-next.1

Patch Changes

1.8.1-next.0

Patch Changes

1.8.0

Minor Changes

  • c56f1a2: Remove the old legacy exports from /alpha
  • 11b9a08: Introduced the first version of recoverable tasks.
  • b07ec70: Use more distinguishable icons for link (Link) and text output (Description).

Patch Changes

1.8.0-next.3

Patch Changes

1.8.0-next.2

Patch Changes

1.8.0-next.1

Minor Changes

  • b07ec70: Use more distinguishable icons for link (Link) and text output (Description).

Patch Changes

1.8.0-next.0

Minor Changes

  • c56f1a2: Remove the old legacy exports from /alpha
  • 11b9a08: Introduced the first version of recoverable tasks.

Patch Changes

1.7.1

Patch Changes

1.7.1-next.2

Patch Changes

  • 98ac5ab: Updated dependency @rjsf/utils to 5.15.1. Updated dependency @rjsf/core to 5.15.1. Updated dependency @rjsf/material-ui to 5.15.1. Updated dependency @rjsf/validator-ajv8 to 5.15.1.
  • Updated dependencies

1.7.1-next.1

Patch Changes

1.7.1-next.0

Patch Changes

1.7.0

Minor Changes

  • 33edf50: Added support for dealing with user provided secrets using a new field extension ui:field: Secret

Patch Changes

  • 670c7cc: Fix bug where properties is set to empty object when it should be empty for schema dependencies
  • fa66d1b: Fixed bug in ReviewState where enum value was displayed in step review instead of the corresponding label when using enumNames
  • e516bf4: Step titles in the Stepper are now clickable and redirect the user to the corresponding step, as an alternative to using the back buttons.
  • aaa6fb3: Minor updates for TypeScript 5.2.2+ compatibility
  • 2aee53b: Add horizontal slider if stepper overflows
  • 2b72591: Updated dependency @rjsf/utils to 5.14.3. Updated dependency @rjsf/core to 5.14.3. Updated dependency @rjsf/material-ui to 5.14.3. Updated dependency @rjsf/validator-ajv8 to 5.14.3.
  • 6cd12f2: Updated dependency @rjsf/utils to 5.14.1. Updated dependency @rjsf/core to 5.14.1. Updated dependency @rjsf/material-ui to 5.14.1. Updated dependency @rjsf/validator-ajv8 to 5.14.1.
  • a518c5a: Updated dependency @react-hookz/web to ^23.0.0.
  • 64301d3: Updated dependency @rjsf/utils to 5.15.0. Updated dependency @rjsf/core to 5.15.0. Updated dependency @rjsf/material-ui to 5.15.0. Updated dependency @rjsf/validator-ajv8 to 5.15.0.
  • 63c494e: Updated dependency @rjsf/utils to 5.14.2. Updated dependency @rjsf/core to 5.14.2. Updated dependency @rjsf/material-ui to 5.14.2. Updated dependency @rjsf/validator-ajv8 to 5.14.2.
  • c8908d4: Use new option from RJSF 5.15
  • 0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617
  • 5bb5240: Fixed issue for showing undefined for hidden form items
  • Updated dependencies

1.6.2-next.3

Patch Changes

1.6.2-next.2

Patch Changes

1.6.2-next.1

Patch Changes

1.6.2-next.0

Patch Changes

1.6.0

Minor Changes

  • 3fdffbb699: Release design improvements for the Scaffolder plugin and support v5 of @rjsf/* libraries.

    This change should be non-breaking. If you're seeing typescript issues after migrating please open an issue

    The next versions like createNextFieldExtension and NextScaffolderPage have been promoted to the public interface under createScaffolderFieldExtension and ScaffolderPage, so any older imports which are no longer found will need updating from @backstage/plugin-scaffolder/alpha or @backstage/plugin-scaffolder-react/alpha will need to be imported from @backstage/plugin-scaffolder and @backstage/plugin-scaffolder-react respectively.

    The legacy versions are now available in /alpha under createLegacyFieldExtension and LegacyScaffolderPage if you're running into issues, but be aware that these will be removed in a next mainline release.

Patch Changes

1.6.0-next.2

Patch Changes

1.6.0-next.1

Patch Changes

1.6.0-next.0

Minor Changes

  • 3fdffbb699: Release design improvements for the Scaffolder plugin and support v5 of @rjsf/* libraries.

    This change should be non-breaking. If you're seeing typescript issues after migrating please open an issue

    The next versions like createNextFieldExtension and NextScaffolderPage have been promoted to the public interface under createScaffolderFieldExtension and ScaffolderPage, so any older imports which are no longer found will need updating from @backstage/plugin-scaffolder/alpha or @backstage/plugin-scaffolder-react/alpha will need to be imported from @backstage/plugin-scaffolder and @backstage/plugin-scaffolder-react respectively.

    The legacy versions are now available in /alpha under createLegacyFieldExtension and LegacyScaffolderPage if you're running into issues, but be aware that these will be removed in a next mainline release.

Patch Changes

1.5.6

Patch Changes

1.5.6-next.2

Patch Changes

1.5.6-next.1

Patch Changes

1.5.6-next.0

Patch Changes

1.5.5

Patch Changes

1.5.5-next.3

Patch Changes

1.5.5-next.2

Patch Changes

1.5.5-next.1

Patch Changes

1.5.4-next.0

Patch Changes

1.5.2

Patch Changes

1.5.2-next.1

Patch Changes

1.5.2-next.0

Patch Changes

1.5.1

Patch Changes

1.5.1-next.2

Patch Changes

1.5.1-next.1

Patch Changes

1.5.1-next.0

Patch Changes

1.5.0

Minor Changes

  • 6b571405f806: scaffolder/next: Provide some default template components to rjsf to allow for standardization and markdown descriptions
  • 4505dc3b4598: scaffolder/next: Don't render TemplateGroups when there's no results in with search query
  • a452bda74d7a: Fixed typescript casting bug for useTemplateParameterSchema hook
  • 6b571405f806: scaffolder/next: provide a ScaffolderField component which is meant to replace some of the FormControl components from Material UI, making it easier to write FieldExtensions.

Patch Changes

1.5.0-next.3

Minor Changes

  • a452bda74d7a: Fixed typescript casting bug for useTemplateParameterSchema hook

Patch Changes

1.5.0-next.2

Patch Changes

1.5.0-next.1

Minor Changes

  • 6b571405f806: scaffolder/next: Provide some default template components to rjsf to allow for standardization and markdown descriptions
  • 4505dc3b4598: scaffolder/next: Don't render TemplateGroups when there's no results in with search query
  • 6b571405f806: scaffolder/next: provide a ScaffolderField component which is meant to replace some of the FormControl components from Material UI, making it easier to write FieldExtensions.

Patch Changes

1.4.1-next.0

Patch Changes

1.4.0

Minor Changes

  • 82e10a6939c: Add support for Markdown text blob outputs from templates

Patch Changes

1.4.0-next.2

Minor Changes

  • 82e10a6939c: Add support for Markdown text blob outputs from templates

Patch Changes

1.3.1-next.1

Patch Changes

1.3.1-next.0

Patch Changes

1.3.0

Minor Changes

  • 259d3407b9b: Move CategoryPicker from scaffolder into scaffolder-react Move ContextMenu into scaffolder-react and rename it to ScaffolderPageContextMenu
  • 2cfd03d7376: To offer better customization options, ScaffolderPageContextMenu takes callbacks as props instead of booleans
  • 48da4c46e45: scaffolder/next: Export the TemplateGroupFilter and TemplateGroups and make an extensible component

Patch Changes

1.3.0-next.3

Patch Changes

1.3.0-next.2

Patch Changes

1.3.0-next.1

Patch Changes

1.3.0-next.0

Minor Changes

  • 259d3407b9b: Move CategoryPicker from scaffolder into scaffolder-react Move ContextMenu into scaffolder-react and rename it to ScaffolderPageContextMenu
  • 2cfd03d7376: To offer better customization options, ScaffolderPageContextMenu takes callbacks as props instead of booleans
  • 48da4c46e45: scaffolder/next: Export the TemplateGroupFilter and TemplateGroups and make an extensible component

Patch Changes

1.2.0

Minor Changes

  • 8f4d13f21cf: Move useTaskStream, TaskBorder, TaskLogStream and TaskSteps into scaffolder-react.

Patch Changes

1.2.0-next.2

Patch Changes

1.2.0-next.1

Minor Changes

  • 8f4d13f21cf: Move useTaskStream, TaskBorder, TaskLogStream and TaskSteps into scaffolder-react.

Patch Changes

1.1.1-next.0

Patch Changes

1.1.0

Minor Changes

  • a07750745b: Added DescriptionField field override to the next/scaffolder
  • a521379688: Migrating the TemplateEditorPage to work with the new components from @backstage/plugin-scaffolder-react
  • 8c2966536b: Embed scaffolder workflow in other components
  • 5555e17313: refactor createAsyncValidators to be recursive to ensure validators are called in nested schemas.

Patch Changes

1.1.0-next.2

Minor Changes

  • 5555e17313: refactor createAsyncValidators to be recursive to ensure validators are called in nested schemas.

Patch Changes

1.1.0-next.1

Patch Changes

1.1.0-next.0

Minor Changes

  • 8c2966536b: Embed scaffolder workflow in other components

Patch Changes

1.0.0

Major Changes

  • b4955ed7b9: Re-home some of the common types, components, hooks and scaffolderApiRef for the @backstage/plugin-scaffolder to this package for easy re-use across things that want to interact with the scaffolder.

Patch Changes

1.0.0-next.0

Major Changes

  • b4955ed7b9: Re-home some of the common types, components, hooks and scaffolderApiRef for the @backstage/plugin-scaffolder to this package for easy re-use across things that want to interact with the scaffolder.

Patch Changes

1.8.6-next.0

Patch Changes

1.8.5

Patch Changes

1.8.5-next.2

Patch Changes

1.8.5-next.1

Patch Changes

1.8.5-next.0

Patch Changes

1.8.4

Patch Changes

1.8.4-next.1

Patch Changes

1.8.4-next.0

Patch Changes

1.8.3

Patch Changes

1.8.2

Patch Changes

1.8.1

Patch Changes

1.8.1-next.2

Patch Changes

1.8.1-next.1

Patch Changes

1.8.1-next.0

Patch Changes

1.8.0

Minor Changes

  • c56f1a2: Remove the old legacy exports from /alpha
  • 11b9a08: Introduced the first version of recoverable tasks.
  • b07ec70: Use more distinguishable icons for link (Link) and text output (Description).

Patch Changes

1.8.0-next.3

Patch Changes

1.8.0-next.2

Patch Changes

1.8.0-next.1

Minor Changes

  • b07ec70: Use more distinguishable icons for link (Link) and text output (Description).

Patch Changes

1.8.0-next.0

Minor Changes

  • c56f1a2: Remove the old legacy exports from /alpha
  • 11b9a08: Introduced the first version of recoverable tasks.

Patch Changes

1.7.1

Patch Changes

1.7.1-next.2

Patch Changes

  • 98ac5ab: Updated dependency @rjsf/utils to 5.15.1. Updated dependency @rjsf/core to 5.15.1. Updated dependency @rjsf/material-ui to 5.15.1. Updated dependency @rjsf/validator-ajv8 to 5.15.1.
  • Updated dependencies

1.7.1-next.1

Patch Changes

1.7.1-next.0

Patch Changes

1.7.0

Minor Changes

  • 33edf50: Added support for dealing with user provided secrets using a new field extension ui:field: Secret

Patch Changes

  • 670c7cc: Fix bug where properties is set to empty object when it should be empty for schema dependencies
  • fa66d1b: Fixed bug in ReviewState where enum value was displayed in step review instead of the corresponding label when using enumNames
  • e516bf4: Step titles in the Stepper are now clickable and redirect the user to the corresponding step, as an alternative to using the back buttons.
  • aaa6fb3: Minor updates for TypeScript 5.2.2+ compatibility
  • 2aee53b: Add horizontal slider if stepper overflows
  • 2b72591: Updated dependency @rjsf/utils to 5.14.3. Updated dependency @rjsf/core to 5.14.3. Updated dependency @rjsf/material-ui to 5.14.3. Updated dependency @rjsf/validator-ajv8 to 5.14.3.
  • 6cd12f2: Updated dependency @rjsf/utils to 5.14.1. Updated dependency @rjsf/core to 5.14.1. Updated dependency @rjsf/material-ui to 5.14.1. Updated dependency @rjsf/validator-ajv8 to 5.14.1.
  • a518c5a: Updated dependency @react-hookz/web to ^23.0.0.
  • 64301d3: Updated dependency @rjsf/utils to 5.15.0. Updated dependency @rjsf/core to 5.15.0. Updated dependency @rjsf/material-ui to 5.15.0. Updated dependency @rjsf/validator-ajv8 to 5.15.0.
  • 63c494e: Updated dependency @rjsf/utils to 5.14.2. Updated dependency @rjsf/core to 5.14.2. Updated dependency @rjsf/material-ui to 5.14.2. Updated dependency @rjsf/validator-ajv8 to 5.14.2.
  • c8908d4: Use new option from RJSF 5.15
  • 0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617
  • 5bb5240: Fixed issue for showing undefined for hidden form items
  • Updated dependencies

1.6.2-next.3

Patch Changes

1.6.2-next.2

Patch Changes

1.6.2-next.1

Patch Changes

1.6.2-next.0

Patch Changes

1.6.0

Minor Changes

  • 3fdffbb699: Release design improvements for the Scaffolder plugin and support v5 of @rjsf/* libraries.

    This change should be non-breaking. If you're seeing typescript issues after migrating please open an issue

    The next versions like createNextFieldExtension and NextScaffolderPage have been promoted to the public interface under createScaffolderFieldExtension and ScaffolderPage, so any older imports which are no longer found will need updating from @backstage/plugin-scaffolder/alpha or @backstage/plugin-scaffolder-react/alpha will need to be imported from @backstage/plugin-scaffolder and @backstage/plugin-scaffolder-react respectively.

    The legacy versions are now available in /alpha under createLegacyFieldExtension and LegacyScaffolderPage if you're running into issues, but be aware that these will be removed in a next mainline release.

Patch Changes

1.6.0-next.2

Patch Changes

1.6.0-next.1

Patch Changes

1.6.0-next.0

Minor Changes

  • 3fdffbb699: Release design improvements for the Scaffolder plugin and support v5 of @rjsf/* libraries.

    This change should be non-breaking. If you're seeing typescript issues after migrating please open an issue

    The next versions like createNextFieldExtension and NextScaffolderPage have been promoted to the public interface under createScaffolderFieldExtension and ScaffolderPage, so any older imports which are no longer found will need updating from @backstage/plugin-scaffolder/alpha or @backstage/plugin-scaffolder-react/alpha will need to be imported from @backstage/plugin-scaffolder and @backstage/plugin-scaffolder-react respectively.

    The legacy versions are now available in /alpha under createLegacyFieldExtension and LegacyScaffolderPage if you're running into issues, but be aware that these will be removed in a next mainline release.

Patch Changes

1.5.6

Patch Changes

1.5.6-next.2

Patch Changes

1.5.6-next.1

Patch Changes

1.5.6-next.0

Patch Changes

1.5.5

Patch Changes

1.5.5-next.3

Patch Changes

1.5.5-next.2

Patch Changes

1.5.5-next.1

Patch Changes

1.5.4-next.0

Patch Changes

1.5.2

Patch Changes

1.5.2-next.1

Patch Changes

1.5.2-next.0

Patch Changes

1.5.1

Patch Changes

1.5.1-next.2

Patch Changes

1.5.1-next.1

Patch Changes

1.5.1-next.0

Patch Changes

1.5.0

Minor Changes

  • 6b571405f806: scaffolder/next: Provide some default template components to rjsf to allow for standardization and markdown descriptions
  • 4505dc3b4598: scaffolder/next: Don't render TemplateGroups when there's no results in with search query
  • a452bda74d7a: Fixed typescript casting bug for useTemplateParameterSchema hook
  • 6b571405f806: scaffolder/next: provide a ScaffolderField component which is meant to replace some of the FormControl components from Material UI, making it easier to write FieldExtensions.

Patch Changes

1.5.0-next.3

Minor Changes

  • a452bda74d7a: Fixed typescript casting bug for useTemplateParameterSchema hook

Patch Changes

1.5.0-next.2

Patch Changes

1.5.0-next.1

Minor Changes

  • 6b571405f806: scaffolder/next: Provide some default template components to rjsf to allow for standardization and markdown descriptions
  • 4505dc3b4598: scaffolder/next: Don't render TemplateGroups when there's no results in with search query
  • 6b571405f806: scaffolder/next: provide a ScaffolderField component which is meant to replace some of the FormControl components from Material UI, making it easier to write FieldExtensions.

Patch Changes

1.4.1-next.0

Patch Changes

1.4.0

Minor Changes

  • 82e10a6939c: Add support for Markdown text blob outputs from templates

Patch Changes

1.4.0-next.2

Minor Changes

  • 82e10a6939c: Add support for Markdown text blob outputs from templates

Patch Changes

1.3.1-next.1

Patch Changes

1.3.1-next.0

Patch Changes

1.3.0

Minor Changes

  • 259d3407b9b: Move CategoryPicker from scaffolder into scaffolder-react Move ContextMenu into scaffolder-react and rename it to ScaffolderPageContextMenu
  • 2cfd03d7376: To offer better customization options, ScaffolderPageContextMenu takes callbacks as props instead of booleans
  • 48da4c46e45: scaffolder/next: Export the TemplateGroupFilter and TemplateGroups and make an extensible component

Patch Changes

1.3.0-next.3

Patch Changes

1.3.0-next.2

Patch Changes

1.3.0-next.1

Patch Changes

1.3.0-next.0

Minor Changes

  • 259d3407b9b: Move CategoryPicker from scaffolder into scaffolder-react Move ContextMenu into scaffolder-react and rename it to ScaffolderPageContextMenu
  • 2cfd03d7376: To offer better customization options, ScaffolderPageContextMenu takes callbacks as props instead of booleans
  • 48da4c46e45: scaffolder/next: Export the TemplateGroupFilter and TemplateGroups and make an extensible component

Patch Changes

1.2.0

Minor Changes

  • 8f4d13f21cf: Move useTaskStream, TaskBorder, TaskLogStream and TaskSteps into scaffolder-react.

Patch Changes

1.2.0-next.2

Patch Changes

1.2.0-next.1

Minor Changes

  • 8f4d13f21cf: Move useTaskStream, TaskBorder, TaskLogStream and TaskSteps into scaffolder-react.

Patch Changes

1.1.1-next.0

Patch Changes

1.1.0

Minor Changes

  • a07750745b: Added DescriptionField field override to the next/scaffolder
  • a521379688: Migrating the TemplateEditorPage to work with the new components from @backstage/plugin-scaffolder-react
  • 8c2966536b: Embed scaffolder workflow in other components
  • 5555e17313: refactor createAsyncValidators to be recursive to ensure validators are called in nested schemas.

Patch Changes

1.1.0-next.2

Minor Changes

  • 5555e17313: refactor createAsyncValidators to be recursive to ensure validators are called in nested schemas.

Patch Changes

1.1.0-next.1

Patch Changes

1.1.0-next.0

Minor Changes

  • 8c2966536b: Embed scaffolder workflow in other components

Patch Changes

1.0.0

Major Changes

  • b4955ed7b9: Re-home some of the common types, components, hooks and scaffolderApiRef for the @backstage/plugin-scaffolder to this package for easy re-use across things that want to interact with the scaffolder.

Patch Changes

1.0.0-next.0

Major Changes

  • b4955ed7b9: Re-home some of the common types, components, hooks and scaffolderApiRef for the @backstage/plugin-scaffolder to this package for easy re-use across things that want to interact with the scaffolder.

Patch Changes