Version Packages

This commit is contained in:
github-actions[bot]
2024-02-20 11:04:26 +00:00
parent e944c0d361
commit f1831dd9b2
771 changed files with 9304 additions and 2982 deletions
+46
View File
@@ -1,5 +1,51 @@
# @backstage/plugin-scaffolder
## 1.18.0
### Minor Changes
- c56f1a2: Remove the old legacy exports from `/alpha`
- 9b9c05c: Updating the `EntityPicker` to only select `kind` `metadata.name` and `metadata.namespace` by default to improve performance on larger datasets.
- a86920b: Introduced a new `MultiEntityPicker` field that supports selecting multiple Entities
- 7f11009: Added stack trace display to `ErrorPage` and updated existing refs
### Patch Changes
- b0d1d80: Added basic support for the new frontend system, exported from the `/alpha` subpath.
- 9aac2b0: Use `--cwd` as the first `yarn` argument
- 912ca7b: Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
- da059d7: Removed alpha symbol from Task List header
- 8fe56a8: Widen `@types/react` dependency range to include version 18.
- 31f0a0a: Added `ScaffolderPageContextMenu` to `ActionsPage`, `ListTaskPage`, and `TemplateEditorPage` so that you can more easily navigate between these pages
- 09cedb9: Updated dependency `@react-hookz/web` to `^24.0.0`.
- e6f0831: Updated dependency `@rjsf/utils` to `5.17.0`.
Updated dependency `@rjsf/core` to `5.17.0`.
Updated dependency `@rjsf/material-ui` to `5.17.0`.
Updated dependency `@rjsf/validator-ajv8` to `5.17.0`.
- 6a74ffd: Updated dependency `@rjsf/utils` to `5.16.1`.
Updated dependency `@rjsf/core` to `5.16.1`.
Updated dependency `@rjsf/material-ui` to `5.16.1`.
Updated dependency `@rjsf/validator-ajv8` to `5.16.1`.
- 1cae748: Updated dependency `git-url-parse` to `^14.0.0`.
- 11b9a08: Introduced the first version of recoverable tasks.
- 3dff4b0: Remove unused deps
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/plugin-scaffolder-react@1.8.0
- @backstage/core-compat-api@0.2.0
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/integration@1.9.0
- @backstage/core-plugin-api@1.9.0
- @backstage/catalog-client@1.6.0
- @backstage/plugin-permission-react@0.4.20
- @backstage/plugin-scaffolder-common@1.5.0
- @backstage/errors@1.2.3
- @backstage/integration-react@1.1.24
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.21
## 1.18.0-next.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder",
"description": "The Backstage plugin that helps you create new things",
"version": "1.18.0-next.3",
"version": "1.18.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",