@backstage/plugin-scaffolder 1.5.0 → 1.6.0-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/alpha/package.json +1 -1
- package/dist/esm/{Router-fa1fcf0c.esm.js → Router-abd92937.esm.js} +3 -3
- package/dist/esm/{Router-fa1fcf0c.esm.js.map → Router-abd92937.esm.js.map} +1 -1
- package/dist/esm/{default-2a48fcb0.esm.js → default-8883888f.esm.js} +2 -2
- package/dist/esm/{default-2a48fcb0.esm.js.map → default-8883888f.esm.js.map} +1 -1
- package/dist/esm/{index-bdece754.esm.js → index-aefc5daf.esm.js} +121 -10
- package/dist/esm/index-aefc5daf.esm.js.map +1 -0
- package/dist/esm/{index-3b171258.esm.js → index-be59d2dd.esm.js} +4 -4
- package/dist/esm/index-be59d2dd.esm.js.map +1 -0
- package/dist/index.alpha.d.ts +2 -2
- package/dist/index.beta.d.ts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.esm.js +1 -1
- package/package.json +18 -17
- package/dist/esm/index-3b171258.esm.js.map +0 -1
- package/dist/esm/index-bdece754.esm.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
+
## 1.6.0-next.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 3424a8075d: Added support for `async` validation for the `next` version of the plugin
|
|
8
|
+
- 192d856495: Implementing review step for the scaffolder under `create/next`
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- 9ffb75616d: Fix bug with empty strings in `EntityPicker`
|
|
13
|
+
- 3f739be9d9: Minor API signatures cleanup
|
|
14
|
+
- 9097278df2: Updated dependency `json-schema-library` to `^7.0.0`.
|
|
15
|
+
- bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @backstage/core-plugin-api@1.0.6-next.0
|
|
18
|
+
- @backstage/core-components@0.11.1-next.0
|
|
19
|
+
- @backstage/catalog-client@1.0.5-next.0
|
|
20
|
+
- @backstage/integration-react@1.1.4-next.0
|
|
21
|
+
- @backstage/integration@1.3.1-next.0
|
|
22
|
+
- @backstage/plugin-scaffolder-common@1.2.0-next.0
|
|
23
|
+
- @backstage/plugin-catalog-react@1.1.4-next.0
|
|
24
|
+
- @backstage/plugin-permission-react@0.4.5-next.0
|
|
25
|
+
- @backstage/plugin-catalog-common@1.0.6-next.0
|
|
26
|
+
|
|
3
27
|
## 1.5.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|
package/alpha/package.json
CHANGED
|
@@ -3,7 +3,7 @@ import { useNavigate, Navigate, useOutlet, Routes, Route, useParams as useParams
|
|
|
3
3
|
import { ItemCardHeader, MarkdownContent, Button, ContentHeader, Progress, WarningPanel, Link as Link$1, Content, ItemCardGrid, Page, Header, CreateButton, SupportButton, StructuredMetadataTable, InfoCard, ErrorPage, ErrorPanel, LogViewer, StatusError, StatusOK, StatusPending, Lifecycle, EmptyState, Table as Table$1 } from '@backstage/core-components';
|
|
4
4
|
import { useRouteRef, useApi, errorApiRef, featureFlagsApiRef, useApiHolder, alertApiRef, useElementFilter } from '@backstage/core-plugin-api';
|
|
5
5
|
import { getEntityRelations, getEntitySourceLocation, FavoriteEntity, EntityRefLinks, useEntityList, EntityListProvider, CatalogFilterLayout, EntitySearchBar, EntityKindPicker, UserListPicker, EntityTagPicker, catalogApiRef, humanizeEntityRef, EntityRefLink } from '@backstage/plugin-catalog-react';
|
|
6
|
-
import { s as selectedTemplateRouteRef, e as editRouteRef, a as actionsRouteRef, b as scaffolderListTaskRouteRef, r as registerComponentRouteRef, T as TemplateTypePicker, S as SecretsContext, c as scaffolderApiRef, d as scaffolderTaskRouteRef, f as rootRouteRef, g as TaskStatusStepper, h as TaskPageLinks, F as FIELD_EXTENSION_WRAPPER_KEY, i as FIELD_EXTENSION_KEY, l as legacySelectedTemplateRouteRef, j as SecretsContextProvider, k as TaskPage } from './index-
|
|
6
|
+
import { s as selectedTemplateRouteRef, e as editRouteRef, a as actionsRouteRef, b as scaffolderListTaskRouteRef, r as registerComponentRouteRef, T as TemplateTypePicker, S as SecretsContext, c as scaffolderApiRef, d as scaffolderTaskRouteRef, f as rootRouteRef, g as TaskStatusStepper, h as TaskPageLinks, F as FIELD_EXTENSION_WRAPPER_KEY, i as FIELD_EXTENSION_KEY, l as legacySelectedTemplateRouteRef, j as SecretsContextProvider, k as TaskPage } from './index-be59d2dd.esm.js';
|
|
7
7
|
import { RELATION_OWNED_BY, parseEntityRef, stringifyEntityRef } from '@backstage/catalog-model';
|
|
8
8
|
import { makeStyles, useTheme, Card, CardMedia, CardContent, Box, Typography, Chip, CardActions, IconButton, Tooltip, Link, Stepper, Step, StepLabel, StepContent, Button as Button$1, Paper, LinearProgress, TableContainer, Table, TableHead, TableRow, TableCell, TableBody, Divider as Divider$1, FormControl, InputLabel, Select, MenuItem as MenuItem$1, List as List$2, ListItemIcon as ListItemIcon$1, ListItemText as ListItemText$1 } from '@material-ui/core';
|
|
9
9
|
import { scmIntegrationsApiRef, ScmIntegrationIcon } from '@backstage/integration-react';
|
|
@@ -66,7 +66,7 @@ import SettingsIcon from '@material-ui/icons/Settings';
|
|
|
66
66
|
import AllIcon from '@material-ui/icons/FontDownload';
|
|
67
67
|
import { DateTime, Interval } from 'luxon';
|
|
68
68
|
import humanizeDuration from 'humanize-duration';
|
|
69
|
-
import { D as DEFAULT_SCAFFOLDER_FIELD_EXTENSIONS } from './default-
|
|
69
|
+
import { D as DEFAULT_SCAFFOLDER_FIELD_EXTENSIONS } from './default-8883888f.esm.js';
|
|
70
70
|
import '@backstage/errors';
|
|
71
71
|
import 'zen-observable';
|
|
72
72
|
import '@material-ui/core/FormControl';
|
|
@@ -2510,4 +2510,4 @@ const Router = (props) => {
|
|
|
2510
2510
|
};
|
|
2511
2511
|
|
|
2512
2512
|
export { Router };
|
|
2513
|
-
//# sourceMappingURL=Router-
|
|
2513
|
+
//# sourceMappingURL=Router-abd92937.esm.js.map
|