Version Packages
This commit is contained in:
@@ -1,5 +1,33 @@
|
||||
# @backstage/plugin-scaffolder-react
|
||||
|
||||
## 1.14.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 3c62a50: Experimental support for `formDecorators` to enable secret collection and mutations to the parameters for scaffolder tasks
|
||||
- c4ffd13: Added the autocomplete feature to GitlabRepoUrlPicker
|
||||
- 28e286f: Added test coverage selectors to TemplateCard and its sub-components
|
||||
- c846d76: Updated dependency `flatted` to `3.3.2`.
|
||||
- 9951ba4: Updated dependency `@rjsf/utils` to `5.23.1`.
|
||||
Updated dependency `@rjsf/core` to `5.23.1`.
|
||||
Updated dependency `@rjsf/material-ui` to `5.23.1`.
|
||||
Updated dependency `@rjsf/validator-ajv8` to `5.23.1`.
|
||||
- 97a13ad: Improve performance of typing into scaffolder secret widget
|
||||
- 184161f: Scaffolder field extensions registered with `FormFieldBlueprint` are now collected in the `useCustomFieldExtensions` hook, enabling them for use in the scaffolder.
|
||||
- b21a5ae: Open links in the scaffolder entity and step descriptions in a new tab, to ensure consistency and improve user experience
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-react@1.15.0
|
||||
- @backstage/plugin-scaffolder-common@1.5.8
|
||||
- @backstage/catalog-client@1.9.0
|
||||
- @backstage/frontend-plugin-api@0.9.3
|
||||
- @backstage/theme@0.6.3
|
||||
- @backstage/core-components@0.16.2
|
||||
- @backstage/catalog-model@1.7.2
|
||||
- @backstage/core-plugin-api@1.10.2
|
||||
- @backstage/types@1.2.0
|
||||
- @backstage/version-bridge@1.0.10
|
||||
- @backstage/plugin-permission-react@0.4.29
|
||||
|
||||
## 1.14.2-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-scaffolder-react",
|
||||
"version": "1.14.2-next.2",
|
||||
"version": "1.14.2",
|
||||
"description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
|
||||
"backstage": {
|
||||
"role": "web-library",
|
||||
|
||||
Reference in New Issue
Block a user