@backstage/plugin-scaffolder 1.8.0-next.0 → 1.8.0-next.1
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 +22 -0
- package/alpha/package.json +1 -1
- package/dist/esm/{Router-9b4af3fe.esm.js → Router-ace3f7b5.esm.js} +3 -3
- package/dist/esm/{Router-9b4af3fe.esm.js.map → Router-ace3f7b5.esm.js.map} +1 -1
- package/dist/esm/{default-bd0adcad.esm.js → default-08d14dbd.esm.js} +2 -2
- package/dist/esm/{default-bd0adcad.esm.js.map → default-08d14dbd.esm.js.map} +1 -1
- package/dist/esm/{index-485e2e41.esm.js → index-68c01d69.esm.js} +3 -3
- package/dist/esm/{index-485e2e41.esm.js.map → index-68c01d69.esm.js.map} +1 -1
- package/dist/esm/{index-e0ac3471.esm.js → index-f147ab7f.esm.js} +27 -9
- package/dist/esm/index-f147ab7f.esm.js.map +1 -0
- package/dist/index.esm.js +1 -1
- package/package.json +7 -7
- package/dist/esm/index-e0ac3471.esm.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
+
## 1.8.0-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 580285787d: The `create` and `click` analytics events are now also captured on the "next" version of the component creation page.
|
|
8
|
+
- 3b3fc3cc3c: Fix `formData` not being present in the `next` version
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/core-components@0.12.0-next.1
|
|
11
|
+
- @backstage/catalog-client@1.1.2-next.0
|
|
12
|
+
- @backstage/catalog-model@1.1.3-next.0
|
|
13
|
+
- @backstage/config@1.0.4-next.0
|
|
14
|
+
- @backstage/core-plugin-api@1.1.0-next.0
|
|
15
|
+
- @backstage/errors@1.1.3-next.0
|
|
16
|
+
- @backstage/integration@1.4.0-next.0
|
|
17
|
+
- @backstage/integration-react@1.1.6-next.1
|
|
18
|
+
- @backstage/theme@0.2.16
|
|
19
|
+
- @backstage/types@1.0.1-next.0
|
|
20
|
+
- @backstage/plugin-catalog-common@1.0.8-next.0
|
|
21
|
+
- @backstage/plugin-catalog-react@1.2.1-next.1
|
|
22
|
+
- @backstage/plugin-permission-react@0.4.7-next.0
|
|
23
|
+
- @backstage/plugin-scaffolder-common@1.2.2-next.0
|
|
24
|
+
|
|
3
25
|
## 1.8.0-next.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
package/alpha/package.json
CHANGED
|
@@ -3,7 +3,7 @@ import { useNavigate, Navigate, useOutlet, Routes, Route } from 'react-router';
|
|
|
3
3
|
import { ItemCardHeader, MarkdownContent, Button, Link, ContentHeader, Progress, WarningPanel, 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 { useApp, useRouteRef, useApi, useRouteRefParams, useAnalytics, errorApiRef, featureFlagsApiRef, useApiHolder, AnalyticsContext, 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, v as viewTechDocRouteRef, 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 LAYOUTS_WRAPPER_KEY, j as LAYOUTS_KEY, l as legacySelectedTemplateRouteRef, k as SecretsContextProvider, m as TaskPage } from './index-
|
|
6
|
+
import { s as selectedTemplateRouteRef, v as viewTechDocRouteRef, 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 LAYOUTS_WRAPPER_KEY, j as LAYOUTS_KEY, l as legacySelectedTemplateRouteRef, k as SecretsContextProvider, m as TaskPage } from './index-68c01d69.esm.js';
|
|
7
7
|
import { RELATION_OWNED_BY, parseEntityRef, stringifyEntityRef, DEFAULT_NAMESPACE } from '@backstage/catalog-model';
|
|
8
8
|
import { makeStyles, useTheme, Card, CardMedia, CardContent, Box, Typography, Chip, CardActions, Tooltip, IconButton, 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-08d14dbd.esm.js';
|
|
70
70
|
import '@backstage/errors';
|
|
71
71
|
import 'zen-observable';
|
|
72
72
|
import '@material-ui/core/FormControl';
|
|
@@ -2604,4 +2604,4 @@ const Router = (props) => {
|
|
|
2604
2604
|
};
|
|
2605
2605
|
|
|
2606
2606
|
export { Router };
|
|
2607
|
-
//# sourceMappingURL=Router-
|
|
2607
|
+
//# sourceMappingURL=Router-ace3f7b5.esm.js.map
|