@backstage/plugin-scaffolder 1.8.0-next.0 → 1.8.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 CHANGED
@@ -1,5 +1,63 @@
1
1
  # @backstage/plugin-scaffolder
2
2
 
3
+ ## 1.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - edae17309e: Added props to override default Scaffolder page title, subtitle and pageTitleOverride.
8
+ Routes like `rootRouteRef`, `selectedTemplateRouteRef`, `nextRouteRef`, `nextSelectedTemplateRouteRef` were made public and can be used in your app (e.g. in custom TemplateCard component).
9
+
10
+ ### Patch Changes
11
+
12
+ - 580285787d: The `create` and `click` analytics events are now also captured on the "next" version of the component creation page.
13
+ - 4830a3569f: Basic analytics instrumentation is now in place:
14
+
15
+ - As users make their way through template steps, a `click` event is fired, including the step number.
16
+ - After a user clicks "Create" a `create` event is fired, including the name of the software that was just created. The template used at creation is set on the `entityRef` context key.
17
+
18
+ - 94b7ca9c6d: Updated to use `@rjsf` packages of version `^5.0.0-beta.12`
19
+ - 87840c8c6c: Fixed tiny grammar error in EntityNamePicker. The first letter of the description is now capitalized.
20
+ - 3b3fc3cc3c: Fix `formData` not being present in the `next` version
21
+ - b2bb48a6f4: Fix the return type for the `createNextScaffodlerFieldExtension` type as before it wasn't a component type for the extension
22
+ - f905853ad6: Prefer using `Link` from `@backstage/core-components` rather than material-UI.
23
+ - Updated dependencies
24
+ - @backstage/plugin-catalog-react@1.2.1
25
+ - @backstage/core-components@0.12.0
26
+ - @backstage/core-plugin-api@1.1.0
27
+ - @backstage/integration@1.4.0
28
+ - @backstage/catalog-model@1.1.3
29
+ - @backstage/types@1.0.1
30
+ - @backstage/integration-react@1.1.6
31
+ - @backstage/catalog-client@1.1.2
32
+ - @backstage/config@1.0.4
33
+ - @backstage/errors@1.1.3
34
+ - @backstage/theme@0.2.16
35
+ - @backstage/plugin-catalog-common@1.0.8
36
+ - @backstage/plugin-permission-react@0.4.7
37
+ - @backstage/plugin-scaffolder-common@1.2.2
38
+
39
+ ## 1.8.0-next.1
40
+
41
+ ### Patch Changes
42
+
43
+ - 580285787d: The `create` and `click` analytics events are now also captured on the "next" version of the component creation page.
44
+ - 3b3fc3cc3c: Fix `formData` not being present in the `next` version
45
+ - Updated dependencies
46
+ - @backstage/core-components@0.12.0-next.1
47
+ - @backstage/catalog-client@1.1.2-next.0
48
+ - @backstage/catalog-model@1.1.3-next.0
49
+ - @backstage/config@1.0.4-next.0
50
+ - @backstage/core-plugin-api@1.1.0-next.0
51
+ - @backstage/errors@1.1.3-next.0
52
+ - @backstage/integration@1.4.0-next.0
53
+ - @backstage/integration-react@1.1.6-next.1
54
+ - @backstage/theme@0.2.16
55
+ - @backstage/types@1.0.1-next.0
56
+ - @backstage/plugin-catalog-common@1.0.8-next.0
57
+ - @backstage/plugin-catalog-react@1.2.1-next.1
58
+ - @backstage/plugin-permission-react@0.4.7-next.0
59
+ - @backstage/plugin-scaffolder-common@1.2.2-next.0
60
+
3
61
  ## 1.8.0-next.0
4
62
 
5
63
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder",
3
- "version": "1.8.0-next.0",
3
+ "version": "1.8.0",
4
4
  "main": "../dist/index.esm.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
@@ -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-485e2e41.esm.js';
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-49f6be11.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-bd0adcad.esm.js';
69
+ import { D as DEFAULT_SCAFFOLDER_FIELD_EXTENSIONS } from './default-973d8e16.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-9b4af3fe.esm.js.map
2607
+ //# sourceMappingURL=Router-21c2e0ba.esm.js.map