@backstage/plugin-scaffolder 1.16.0-next.1 → 1.16.0-next.2
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 +14 -0
- package/alpha/package.json +1 -1
- package/dist/alpha.esm.js +3 -3
- package/dist/esm/{DryRunResults-f1773f51.esm.js → DryRunResults-5628e6d6.esm.js} +2 -2
- package/dist/esm/{DryRunResults-f1773f51.esm.js.map → DryRunResults-5628e6d6.esm.js.map} +1 -1
- package/dist/esm/{OngoingTask-b4635228.esm.js → OngoingTask-b1635510.esm.js} +4 -3
- package/dist/esm/{OngoingTask-b4635228.esm.js.map → OngoingTask-b1635510.esm.js.map} +1 -1
- package/dist/esm/{Router-6af57b0f.esm.js → Router-35fa7fa1.esm.js} +3 -3
- package/dist/esm/{Router-6af57b0f.esm.js.map → Router-35fa7fa1.esm.js.map} +1 -1
- package/dist/esm/{index-692cf4bc.esm.js → index-11427c29.esm.js} +3 -3
- package/dist/esm/{index-692cf4bc.esm.js.map → index-11427c29.esm.js.map} +1 -1
- package/dist/index.esm.js +2 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
+
## 1.16.0-next.2
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#20357](https://github.com/backstage/backstage/pull/20357) [`f28c11743a`](https://github.com/backstage/backstage/commit/f28c11743a97c972c0c14b58f24696448810dcc5) Thanks [@acierto](https://github.com/acierto)! - Add a possibility to use a formatter on a warning panel. Applied it for a scaffolder template
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @backstage/core-components@0.13.8-next.2
|
|
13
|
+
- @backstage/plugin-catalog-react@1.9.0-next.2
|
|
14
|
+
- @backstage/integration-react@1.1.21-next.1
|
|
15
|
+
- @backstage/plugin-scaffolder-react@1.6.0-next.2
|
|
16
|
+
|
|
3
17
|
## 1.16.0-next.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/dist/alpha.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { LegacyRouter } from './esm/Router-
|
|
2
|
-
export { L as LegacyScaffolderPage } from './esm/OngoingTask-
|
|
1
|
+
export { LegacyRouter } from './esm/Router-35fa7fa1.esm.js';
|
|
2
|
+
export { L as LegacyScaffolderPage } from './esm/OngoingTask-b1635510.esm.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'react-router-dom';
|
|
5
5
|
import '@backstage/core-components';
|
|
@@ -33,7 +33,7 @@ import '@rjsf/material-ui';
|
|
|
33
33
|
import 'lodash/cloneDeep';
|
|
34
34
|
import '@rjsf/validator-ajv8';
|
|
35
35
|
import '@backstage/plugin-scaffolder-react/alpha';
|
|
36
|
-
import './esm/DryRunResults-
|
|
36
|
+
import './esm/DryRunResults-5628e6d6.esm.js';
|
|
37
37
|
import 'classnames';
|
|
38
38
|
import '@material-ui/icons/ExpandMore';
|
|
39
39
|
import '@material-ui/icons/ExpandLess';
|
|
@@ -8,7 +8,7 @@ import ExpandLessIcon from '@material-ui/icons/ExpandLess';
|
|
|
8
8
|
import { useApp, useRouteRef, useApi, useRouteRefParams } from '@backstage/core-plugin-api';
|
|
9
9
|
import { DismissableBanner, Link, Page, Header, Content, ErrorPage, Progress, LogViewer, MarkdownContent, CodeSnippet, StatusError, StatusOK, StatusPending, Lifecycle, ErrorPanel, EmptyState, Table as Table$1 } from '@backstage/core-components';
|
|
10
10
|
import Chip from '@material-ui/core/Chip';
|
|
11
|
-
import { r as rootRouteRef, o as selectedTemplateRouteRef, w as scaffolderTaskRouteRef, y as EntityPicker, z as EntityPickerSchema, A as EntityNamePicker, B as entityNamePickerValidation, C as EntityNamePickerSchema, D as EntityTagsPicker, F as EntityTagsPickerSchema, G as RepoUrlPicker, i as repoPickerValidation, H as RepoUrlPickerSchema, I as OwnerPicker, J as OwnerPickerSchema, K as OwnedEntityPicker, N as OwnedEntityPickerSchema, P as MyGroupsPicker, l as MyGroupsPickerSchema } from './OngoingTask-
|
|
11
|
+
import { r as rootRouteRef, o as selectedTemplateRouteRef, w as scaffolderTaskRouteRef, y as EntityPicker, z as EntityPickerSchema, A as EntityNamePicker, B as entityNamePickerValidation, C as EntityNamePickerSchema, D as EntityTagsPicker, F as EntityTagsPickerSchema, G as RepoUrlPicker, i as repoPickerValidation, H as RepoUrlPickerSchema, I as OwnerPicker, J as OwnerPickerSchema, K as OwnedEntityPicker, N as OwnedEntityPickerSchema, P as MyGroupsPicker, l as MyGroupsPickerSchema } from './OngoingTask-b1635510.esm.js';
|
|
12
12
|
import { entityRouteRef, catalogApiRef, EntityRefLink, CatalogFilterLayout } from '@backstage/plugin-catalog-react';
|
|
13
13
|
import SettingsIcon from '@material-ui/icons/Settings';
|
|
14
14
|
import AllIcon from '@material-ui/icons/FontDownload';
|
|
@@ -1720,4 +1720,4 @@ function DryRunResults() {
|
|
|
1720
1720
|
}
|
|
1721
1721
|
|
|
1722
1722
|
export { ActionsPage as A, DirectoryEditorProvider as D, ListTasksPage as L, TemplateEditorBrowser as T, WebFileSystemAccess as W, useDirectoryEditor as a, DryRunProvider as b, TemplateEditorTextArea as c, DryRunResults as d, TemplateEditorIntro as e, DEFAULT_SCAFFOLDER_FIELD_EXTENSIONS as f, TaskPage as g, useDryRun as u };
|
|
1723
|
-
//# sourceMappingURL=DryRunResults-
|
|
1723
|
+
//# sourceMappingURL=DryRunResults-5628e6d6.esm.js.map
|