@backstage/plugin-scaffolder 1.15.1-next.2 → 1.15.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 +27 -0
- package/alpha/package.json +1 -1
- package/dist/alpha.esm.js +1 -1
- package/dist/esm/{ListTasksPage-21271d73.esm.js → ListTasksPage-b7beed35.esm.js} +3 -3
- package/dist/esm/{ListTasksPage-21271d73.esm.js.map → ListTasksPage-b7beed35.esm.js.map} +1 -1
- package/dist/esm/{Router-ac7a693e.esm.js → Router-f5f81642.esm.js} +5 -4
- package/dist/esm/Router-f5f81642.esm.js.map +1 -0
- package/dist/esm/{TaskPage-d0e0afeb.esm.js → TaskPage-d1a669e0.esm.js} +2 -2
- package/dist/esm/{TaskPage-d0e0afeb.esm.js.map → TaskPage-d1a669e0.esm.js.map} +1 -1
- package/dist/esm/{index-1c5636ef.esm.js → index-e1da2925.esm.js} +5 -4
- package/dist/esm/index-e1da2925.esm.js.map +1 -0
- package/dist/esm/{plugin-528b74a4.esm.js → plugin-76d8b756.esm.js} +3 -3
- package/dist/esm/{plugin-528b74a4.esm.js.map → plugin-76d8b756.esm.js.map} +1 -1
- package/dist/index.esm.js +3 -3
- package/package.json +22 -22
- package/dist/esm/Router-ac7a693e.esm.js.map +0 -1
- package/dist/esm/index-1c5636ef.esm.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
+
## 1.15.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b337d78c3b: fixed issue related template editor fails with multiple templates per file.
|
|
8
|
+
- ff2ab02690: Make entity picker more reliable with only one available entity
|
|
9
|
+
- 83e4a42ccd: Display log visibility button on the template panel
|
|
10
|
+
- 9a1fce352e: Updated dependency `@testing-library/jest-dom` to `^6.0.0`.
|
|
11
|
+
- f95af4e540: Updated dependency `@testing-library/dom` to `^9.0.0`.
|
|
12
|
+
- 4c70fe497d: `RepoUrlPickerRepoName` now correctly handles value changes in allowed repos.
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
- @backstage/integration@1.7.1
|
|
15
|
+
- @backstage/plugin-catalog-react@1.8.5
|
|
16
|
+
- @backstage/core-plugin-api@1.7.0
|
|
17
|
+
- @backstage/core-components@0.13.6
|
|
18
|
+
- @backstage/integration-react@1.1.20
|
|
19
|
+
- @backstage/catalog-model@1.4.3
|
|
20
|
+
- @backstage/errors@1.2.3
|
|
21
|
+
- @backstage/plugin-permission-react@0.4.16
|
|
22
|
+
- @backstage/plugin-scaffolder-react@1.5.6
|
|
23
|
+
- @backstage/theme@0.4.3
|
|
24
|
+
- @backstage/catalog-client@1.4.5
|
|
25
|
+
- @backstage/config@1.1.1
|
|
26
|
+
- @backstage/types@1.1.1
|
|
27
|
+
- @backstage/plugin-catalog-common@1.0.17
|
|
28
|
+
- @backstage/plugin-scaffolder-common@1.4.2
|
|
29
|
+
|
|
3
30
|
## 1.15.1-next.2
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/dist/alpha.esm.js
CHANGED
|
@@ -37,7 +37,7 @@ import Box$1 from '@material-ui/core/Box';
|
|
|
37
37
|
import Tab from '@material-ui/core/Tab';
|
|
38
38
|
import Tabs from '@material-ui/core/Tabs';
|
|
39
39
|
import CodeMirror from '@uiw/react-codemirror';
|
|
40
|
-
import { a as TaskStatusStepper, b as TaskPageLinks } from './TaskPage-
|
|
40
|
+
import { a as TaskStatusStepper, b as TaskPageLinks } from './TaskPage-d1a669e0.esm.js';
|
|
41
41
|
import CloseIcon from '@material-ui/icons/Close';
|
|
42
42
|
import RefreshIcon from '@material-ui/icons/Refresh';
|
|
43
43
|
import SaveIcon from '@material-ui/icons/Save';
|
|
@@ -45,7 +45,7 @@ import TreeView from '@material-ui/lab/TreeView';
|
|
|
45
45
|
import ChevronRightIcon from '@material-ui/icons/ChevronRight';
|
|
46
46
|
import TreeItem from '@material-ui/lab/TreeItem';
|
|
47
47
|
import { showPanel } from '@codemirror/view';
|
|
48
|
-
import { x as EntityPicker, y as EntityPickerSchema, z as EntityNamePicker, A as entityNamePickerValidation, B as EntityNamePickerSchema, C as EntityTagsPicker, D as EntityTagsPickerSchema, F as RepoUrlPicker, h as repoPickerValidation, G as RepoUrlPickerSchema, H as OwnerPicker, I as OwnerPickerSchema, J as OwnedEntityPicker, K as OwnedEntityPickerSchema, L as MyGroupsPicker, k as MyGroupsPickerSchema, r as rootRouteRef } from './plugin-
|
|
48
|
+
import { x as EntityPicker, y as EntityPickerSchema, z as EntityNamePicker, A as entityNamePickerValidation, B as EntityNamePickerSchema, C as EntityTagsPicker, D as EntityTagsPickerSchema, F as RepoUrlPicker, h as repoPickerValidation, G as RepoUrlPickerSchema, H as OwnerPicker, I as OwnerPickerSchema, J as OwnedEntityPicker, K as OwnedEntityPickerSchema, L as MyGroupsPicker, k as MyGroupsPickerSchema, r as rootRouteRef } from './plugin-76d8b756.esm.js';
|
|
49
49
|
import { catalogApiRef, EntityRefLink, CatalogFilterLayout } from '@backstage/plugin-catalog-react';
|
|
50
50
|
import SettingsIcon from '@material-ui/icons/Settings';
|
|
51
51
|
import AllIcon from '@material-ui/icons/FontDownload';
|
|
@@ -1417,4 +1417,4 @@ const ListTasksPage = (props) => {
|
|
|
1417
1417
|
};
|
|
1418
1418
|
|
|
1419
1419
|
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, useDryRun as u };
|
|
1420
|
-
//# sourceMappingURL=ListTasksPage-
|
|
1420
|
+
//# sourceMappingURL=ListTasksPage-b7beed35.esm.js.map
|