Version Packages
This commit is contained in:
@@ -1,5 +1,38 @@
|
||||
# @backstage/plugin-scaffolder
|
||||
|
||||
## 0.14.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 1c2755991d: - **BREAKING**: Removed the `FavouriteTemplate` export in favor of the `FavoriteEntity` from `@backstage/plugin-catalog-react`. Please migrate any usages to that component instead if you are creating your own `TemplateCard` page.
|
||||
- 86da51cec5: **BREAKING**: Removing the exports of the raw components that back the `CustomFieldExtensions`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- f41a293231: - **DEPRECATION**: Deprecated `formatEntityRefTitle` in favor of the new `humanizeEntityRef` method instead. Please migrate to using the new method instead.
|
||||
- 55361f3f7b: Added some deprecations as follows:
|
||||
|
||||
- **DEPRECATED**: `TemplateCardComponent` and `TaskPageComponent` props have been deprecated, and moved to a `components` prop instead. You can pass them in through there instead.
|
||||
- **DEPRECATED**: `TemplateList` and `TemplateListProps` has been deprecated. Please use the `TemplateCard` to create your own list component instead.
|
||||
- **DEPRECATED**: `setSecret` has been deprecated in favour of `setSecrets` when calling `useTemplateSecrets`
|
||||
|
||||
Other notable changes:
|
||||
|
||||
- `scaffolderApi.scaffold()` `values` type has been narrowed from `Record<string, any>` to `Record<string, JsonValue>` instead.
|
||||
- Moved all navigation internally over to using `routeRefs` and `subRouteRefs`
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@0.12.0
|
||||
- @backstage/catalog-client@0.8.0
|
||||
- @backstage/core-components@0.9.0
|
||||
- @backstage/plugin-catalog-react@0.8.0
|
||||
- @backstage/plugin-catalog-common@0.2.0
|
||||
- @backstage/integration@0.8.0
|
||||
- @backstage/core-plugin-api@0.8.0
|
||||
- @backstage/plugin-scaffolder-common@0.2.3
|
||||
- @backstage/integration-react@0.1.24
|
||||
- @backstage/plugin-permission-react@0.3.3
|
||||
|
||||
## 0.13.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-scaffolder",
|
||||
"description": "The Backstage plugin that helps you create new things",
|
||||
"version": "0.13.0",
|
||||
"version": "0.14.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -35,18 +35,18 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/json-schema": "^7.0.9",
|
||||
"@backstage/catalog-client": "^0.7.2",
|
||||
"@backstage/catalog-model": "^0.11.0",
|
||||
"@backstage/catalog-client": "^0.8.0",
|
||||
"@backstage/catalog-model": "^0.12.0",
|
||||
"@backstage/config": "^0.1.15",
|
||||
"@backstage/core-components": "^0.8.10",
|
||||
"@backstage/core-plugin-api": "^0.7.0",
|
||||
"@backstage/core-components": "^0.9.0",
|
||||
"@backstage/core-plugin-api": "^0.8.0",
|
||||
"@backstage/errors": "^0.2.2",
|
||||
"@backstage/integration": "^0.7.5",
|
||||
"@backstage/integration-react": "^0.1.23",
|
||||
"@backstage/plugin-catalog-common": "^0.1.4",
|
||||
"@backstage/plugin-catalog-react": "^0.7.0",
|
||||
"@backstage/plugin-permission-react": "^0.3.2",
|
||||
"@backstage/plugin-scaffolder-common": "^0.2.2",
|
||||
"@backstage/integration": "^0.8.0",
|
||||
"@backstage/integration-react": "^0.1.24",
|
||||
"@backstage/plugin-catalog-common": "^0.2.0",
|
||||
"@backstage/plugin-catalog-react": "^0.8.0",
|
||||
"@backstage/plugin-permission-react": "^0.3.3",
|
||||
"@backstage/plugin-scaffolder-common": "^0.2.3",
|
||||
"@backstage/theme": "^0.2.15",
|
||||
"@backstage/types": "^0.1.3",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
@@ -73,11 +73,11 @@
|
||||
"react": "^16.13.1 || ^17.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.14.1",
|
||||
"@backstage/core-app-api": "^0.5.4",
|
||||
"@backstage/dev-utils": "^0.2.23",
|
||||
"@backstage/plugin-catalog": "^0.9.0",
|
||||
"@backstage/test-utils": "^0.2.6",
|
||||
"@backstage/cli": "^0.15.0",
|
||||
"@backstage/core-app-api": "^0.6.0",
|
||||
"@backstage/dev-utils": "^0.2.24",
|
||||
"@backstage/plugin-catalog": "^0.9.1",
|
||||
"@backstage/test-utils": "^0.3.0",
|
||||
"@testing-library/jest-dom": "^5.10.1",
|
||||
"@testing-library/react": "^11.2.5",
|
||||
"@testing-library/react-hooks": "^7.0.2",
|
||||
|
||||
Reference in New Issue
Block a user