Version Packages
This commit is contained in:
@@ -1,5 +1,50 @@
|
||||
# @backstage/plugin-scaffolder-react
|
||||
|
||||
## 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
|
||||
- @backstage/core-plugin-api@1.8.1
|
||||
- @backstage/plugin-catalog-react@1.9.2
|
||||
- @backstage/core-components@0.13.9
|
||||
- @backstage/theme@0.5.0
|
||||
- @backstage/catalog-client@1.5.0
|
||||
- @backstage/catalog-model@1.4.3
|
||||
- @backstage/errors@1.2.3
|
||||
- @backstage/types@1.1.1
|
||||
- @backstage/version-bridge@1.0.7
|
||||
- @backstage/plugin-scaffolder-common@1.4.4
|
||||
|
||||
## 1.6.2-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-scaffolder-react",
|
||||
"description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
|
||||
"version": "1.6.2-next.3",
|
||||
"version": "1.7.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user