@backstage/plugin-scaffolder-react 1.8.6-next.0 → 1.8.6
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 +1378 -7
- package/alpha/package.json +1 -1
- package/dist/hooks/useEventStream.esm.js +5 -4
- package/dist/hooks/useEventStream.esm.js.map +1 -1
- package/dist/next/components/Form/Form.esm.js +20 -16
- package/dist/next/components/Form/Form.esm.js.map +1 -1
- package/dist/next/components/ReviewState/ReviewState.esm.js +2 -1
- package/dist/next/components/ReviewState/ReviewState.esm.js.map +1 -1
- package/dist/next/components/ScaffolderField/ScaffolderField.esm.js +0 -1
- package/dist/next/components/ScaffolderField/ScaffolderField.esm.js.map +1 -1
- package/dist/next/components/Stepper/Stepper.esm.js +8 -6
- package/dist/next/components/Stepper/Stepper.esm.js.map +1 -1
- package/dist/next/components/Stepper/createAsyncValidators.esm.js +2 -1
- package/dist/next/components/Stepper/createAsyncValidators.esm.js.map +1 -1
- package/dist/next/components/Stepper/utils.esm.js +2 -1
- package/dist/next/components/Stepper/utils.esm.js.map +1 -1
- package/dist/next/components/TaskSteps/TaskSteps.esm.js +3 -2
- package/dist/next/components/TaskSteps/TaskSteps.esm.js.map +1 -1
- package/dist/next/components/TemplateCard/CardHeader.esm.js +1 -1
- package/dist/next/components/TemplateCard/CardHeader.esm.js.map +1 -1
- package/dist/next/components/TemplateCard/TemplateCard.esm.js +11 -7
- package/dist/next/components/TemplateCard/TemplateCard.esm.js.map +1 -1
- package/dist/next/components/TemplateGroups/TemplateGroups.esm.js +3 -2
- package/dist/next/components/TemplateGroups/TemplateGroups.esm.js.map +1 -1
- package/dist/next/components/TemplateOutputs/DefaultTemplateOutputs.esm.js +8 -4
- package/dist/next/components/TemplateOutputs/DefaultTemplateOutputs.esm.js.map +1 -1
- package/dist/next/components/TemplateOutputs/LinkOutputs.esm.js +4 -1
- package/dist/next/components/TemplateOutputs/LinkOutputs.esm.js.map +1 -1
- package/dist/next/components/TemplateOutputs/TextOutputs.esm.js +5 -2
- package/dist/next/components/TemplateOutputs/TextOutputs.esm.js.map +1 -1
- package/dist/next/components/Workflow/Workflow.esm.js +5 -3
- package/dist/next/components/Workflow/Workflow.esm.js.map +1 -1
- package/dist/next/hooks/useFilteredSchemaProperties.esm.js +3 -2
- package/dist/next/hooks/useFilteredSchemaProperties.esm.js.map +1 -1
- package/dist/next/hooks/useTemplateSchema.esm.js +7 -4
- package/dist/next/hooks/useTemplateSchema.esm.js.map +1 -1
- package/dist/next/hooks/useTemplateTimeSaved.esm.js +2 -1
- package/dist/next/hooks/useTemplateTimeSaved.esm.js.map +1 -1
- package/dist/next/hooks/useTransformSchemaToProps.esm.js +4 -3
- package/dist/next/hooks/useTransformSchemaToProps.esm.js.map +1 -1
- package/dist/next/lib/schema.esm.js +2 -1
- package/dist/next/lib/schema.esm.js.map +1 -1
- package/dist/secrets/SecretsContext.esm.js +2 -1
- package/dist/secrets/SecretsContext.esm.js.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,1391 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-react
|
|
2
2
|
|
|
3
|
-
## 1.8.6
|
|
3
|
+
## 1.8.6
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- 30a26c8: Fixed a typo '
|
|
8
|
+
|
|
9
|
+
## 1.8.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 9156654: Capturing more event clicks for scaffolder
|
|
14
|
+
- 0040ec2: Updated dependency `@rjsf/utils` to `5.18.2`.
|
|
15
|
+
Updated dependency `@rjsf/core` to `5.18.2`.
|
|
16
|
+
Updated dependency `@rjsf/material-ui` to `5.18.2`.
|
|
17
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.18.2`.
|
|
8
18
|
- Updated dependencies
|
|
9
|
-
- @backstage/
|
|
10
|
-
- @backstage/core-components@0.14.
|
|
11
|
-
- @backstage/catalog-client@1.6.5
|
|
19
|
+
- @backstage/plugin-scaffolder-common@1.5.2
|
|
20
|
+
- @backstage/core-components@0.14.7
|
|
12
21
|
- @backstage/catalog-model@1.5.0
|
|
22
|
+
- @backstage/plugin-catalog-react@1.12.0
|
|
23
|
+
- @backstage/theme@0.5.4
|
|
24
|
+
- @backstage/catalog-client@1.6.5
|
|
25
|
+
|
|
26
|
+
## 1.8.5-next.2
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- Updated dependencies
|
|
31
|
+
- @backstage/plugin-catalog-react@1.12.0-next.2
|
|
32
|
+
- @backstage/core-components@0.14.7-next.2
|
|
33
|
+
|
|
34
|
+
## 1.8.5-next.1
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- 9156654: Capturing more event clicks for scaffolder
|
|
39
|
+
- Updated dependencies
|
|
40
|
+
- @backstage/plugin-scaffolder-common@1.5.2-next.1
|
|
41
|
+
- @backstage/core-components@0.14.6-next.1
|
|
42
|
+
- @backstage/plugin-catalog-react@1.11.4-next.1
|
|
43
|
+
|
|
44
|
+
## 1.8.5-next.0
|
|
45
|
+
|
|
46
|
+
### Patch Changes
|
|
47
|
+
|
|
48
|
+
- 0040ec2: Updated dependency `@rjsf/utils` to `5.18.2`.
|
|
49
|
+
Updated dependency `@rjsf/core` to `5.18.2`.
|
|
50
|
+
Updated dependency `@rjsf/material-ui` to `5.18.2`.
|
|
51
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.18.2`.
|
|
52
|
+
- Updated dependencies
|
|
53
|
+
- @backstage/catalog-model@1.5.0-next.0
|
|
54
|
+
- @backstage/theme@0.5.4-next.0
|
|
55
|
+
- @backstage/core-components@0.14.5-next.0
|
|
56
|
+
- @backstage/catalog-client@1.6.5-next.0
|
|
57
|
+
- @backstage/plugin-catalog-react@1.11.4-next.0
|
|
58
|
+
- @backstage/plugin-scaffolder-common@1.5.2-next.0
|
|
13
59
|
- @backstage/core-plugin-api@1.9.2
|
|
14
60
|
- @backstage/types@1.1.1
|
|
15
61
|
- @backstage/version-bridge@1.0.8
|
|
16
|
-
|
|
17
|
-
|
|
62
|
+
|
|
63
|
+
## 1.8.4
|
|
64
|
+
|
|
65
|
+
### Patch Changes
|
|
66
|
+
|
|
67
|
+
- abfbcfc: Updated dependency `@testing-library/react` to `^15.0.0`.
|
|
68
|
+
- 87d2eb8: Updated dependency `json-schema-library` to `^9.0.0`.
|
|
69
|
+
- cb1e3b0: Updated dependency `@testing-library/dom` to `^10.0.0`.
|
|
70
|
+
- 0e692cf: Added ESLint rule `no-top-level-material-ui-4-imports` to migrate the Material UI imports.
|
|
71
|
+
- df99f62: The `value` sent on the `create` analytics event (fired when a Scaffolder template is executed) is now set to the number of minutes saved by executing the template. This value is derived from the `backstage.io/time-saved` annotation on the template entity, if available.
|
|
72
|
+
|
|
73
|
+
Note: the `create` event is now captured in the `<Workflow>` component. If you are directly making use of the alpha-exported `<Stepper>` component, an analytics `create` event will no longer be captured on your behalf.
|
|
74
|
+
|
|
75
|
+
- Updated dependencies
|
|
76
|
+
- @backstage/plugin-catalog-react@1.11.3
|
|
77
|
+
- @backstage/core-components@0.14.4
|
|
78
|
+
- @backstage/core-plugin-api@1.9.2
|
|
79
|
+
- @backstage/theme@0.5.3
|
|
80
|
+
- @backstage/version-bridge@1.0.8
|
|
81
|
+
- @backstage/catalog-client@1.6.4
|
|
82
|
+
- @backstage/catalog-model@1.4.5
|
|
83
|
+
- @backstage/types@1.1.1
|
|
84
|
+
- @backstage/plugin-scaffolder-common@1.5.1
|
|
85
|
+
|
|
86
|
+
## 1.8.4-next.1
|
|
87
|
+
|
|
88
|
+
### Patch Changes
|
|
89
|
+
|
|
90
|
+
- 87d2eb8: Updated dependency `json-schema-library` to `^9.0.0`.
|
|
91
|
+
- df99f62: The `value` sent on the `create` analytics event (fired when a Scaffolder template is executed) is now set to the number of minutes saved by executing the template. This value is derived from the `backstage.io/time-saved` annotation on the template entity, if available.
|
|
92
|
+
|
|
93
|
+
Note: the `create` event is now captured in the `<Workflow>` component. If you are directly making use of the alpha-exported `<Stepper>` component, an analytics `create` event will no longer be captured on your behalf.
|
|
94
|
+
|
|
95
|
+
- Updated dependencies
|
|
96
|
+
- @backstage/catalog-client@1.6.4-next.0
|
|
97
|
+
- @backstage/catalog-model@1.4.5
|
|
98
|
+
- @backstage/core-components@0.14.4-next.0
|
|
99
|
+
- @backstage/core-plugin-api@1.9.1
|
|
100
|
+
- @backstage/theme@0.5.2
|
|
101
|
+
- @backstage/types@1.1.1
|
|
102
|
+
- @backstage/version-bridge@1.0.7
|
|
103
|
+
- @backstage/plugin-catalog-react@1.11.3-next.1
|
|
104
|
+
- @backstage/plugin-scaffolder-common@1.5.1
|
|
105
|
+
|
|
106
|
+
## 1.8.4-next.0
|
|
107
|
+
|
|
108
|
+
### Patch Changes
|
|
109
|
+
|
|
110
|
+
- Updated dependencies
|
|
111
|
+
- @backstage/core-components@0.14.4-next.0
|
|
112
|
+
- @backstage/catalog-client@1.6.3
|
|
113
|
+
- @backstage/catalog-model@1.4.5
|
|
114
|
+
- @backstage/core-plugin-api@1.9.1
|
|
115
|
+
- @backstage/theme@0.5.2
|
|
116
|
+
- @backstage/types@1.1.1
|
|
117
|
+
- @backstage/version-bridge@1.0.7
|
|
118
|
+
- @backstage/plugin-catalog-react@1.11.3-next.0
|
|
119
|
+
- @backstage/plugin-scaffolder-common@1.5.1
|
|
120
|
+
|
|
121
|
+
## 1.8.3
|
|
122
|
+
|
|
123
|
+
### Patch Changes
|
|
124
|
+
|
|
125
|
+
- e8f026a: Use ESM exports of react-use library
|
|
126
|
+
- Updated dependencies
|
|
127
|
+
- @backstage/catalog-client@1.6.3
|
|
128
|
+
- @backstage/core-components@0.14.3
|
|
129
|
+
- @backstage/plugin-catalog-react@1.11.2
|
|
130
|
+
- @backstage/core-plugin-api@1.9.1
|
|
131
|
+
- @backstage/catalog-model@1.4.5
|
|
132
|
+
- @backstage/theme@0.5.2
|
|
133
|
+
- @backstage/types@1.1.1
|
|
134
|
+
- @backstage/version-bridge@1.0.7
|
|
135
|
+
- @backstage/plugin-scaffolder-common@1.5.1
|
|
136
|
+
|
|
137
|
+
## 1.8.2
|
|
138
|
+
|
|
139
|
+
### Patch Changes
|
|
140
|
+
|
|
141
|
+
- e8f026a: Use ESM exports of react-use library
|
|
142
|
+
- Updated dependencies
|
|
143
|
+
- @backstage/catalog-client@1.6.2
|
|
144
|
+
- @backstage/core-components@0.14.2
|
|
145
|
+
- @backstage/plugin-catalog-react@1.11.1
|
|
146
|
+
- @backstage/core-plugin-api@1.9.1
|
|
147
|
+
- @backstage/catalog-model@1.4.5
|
|
148
|
+
- @backstage/theme@0.5.2
|
|
149
|
+
- @backstage/types@1.1.1
|
|
150
|
+
- @backstage/version-bridge@1.0.7
|
|
151
|
+
- @backstage/plugin-scaffolder-common@1.5.1
|
|
152
|
+
|
|
153
|
+
## 1.8.1
|
|
154
|
+
|
|
155
|
+
### Patch Changes
|
|
156
|
+
|
|
157
|
+
- 930b5c1: Added 'root' and 'label' class key to TemplateCategoryPicker
|
|
158
|
+
- 6d649d2: Updated dependency `flatted` to `3.3.1`.
|
|
159
|
+
- 0cecb09: Updated dependency `@rjsf/utils` to `5.17.1`.
|
|
160
|
+
Updated dependency `@rjsf/core` to `5.17.1`.
|
|
161
|
+
Updated dependency `@rjsf/material-ui` to `5.17.1`.
|
|
162
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.17.1`.
|
|
163
|
+
- Updated dependencies
|
|
164
|
+
- @backstage/core-components@0.14.1
|
|
165
|
+
- @backstage/theme@0.5.2
|
|
166
|
+
- @backstage/plugin-catalog-react@1.11.0
|
|
167
|
+
- @backstage/catalog-client@1.6.1
|
|
168
|
+
- @backstage/catalog-model@1.4.5
|
|
169
|
+
- @backstage/core-plugin-api@1.9.1
|
|
170
|
+
- @backstage/types@1.1.1
|
|
171
|
+
- @backstage/version-bridge@1.0.7
|
|
172
|
+
- @backstage/plugin-scaffolder-common@1.5.1
|
|
173
|
+
|
|
174
|
+
## 1.8.1-next.2
|
|
175
|
+
|
|
176
|
+
### Patch Changes
|
|
177
|
+
|
|
178
|
+
- Updated dependencies
|
|
179
|
+
- @backstage/core-components@0.14.1-next.2
|
|
180
|
+
- @backstage/plugin-catalog-react@1.11.0-next.2
|
|
181
|
+
- @backstage/catalog-client@1.6.1-next.1
|
|
182
|
+
- @backstage/catalog-model@1.4.5-next.0
|
|
183
|
+
- @backstage/core-plugin-api@1.9.1-next.1
|
|
184
|
+
- @backstage/theme@0.5.2-next.0
|
|
185
|
+
- @backstage/types@1.1.1
|
|
186
|
+
- @backstage/version-bridge@1.0.7
|
|
187
|
+
- @backstage/plugin-scaffolder-common@1.5.1-next.1
|
|
188
|
+
|
|
189
|
+
## 1.8.1-next.1
|
|
190
|
+
|
|
191
|
+
### Patch Changes
|
|
192
|
+
|
|
193
|
+
- Updated dependencies
|
|
194
|
+
- @backstage/core-components@0.14.1-next.1
|
|
195
|
+
- @backstage/plugin-catalog-react@1.10.1-next.1
|
|
196
|
+
- @backstage/core-plugin-api@1.9.1-next.1
|
|
197
|
+
- @backstage/catalog-client@1.6.1-next.0
|
|
198
|
+
- @backstage/catalog-model@1.4.5-next.0
|
|
199
|
+
- @backstage/theme@0.5.2-next.0
|
|
200
|
+
- @backstage/types@1.1.1
|
|
201
|
+
- @backstage/version-bridge@1.0.7
|
|
202
|
+
- @backstage/plugin-scaffolder-common@1.5.1-next.1
|
|
203
|
+
|
|
204
|
+
## 1.8.1-next.0
|
|
205
|
+
|
|
206
|
+
### Patch Changes
|
|
207
|
+
|
|
208
|
+
- 930b5c1: Added 'root' and 'label' class key to TemplateCategoryPicker
|
|
209
|
+
- 6d649d2: Updated dependency `flatted` to `3.3.1`.
|
|
210
|
+
- 0cecb09: Updated dependency `@rjsf/utils` to `5.17.1`.
|
|
211
|
+
Updated dependency `@rjsf/core` to `5.17.1`.
|
|
212
|
+
Updated dependency `@rjsf/material-ui` to `5.17.1`.
|
|
213
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.17.1`.
|
|
214
|
+
- Updated dependencies
|
|
215
|
+
- @backstage/theme@0.5.2-next.0
|
|
216
|
+
- @backstage/core-components@0.14.1-next.0
|
|
217
|
+
- @backstage/plugin-catalog-react@1.10.1-next.0
|
|
218
|
+
- @backstage/catalog-client@1.6.1-next.0
|
|
219
|
+
- @backstage/catalog-model@1.4.5-next.0
|
|
220
|
+
- @backstage/core-plugin-api@1.9.1-next.0
|
|
221
|
+
- @backstage/types@1.1.1
|
|
222
|
+
- @backstage/version-bridge@1.0.7
|
|
223
|
+
- @backstage/plugin-scaffolder-common@1.5.1-next.0
|
|
224
|
+
|
|
225
|
+
## 1.8.0
|
|
226
|
+
|
|
227
|
+
### Minor Changes
|
|
228
|
+
|
|
229
|
+
- c56f1a2: Remove the old legacy exports from `/alpha`
|
|
230
|
+
- 11b9a08: Introduced the first version of recoverable tasks.
|
|
231
|
+
- b07ec70: Use more distinguishable icons for link (`Link`) and text output (`Description`).
|
|
232
|
+
|
|
233
|
+
### Patch Changes
|
|
234
|
+
|
|
235
|
+
- 3f60ad5: fix for: converting circular structure to JSON error
|
|
236
|
+
- 0b0c6b6: Allow defining default output text to be shown
|
|
237
|
+
- 8fe56a8: Widen `@types/react` dependency range to include version 18.
|
|
238
|
+
- 31f0a0a: Added `ScaffolderPageContextMenu` to `ActionsPage`, `ListTaskPage`, and `TemplateEditorPage` so that you can more easily navigate between these pages
|
|
239
|
+
- 09cedb9: Updated dependency `@react-hookz/web` to `^24.0.0`.
|
|
240
|
+
- e6f0831: Updated dependency `@rjsf/utils` to `5.17.0`.
|
|
241
|
+
Updated dependency `@rjsf/core` to `5.17.0`.
|
|
242
|
+
Updated dependency `@rjsf/material-ui` to `5.17.0`.
|
|
243
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.17.0`.
|
|
244
|
+
- 6a74ffd: Updated dependency `@rjsf/utils` to `5.16.1`.
|
|
245
|
+
Updated dependency `@rjsf/core` to `5.16.1`.
|
|
246
|
+
Updated dependency `@rjsf/material-ui` to `5.16.1`.
|
|
247
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.16.1`.
|
|
248
|
+
- 3dff4b0: Remove unused deps
|
|
249
|
+
- 82affc7: Fix issue where `ui:schema` was replaced with an empty object if `dependencies` is defined
|
|
250
|
+
- 2985186: Fix bug that erroneously caused a separator or a 0 to render in the TemplateCard for Templates with empty links
|
|
251
|
+
- Updated dependencies
|
|
252
|
+
- @backstage/plugin-catalog-react@1.10.0
|
|
253
|
+
- @backstage/core-components@0.14.0
|
|
254
|
+
- @backstage/catalog-model@1.4.4
|
|
255
|
+
- @backstage/theme@0.5.1
|
|
256
|
+
- @backstage/core-plugin-api@1.9.0
|
|
257
|
+
- @backstage/catalog-client@1.6.0
|
|
258
|
+
- @backstage/plugin-scaffolder-common@1.5.0
|
|
259
|
+
- @backstage/types@1.1.1
|
|
260
|
+
- @backstage/version-bridge@1.0.7
|
|
261
|
+
|
|
262
|
+
## 1.8.0-next.3
|
|
263
|
+
|
|
264
|
+
### Patch Changes
|
|
265
|
+
|
|
266
|
+
- 09cedb9: Updated dependency `@react-hookz/web` to `^24.0.0`.
|
|
267
|
+
- e6f0831: Updated dependency `@rjsf/utils` to `5.17.0`.
|
|
268
|
+
Updated dependency `@rjsf/core` to `5.17.0`.
|
|
269
|
+
Updated dependency `@rjsf/material-ui` to `5.17.0`.
|
|
270
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.17.0`.
|
|
271
|
+
- Updated dependencies
|
|
272
|
+
- @backstage/theme@0.5.1-next.1
|
|
273
|
+
- @backstage/core-components@0.14.0-next.2
|
|
274
|
+
- @backstage/plugin-catalog-react@1.10.0-next.3
|
|
275
|
+
- @backstage/catalog-client@1.6.0-next.1
|
|
276
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
277
|
+
- @backstage/core-plugin-api@1.9.0-next.1
|
|
278
|
+
- @backstage/types@1.1.1
|
|
279
|
+
- @backstage/version-bridge@1.0.7
|
|
280
|
+
- @backstage/plugin-scaffolder-common@1.5.0-next.1
|
|
281
|
+
|
|
282
|
+
## 1.8.0-next.2
|
|
283
|
+
|
|
284
|
+
### Patch Changes
|
|
285
|
+
|
|
286
|
+
- 8fe56a8: Widen `@types/react` dependency range to include version 18.
|
|
287
|
+
- 2985186: Fix bug that erroneously caused a separator or a 0 to render in the TemplateCard for Templates with empty links
|
|
288
|
+
- Updated dependencies
|
|
289
|
+
- @backstage/core-components@0.14.0-next.1
|
|
290
|
+
- @backstage/core-plugin-api@1.9.0-next.1
|
|
291
|
+
- @backstage/plugin-catalog-react@1.10.0-next.2
|
|
292
|
+
- @backstage/theme@0.5.1-next.0
|
|
293
|
+
- @backstage/catalog-client@1.6.0-next.1
|
|
294
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
295
|
+
- @backstage/types@1.1.1
|
|
296
|
+
- @backstage/version-bridge@1.0.7
|
|
297
|
+
- @backstage/plugin-scaffolder-common@1.5.0-next.1
|
|
298
|
+
|
|
299
|
+
## 1.8.0-next.1
|
|
300
|
+
|
|
301
|
+
### Minor Changes
|
|
302
|
+
|
|
303
|
+
- b07ec70: Use more distinguishable icons for link (`Link`) and text output (`Description`).
|
|
304
|
+
|
|
305
|
+
### Patch Changes
|
|
306
|
+
|
|
307
|
+
- 3f60ad5: fix for: converting circular structure to JSON error
|
|
308
|
+
- 31f0a0a: Added `ScaffolderPageContextMenu` to `ActionsPage`, `ListTaskPage`, and `TemplateEditorPage` so that you can more easily navigate between these pages
|
|
309
|
+
- 82affc7: Fix issue where `ui:schema` was replaced with an empty object if `dependencies` is defined
|
|
310
|
+
- Updated dependencies
|
|
311
|
+
- @backstage/core-components@0.14.0-next.0
|
|
312
|
+
- @backstage/catalog-model@1.4.4-next.0
|
|
313
|
+
- @backstage/catalog-client@1.6.0-next.1
|
|
314
|
+
- @backstage/core-plugin-api@1.8.3-next.0
|
|
315
|
+
- @backstage/plugin-catalog-react@1.9.4-next.1
|
|
316
|
+
- @backstage/theme@0.5.0
|
|
317
|
+
- @backstage/types@1.1.1
|
|
318
|
+
- @backstage/version-bridge@1.0.7
|
|
319
|
+
- @backstage/plugin-scaffolder-common@1.5.0-next.1
|
|
320
|
+
|
|
321
|
+
## 1.8.0-next.0
|
|
322
|
+
|
|
323
|
+
### Minor Changes
|
|
324
|
+
|
|
325
|
+
- c56f1a2: Remove the old legacy exports from `/alpha`
|
|
326
|
+
- 11b9a08: Introduced the first version of recoverable tasks.
|
|
327
|
+
|
|
328
|
+
### Patch Changes
|
|
329
|
+
|
|
330
|
+
- 0b0c6b6: Allow defining default output text to be shown
|
|
331
|
+
- 6a74ffd: Updated dependency `@rjsf/utils` to `5.16.1`.
|
|
332
|
+
Updated dependency `@rjsf/core` to `5.16.1`.
|
|
333
|
+
Updated dependency `@rjsf/material-ui` to `5.16.1`.
|
|
334
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.16.1`.
|
|
335
|
+
- Updated dependencies
|
|
336
|
+
- @backstage/plugin-catalog-react@1.9.4-next.0
|
|
337
|
+
- @backstage/catalog-client@1.6.0-next.0
|
|
338
|
+
- @backstage/plugin-scaffolder-common@1.5.0-next.0
|
|
339
|
+
- @backstage/core-components@0.13.10
|
|
340
|
+
- @backstage/catalog-model@1.4.3
|
|
341
|
+
- @backstage/core-plugin-api@1.8.2
|
|
342
|
+
- @backstage/theme@0.5.0
|
|
343
|
+
- @backstage/types@1.1.1
|
|
344
|
+
- @backstage/version-bridge@1.0.7
|
|
345
|
+
|
|
346
|
+
## 1.7.1
|
|
347
|
+
|
|
348
|
+
### Patch Changes
|
|
349
|
+
|
|
350
|
+
- c28f281: Scaffolder form now shows a list of errors at the top of the form.
|
|
351
|
+
- 0b9ce2b: Fix for a step with no properties
|
|
352
|
+
- 98ac5ab: Updated dependency `@rjsf/utils` to `5.15.1`.
|
|
353
|
+
Updated dependency `@rjsf/core` to `5.15.1`.
|
|
354
|
+
Updated dependency `@rjsf/material-ui` to `5.15.1`.
|
|
355
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.15.1`.
|
|
356
|
+
- 4016f21: Remove some unused dependencies
|
|
357
|
+
- d16f85f: Show first scaffolder output text by default
|
|
358
|
+
- Updated dependencies
|
|
359
|
+
- @backstage/core-components@0.13.10
|
|
360
|
+
- @backstage/plugin-scaffolder-common@1.4.5
|
|
361
|
+
- @backstage/core-plugin-api@1.8.2
|
|
362
|
+
- @backstage/catalog-client@1.5.2
|
|
363
|
+
- @backstage/plugin-catalog-react@1.9.3
|
|
364
|
+
- @backstage/catalog-model@1.4.3
|
|
365
|
+
- @backstage/theme@0.5.0
|
|
366
|
+
- @backstage/types@1.1.1
|
|
367
|
+
- @backstage/version-bridge@1.0.7
|
|
368
|
+
|
|
369
|
+
## 1.7.1-next.2
|
|
370
|
+
|
|
371
|
+
### Patch Changes
|
|
372
|
+
|
|
373
|
+
- 98ac5ab: Updated dependency `@rjsf/utils` to `5.15.1`.
|
|
374
|
+
Updated dependency `@rjsf/core` to `5.15.1`.
|
|
375
|
+
Updated dependency `@rjsf/material-ui` to `5.15.1`.
|
|
376
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.15.1`.
|
|
377
|
+
- Updated dependencies
|
|
378
|
+
- @backstage/plugin-catalog-react@1.9.3-next.2
|
|
379
|
+
|
|
380
|
+
## 1.7.1-next.1
|
|
381
|
+
|
|
382
|
+
### Patch Changes
|
|
383
|
+
|
|
384
|
+
- Updated dependencies
|
|
385
|
+
- @backstage/core-plugin-api@1.8.2-next.0
|
|
386
|
+
- @backstage/core-components@0.13.10-next.1
|
|
387
|
+
- @backstage/plugin-catalog-react@1.9.3-next.1
|
|
388
|
+
- @backstage/catalog-client@1.5.2-next.0
|
|
389
|
+
- @backstage/catalog-model@1.4.3
|
|
390
|
+
- @backstage/theme@0.5.0
|
|
391
|
+
- @backstage/types@1.1.1
|
|
392
|
+
- @backstage/version-bridge@1.0.7
|
|
393
|
+
- @backstage/plugin-scaffolder-common@1.4.4
|
|
394
|
+
|
|
395
|
+
## 1.7.1-next.0
|
|
396
|
+
|
|
397
|
+
### Patch Changes
|
|
398
|
+
|
|
399
|
+
- c28f281: Scaffolder form now shows a list of errors at the top of the form.
|
|
400
|
+
- 4016f21: Remove some unused dependencies
|
|
401
|
+
- Updated dependencies
|
|
402
|
+
- @backstage/core-components@0.13.10-next.0
|
|
403
|
+
- @backstage/catalog-client@1.5.2-next.0
|
|
404
|
+
- @backstage/plugin-catalog-react@1.9.3-next.0
|
|
405
|
+
- @backstage/catalog-model@1.4.3
|
|
406
|
+
- @backstage/core-plugin-api@1.8.1
|
|
407
|
+
- @backstage/theme@0.5.0
|
|
408
|
+
- @backstage/types@1.1.1
|
|
409
|
+
- @backstage/version-bridge@1.0.7
|
|
410
|
+
- @backstage/plugin-scaffolder-common@1.4.4
|
|
411
|
+
|
|
412
|
+
## 1.7.0
|
|
413
|
+
|
|
414
|
+
### Minor Changes
|
|
415
|
+
|
|
416
|
+
- 33edf50: Added support for dealing with user provided secrets using a new field extension `ui:field: Secret`
|
|
417
|
+
|
|
418
|
+
### Patch Changes
|
|
419
|
+
|
|
420
|
+
- 670c7cc: Fix bug where `properties` is set to empty object when it should be empty for schema dependencies
|
|
421
|
+
- fa66d1b: Fixed bug in `ReviewState` where `enum` value was displayed in step review instead of the corresponding label when using `enumNames`
|
|
422
|
+
- e516bf4: Step titles in the Stepper are now clickable and redirect the user to the corresponding step, as an alternative to using the back buttons.
|
|
423
|
+
- aaa6fb3: Minor updates for TypeScript 5.2.2+ compatibility
|
|
424
|
+
- 2aee53b: Add horizontal slider if stepper overflows
|
|
425
|
+
- 2b72591: Updated dependency `@rjsf/utils` to `5.14.3`.
|
|
426
|
+
Updated dependency `@rjsf/core` to `5.14.3`.
|
|
427
|
+
Updated dependency `@rjsf/material-ui` to `5.14.3`.
|
|
428
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.14.3`.
|
|
429
|
+
- 6cd12f2: Updated dependency `@rjsf/utils` to `5.14.1`.
|
|
430
|
+
Updated dependency `@rjsf/core` to `5.14.1`.
|
|
431
|
+
Updated dependency `@rjsf/material-ui` to `5.14.1`.
|
|
432
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.14.1`.
|
|
433
|
+
- a518c5a: Updated dependency `@react-hookz/web` to `^23.0.0`.
|
|
434
|
+
- 64301d3: Updated dependency `@rjsf/utils` to `5.15.0`.
|
|
435
|
+
Updated dependency `@rjsf/core` to `5.15.0`.
|
|
436
|
+
Updated dependency `@rjsf/material-ui` to `5.15.0`.
|
|
437
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.15.0`.
|
|
438
|
+
- 63c494e: Updated dependency `@rjsf/utils` to `5.14.2`.
|
|
439
|
+
Updated dependency `@rjsf/core` to `5.14.2`.
|
|
440
|
+
Updated dependency `@rjsf/material-ui` to `5.14.2`.
|
|
441
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.14.2`.
|
|
442
|
+
- c8908d4: Use new option from RJSF 5.15
|
|
443
|
+
- 0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617
|
|
444
|
+
- 5bb5240: Fixed issue for showing undefined for hidden form items
|
|
445
|
+
- Updated dependencies
|
|
446
|
+
- @backstage/core-plugin-api@1.8.1
|
|
447
|
+
- @backstage/plugin-catalog-react@1.9.2
|
|
448
|
+
- @backstage/core-components@0.13.9
|
|
449
|
+
- @backstage/theme@0.5.0
|
|
450
|
+
- @backstage/catalog-client@1.5.0
|
|
451
|
+
- @backstage/catalog-model@1.4.3
|
|
452
|
+
- @backstage/errors@1.2.3
|
|
453
|
+
- @backstage/types@1.1.1
|
|
454
|
+
- @backstage/version-bridge@1.0.7
|
|
455
|
+
- @backstage/plugin-scaffolder-common@1.4.4
|
|
456
|
+
|
|
457
|
+
## 1.6.2-next.3
|
|
458
|
+
|
|
459
|
+
### Patch Changes
|
|
460
|
+
|
|
461
|
+
- 64301d3: Updated dependency `@rjsf/utils` to `5.15.0`.
|
|
462
|
+
Updated dependency `@rjsf/core` to `5.15.0`.
|
|
463
|
+
Updated dependency `@rjsf/material-ui` to `5.15.0`.
|
|
464
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.15.0`.
|
|
465
|
+
- c8908d4: Use new option from RJSF 5.15
|
|
466
|
+
- Updated dependencies
|
|
467
|
+
- @backstage/core-components@0.13.9-next.3
|
|
468
|
+
- @backstage/catalog-client@1.5.0-next.1
|
|
469
|
+
- @backstage/catalog-model@1.4.3
|
|
470
|
+
- @backstage/core-plugin-api@1.8.1-next.1
|
|
471
|
+
- @backstage/errors@1.2.3
|
|
472
|
+
- @backstage/theme@0.5.0-next.1
|
|
473
|
+
- @backstage/types@1.1.1
|
|
474
|
+
- @backstage/version-bridge@1.0.7
|
|
475
|
+
- @backstage/plugin-catalog-react@1.9.2-next.3
|
|
476
|
+
- @backstage/plugin-scaffolder-common@1.4.3
|
|
477
|
+
|
|
478
|
+
## 1.6.2-next.2
|
|
479
|
+
|
|
480
|
+
### Patch Changes
|
|
481
|
+
|
|
482
|
+
- 5bb5240: Fixed issue for showing undefined for hidden form items
|
|
483
|
+
- Updated dependencies
|
|
484
|
+
- @backstage/theme@0.5.0-next.1
|
|
485
|
+
- @backstage/plugin-catalog-react@1.9.2-next.2
|
|
486
|
+
- @backstage/catalog-client@1.5.0-next.1
|
|
487
|
+
- @backstage/catalog-model@1.4.3
|
|
488
|
+
- @backstage/core-components@0.13.9-next.2
|
|
489
|
+
- @backstage/core-plugin-api@1.8.1-next.1
|
|
490
|
+
- @backstage/errors@1.2.3
|
|
491
|
+
- @backstage/types@1.1.1
|
|
492
|
+
- @backstage/version-bridge@1.0.7
|
|
493
|
+
- @backstage/plugin-scaffolder-common@1.4.3
|
|
494
|
+
|
|
495
|
+
## 1.6.2-next.1
|
|
496
|
+
|
|
497
|
+
### Patch Changes
|
|
498
|
+
|
|
499
|
+
- fa66d1b5b3: Fixed bug in `ReviewState` where `enum` value was displayed in step review instead of the corresponding label when using `enumNames`
|
|
500
|
+
- 2aee53bbeb: Add horizontal slider if stepper overflows
|
|
501
|
+
- 2b725913c1: Updated dependency `@rjsf/utils` to `5.14.3`.
|
|
502
|
+
Updated dependency `@rjsf/core` to `5.14.3`.
|
|
503
|
+
Updated dependency `@rjsf/material-ui` to `5.14.3`.
|
|
504
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.14.3`.
|
|
505
|
+
- a518c5a25b: Updated dependency `@react-hookz/web` to `^23.0.0`.
|
|
506
|
+
- Updated dependencies
|
|
507
|
+
- @backstage/core-components@0.13.9-next.1
|
|
508
|
+
- @backstage/core-plugin-api@1.8.1-next.1
|
|
509
|
+
- @backstage/plugin-catalog-react@1.9.2-next.1
|
|
510
|
+
- @backstage/catalog-client@1.5.0-next.0
|
|
511
|
+
- @backstage/catalog-model@1.4.3
|
|
512
|
+
- @backstage/errors@1.2.3
|
|
513
|
+
- @backstage/theme@0.5.0-next.0
|
|
514
|
+
- @backstage/types@1.1.1
|
|
515
|
+
- @backstage/version-bridge@1.0.7
|
|
516
|
+
- @backstage/plugin-scaffolder-common@1.4.3
|
|
517
|
+
|
|
518
|
+
## 1.6.2-next.0
|
|
519
|
+
|
|
520
|
+
### Patch Changes
|
|
521
|
+
|
|
522
|
+
- e516bf4da8: Step titles in the Stepper are now clickable and redirect the user to the corresponding step, as an alternative to using the back buttons.
|
|
523
|
+
- aaa6fb3bc9: Minor updates for TypeScript 5.2.2+ compatibility
|
|
524
|
+
- 6cd12f277b: Updated dependency `@rjsf/utils` to `5.14.1`.
|
|
525
|
+
Updated dependency `@rjsf/core` to `5.14.1`.
|
|
526
|
+
Updated dependency `@rjsf/material-ui` to `5.14.1`.
|
|
527
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.14.1`.
|
|
528
|
+
- 63c494ef22: Updated dependency `@rjsf/utils` to `5.14.2`.
|
|
529
|
+
Updated dependency `@rjsf/core` to `5.14.2`.
|
|
530
|
+
Updated dependency `@rjsf/material-ui` to `5.14.2`.
|
|
531
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.14.2`.
|
|
532
|
+
- Updated dependencies
|
|
533
|
+
- @backstage/core-plugin-api@1.8.1-next.0
|
|
534
|
+
- @backstage/plugin-catalog-react@1.9.2-next.0
|
|
535
|
+
- @backstage/core-components@0.13.9-next.0
|
|
536
|
+
- @backstage/theme@0.5.0-next.0
|
|
537
|
+
- @backstage/catalog-client@1.4.6
|
|
538
|
+
- @backstage/catalog-model@1.4.3
|
|
539
|
+
- @backstage/errors@1.2.3
|
|
540
|
+
- @backstage/types@1.1.1
|
|
541
|
+
- @backstage/version-bridge@1.0.7
|
|
542
|
+
- @backstage/plugin-scaffolder-common@1.4.3
|
|
543
|
+
|
|
544
|
+
## 1.6.0
|
|
545
|
+
|
|
546
|
+
### Minor Changes
|
|
547
|
+
|
|
548
|
+
- 3fdffbb699: Release design improvements for the `Scaffolder` plugin and support v5 of `@rjsf/*` libraries.
|
|
549
|
+
|
|
550
|
+
This change should be non-breaking. If you're seeing typescript issues after migrating please [open an issue](https://github.com/backstage/backstage/issues/new/choose)
|
|
551
|
+
|
|
552
|
+
The `next` versions like `createNextFieldExtension` and `NextScaffolderPage` have been promoted to the public interface under `createScaffolderFieldExtension` and `ScaffolderPage`, so any older imports which are no longer found will need updating from `@backstage/plugin-scaffolder/alpha` or `@backstage/plugin-scaffolder-react/alpha` will need to be imported from `@backstage/plugin-scaffolder` and `@backstage/plugin-scaffolder-react` respectively.
|
|
553
|
+
|
|
554
|
+
The legacy versions are now available in `/alpha` under `createLegacyFieldExtension` and `LegacyScaffolderPage` if you're running into issues, but be aware that these will be removed in a next mainline release.
|
|
555
|
+
|
|
556
|
+
### Patch Changes
|
|
557
|
+
|
|
558
|
+
- 6c2b872153: Add official support for React 18.
|
|
559
|
+
- 171a99816b: Fixed `backstage:featureFlag` in `scaffolder/next` by sorting out `manifest.steps`.
|
|
560
|
+
- c838da0edd: Updated dependency `@rjsf/utils` to `5.13.6`.
|
|
561
|
+
Updated dependency `@rjsf/core` to `5.13.6`.
|
|
562
|
+
Updated dependency `@rjsf/material-ui` to `5.13.6`.
|
|
563
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.13.6`.
|
|
564
|
+
- 69c14904b6: Use `EntityRefLinks` with `hideIcons` property to avoid double icons
|
|
565
|
+
- 62b5922916: Internal theme type updates
|
|
566
|
+
- dda56ae265: Preserve step's time execution for a non-running task.
|
|
567
|
+
- 76d07da66a: Make it possible to define control buttons text (Back, Create, Review) per template
|
|
568
|
+
- Updated dependencies
|
|
569
|
+
- @backstage/plugin-catalog-react@1.9.0
|
|
570
|
+
- @backstage/core-components@0.13.8
|
|
571
|
+
- @backstage/plugin-scaffolder-common@1.4.3
|
|
572
|
+
- @backstage/core-plugin-api@1.8.0
|
|
573
|
+
- @backstage/version-bridge@1.0.7
|
|
574
|
+
- @backstage/theme@0.4.4
|
|
575
|
+
- @backstage/catalog-client@1.4.6
|
|
576
|
+
- @backstage/catalog-model@1.4.3
|
|
577
|
+
- @backstage/errors@1.2.3
|
|
578
|
+
- @backstage/types@1.1.1
|
|
579
|
+
|
|
580
|
+
## 1.6.0-next.2
|
|
581
|
+
|
|
582
|
+
### Patch Changes
|
|
583
|
+
|
|
584
|
+
- Updated dependencies
|
|
585
|
+
- @backstage/core-components@0.13.8-next.2
|
|
586
|
+
- @backstage/plugin-catalog-react@1.9.0-next.2
|
|
587
|
+
|
|
588
|
+
## 1.6.0-next.1
|
|
589
|
+
|
|
590
|
+
### Patch Changes
|
|
591
|
+
|
|
592
|
+
- 62b5922916: Internal theme type updates
|
|
593
|
+
- 76d07da66a: Make it possible to define control buttons text (Back, Create, Review) per template
|
|
594
|
+
- Updated dependencies
|
|
595
|
+
- @backstage/plugin-catalog-react@1.9.0-next.1
|
|
596
|
+
- @backstage/plugin-scaffolder-common@1.4.3-next.1
|
|
597
|
+
- @backstage/core-components@0.13.8-next.1
|
|
598
|
+
- @backstage/catalog-client@1.4.5
|
|
599
|
+
- @backstage/catalog-model@1.4.3
|
|
600
|
+
- @backstage/core-plugin-api@1.8.0-next.0
|
|
601
|
+
- @backstage/errors@1.2.3
|
|
602
|
+
- @backstage/theme@0.4.4-next.0
|
|
603
|
+
- @backstage/types@1.1.1
|
|
604
|
+
- @backstage/version-bridge@1.0.7-next.0
|
|
605
|
+
|
|
606
|
+
## 1.6.0-next.0
|
|
607
|
+
|
|
608
|
+
### Minor Changes
|
|
609
|
+
|
|
610
|
+
- 3fdffbb699: Release design improvements for the `Scaffolder` plugin and support v5 of `@rjsf/*` libraries.
|
|
611
|
+
|
|
612
|
+
This change should be non-breaking. If you're seeing typescript issues after migrating please [open an issue](https://github.com/backstage/backstage/issues/new/choose)
|
|
613
|
+
|
|
614
|
+
The `next` versions like `createNextFieldExtension` and `NextScaffolderPage` have been promoted to the public interface under `createScaffolderFieldExtension` and `ScaffolderPage`, so any older imports which are no longer found will need updating from `@backstage/plugin-scaffolder/alpha` or `@backstage/plugin-scaffolder-react/alpha` will need to be imported from `@backstage/plugin-scaffolder` and `@backstage/plugin-scaffolder-react` respectively.
|
|
615
|
+
|
|
616
|
+
The legacy versions are now available in `/alpha` under `createLegacyFieldExtension` and `LegacyScaffolderPage` if you're running into issues, but be aware that these will be removed in a next mainline release.
|
|
617
|
+
|
|
618
|
+
### Patch Changes
|
|
619
|
+
|
|
620
|
+
- 6c2b872153: Add official support for React 18.
|
|
621
|
+
- Updated dependencies
|
|
622
|
+
- @backstage/core-components@0.13.7-next.0
|
|
623
|
+
- @backstage/plugin-scaffolder-common@1.4.3-next.0
|
|
624
|
+
- @backstage/plugin-catalog-react@1.9.0-next.0
|
|
625
|
+
- @backstage/core-plugin-api@1.8.0-next.0
|
|
626
|
+
- @backstage/version-bridge@1.0.7-next.0
|
|
627
|
+
- @backstage/theme@0.4.4-next.0
|
|
628
|
+
- @backstage/catalog-client@1.4.5
|
|
629
|
+
- @backstage/catalog-model@1.4.3
|
|
630
|
+
- @backstage/errors@1.2.3
|
|
631
|
+
- @backstage/types@1.1.1
|
|
632
|
+
|
|
633
|
+
## 1.5.6
|
|
634
|
+
|
|
635
|
+
### Patch Changes
|
|
636
|
+
|
|
637
|
+
- 9a1fce352e: Updated dependency `@testing-library/jest-dom` to `^6.0.0`.
|
|
638
|
+
- f95af4e540: Updated dependency `@testing-library/dom` to `^9.0.0`.
|
|
639
|
+
- Updated dependencies
|
|
640
|
+
- @backstage/plugin-catalog-react@1.8.5
|
|
641
|
+
- @backstage/core-plugin-api@1.7.0
|
|
642
|
+
- @backstage/core-components@0.13.6
|
|
643
|
+
- @backstage/catalog-model@1.4.3
|
|
644
|
+
- @backstage/errors@1.2.3
|
|
645
|
+
- @backstage/version-bridge@1.0.6
|
|
646
|
+
- @backstage/theme@0.4.3
|
|
647
|
+
- @backstage/catalog-client@1.4.5
|
|
648
|
+
- @backstage/types@1.1.1
|
|
649
|
+
- @backstage/plugin-scaffolder-common@1.4.2
|
|
650
|
+
|
|
651
|
+
## 1.5.6-next.2
|
|
652
|
+
|
|
653
|
+
### Patch Changes
|
|
654
|
+
|
|
655
|
+
- Updated dependencies
|
|
656
|
+
- @backstage/core-components@0.13.6-next.2
|
|
657
|
+
- @backstage/core-plugin-api@1.7.0-next.1
|
|
658
|
+
- @backstage/catalog-model@1.4.3-next.0
|
|
659
|
+
- @backstage/plugin-catalog-react@1.8.5-next.2
|
|
660
|
+
- @backstage/errors@1.2.3-next.0
|
|
661
|
+
- @backstage/theme@0.4.3-next.0
|
|
662
|
+
- @backstage/catalog-client@1.4.5-next.0
|
|
663
|
+
- @backstage/types@1.1.1
|
|
664
|
+
- @backstage/version-bridge@1.0.5
|
|
665
|
+
- @backstage/plugin-scaffolder-common@1.4.2-next.0
|
|
666
|
+
|
|
667
|
+
## 1.5.6-next.1
|
|
668
|
+
|
|
669
|
+
### Patch Changes
|
|
670
|
+
|
|
671
|
+
- Updated dependencies
|
|
672
|
+
- @backstage/core-components@0.13.6-next.1
|
|
673
|
+
- @backstage/plugin-catalog-react@1.8.5-next.1
|
|
674
|
+
- @backstage/core-plugin-api@1.7.0-next.0
|
|
675
|
+
- @backstage/catalog-client@1.4.4
|
|
676
|
+
- @backstage/catalog-model@1.4.2
|
|
677
|
+
- @backstage/errors@1.2.2
|
|
678
|
+
- @backstage/theme@0.4.2
|
|
679
|
+
- @backstage/types@1.1.1
|
|
680
|
+
- @backstage/version-bridge@1.0.5
|
|
681
|
+
- @backstage/plugin-scaffolder-common@1.4.1
|
|
682
|
+
|
|
683
|
+
## 1.5.6-next.0
|
|
684
|
+
|
|
685
|
+
### Patch Changes
|
|
686
|
+
|
|
687
|
+
- Updated dependencies
|
|
688
|
+
- @backstage/plugin-catalog-react@1.8.5-next.0
|
|
689
|
+
- @backstage/core-plugin-api@1.7.0-next.0
|
|
690
|
+
- @backstage/core-components@0.13.6-next.0
|
|
691
|
+
- @backstage/catalog-client@1.4.4
|
|
692
|
+
- @backstage/catalog-model@1.4.2
|
|
693
|
+
- @backstage/errors@1.2.2
|
|
694
|
+
- @backstage/theme@0.4.2
|
|
695
|
+
- @backstage/types@1.1.1
|
|
696
|
+
- @backstage/version-bridge@1.0.5
|
|
697
|
+
- @backstage/plugin-scaffolder-common@1.4.1
|
|
698
|
+
|
|
699
|
+
## 1.5.5
|
|
700
|
+
|
|
701
|
+
### Patch Changes
|
|
702
|
+
|
|
703
|
+
- 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
|
|
704
|
+
- b16c341ced45: Updated dependency `@rjsf/utils` to `5.13.0`.
|
|
705
|
+
Updated dependency `@rjsf/core-v5` to `npm:@rjsf/core@5.13.0`.
|
|
706
|
+
Updated dependency `@rjsf/material-ui-v5` to `npm:@rjsf/material-ui@5.13.0`.
|
|
707
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.13.0`.
|
|
708
|
+
- 27fef07f9229: Updated dependency `use-immer` to `^0.9.0`.
|
|
709
|
+
- Updated dependencies
|
|
710
|
+
- @backstage/plugin-catalog-react@1.8.4
|
|
711
|
+
- @backstage/core-components@0.13.5
|
|
712
|
+
- @backstage/catalog-client@1.4.4
|
|
713
|
+
- @backstage/catalog-model@1.4.2
|
|
714
|
+
- @backstage/core-plugin-api@1.6.0
|
|
715
|
+
- @backstage/errors@1.2.2
|
|
716
|
+
- @backstage/plugin-scaffolder-common@1.4.1
|
|
717
|
+
- @backstage/theme@0.4.2
|
|
718
|
+
- @backstage/types@1.1.1
|
|
719
|
+
- @backstage/version-bridge@1.0.5
|
|
720
|
+
|
|
721
|
+
## 1.5.5-next.3
|
|
722
|
+
|
|
723
|
+
### Patch Changes
|
|
724
|
+
|
|
725
|
+
- 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
|
|
726
|
+
- b16c341ced45: Updated dependency `@rjsf/utils` to `5.13.0`.
|
|
727
|
+
Updated dependency `@rjsf/core-v5` to `npm:@rjsf/core@5.13.0`.
|
|
728
|
+
Updated dependency `@rjsf/material-ui-v5` to `npm:@rjsf/material-ui@5.13.0`.
|
|
729
|
+
Updated dependency `@rjsf/validator-ajv8` to `5.13.0`.
|
|
730
|
+
- Updated dependencies
|
|
731
|
+
- @backstage/catalog-client@1.4.4-next.2
|
|
732
|
+
- @backstage/catalog-model@1.4.2-next.2
|
|
733
|
+
- @backstage/core-components@0.13.5-next.3
|
|
734
|
+
- @backstage/core-plugin-api@1.6.0-next.3
|
|
735
|
+
- @backstage/errors@1.2.2-next.0
|
|
736
|
+
- @backstage/plugin-catalog-react@1.8.4-next.3
|
|
737
|
+
- @backstage/plugin-scaffolder-common@1.4.1-next.2
|
|
738
|
+
- @backstage/theme@0.4.2-next.0
|
|
739
|
+
- @backstage/types@1.1.1-next.0
|
|
740
|
+
- @backstage/version-bridge@1.0.5-next.0
|
|
741
|
+
|
|
742
|
+
## 1.5.5-next.2
|
|
743
|
+
|
|
744
|
+
### Patch Changes
|
|
745
|
+
|
|
746
|
+
- 27fef07f9229: Updated dependency `use-immer` to `^0.9.0`.
|
|
747
|
+
- Updated dependencies
|
|
748
|
+
- @backstage/core-components@0.13.5-next.2
|
|
749
|
+
- @backstage/core-plugin-api@1.6.0-next.2
|
|
750
|
+
- @backstage/plugin-catalog-react@1.8.4-next.2
|
|
751
|
+
- @backstage/catalog-model@1.4.2-next.1
|
|
752
|
+
- @backstage/catalog-client@1.4.4-next.1
|
|
753
|
+
- @backstage/errors@1.2.1
|
|
754
|
+
- @backstage/theme@0.4.1
|
|
755
|
+
- @backstage/types@1.1.0
|
|
756
|
+
- @backstage/version-bridge@1.0.4
|
|
757
|
+
- @backstage/plugin-scaffolder-common@1.4.1-next.1
|
|
758
|
+
|
|
759
|
+
## 1.5.5-next.1
|
|
760
|
+
|
|
761
|
+
### Patch Changes
|
|
762
|
+
|
|
763
|
+
- Updated dependencies
|
|
764
|
+
- @backstage/plugin-catalog-react@1.8.4-next.1
|
|
765
|
+
- @backstage/core-components@0.13.5-next.1
|
|
766
|
+
- @backstage/catalog-model@1.4.2-next.0
|
|
767
|
+
- @backstage/core-plugin-api@1.6.0-next.1
|
|
768
|
+
- @backstage/catalog-client@1.4.4-next.0
|
|
769
|
+
- @backstage/plugin-scaffolder-common@1.4.1-next.0
|
|
770
|
+
- @backstage/errors@1.2.1
|
|
771
|
+
- @backstage/theme@0.4.1
|
|
772
|
+
- @backstage/types@1.1.0
|
|
773
|
+
- @backstage/version-bridge@1.0.4
|
|
774
|
+
|
|
775
|
+
## 1.5.4-next.0
|
|
776
|
+
|
|
777
|
+
### Patch Changes
|
|
778
|
+
|
|
779
|
+
- Updated dependencies
|
|
780
|
+
- @backstage/core-plugin-api@1.6.0-next.0
|
|
781
|
+
- @backstage/core-components@0.13.5-next.0
|
|
782
|
+
- @backstage/catalog-client@1.4.3
|
|
783
|
+
- @backstage/catalog-model@1.4.1
|
|
784
|
+
- @backstage/errors@1.2.1
|
|
785
|
+
- @backstage/theme@0.4.1
|
|
786
|
+
- @backstage/types@1.1.0
|
|
787
|
+
- @backstage/version-bridge@1.0.4
|
|
788
|
+
- @backstage/plugin-catalog-react@1.8.3-next.0
|
|
789
|
+
- @backstage/plugin-scaffolder-common@1.4.0
|
|
790
|
+
|
|
791
|
+
## 1.5.2
|
|
792
|
+
|
|
793
|
+
### Patch Changes
|
|
794
|
+
|
|
795
|
+
- ba9ee98a37bd: Fixed bug in Workflow component by passing a prop `templateName` down to Stepper component.
|
|
796
|
+
- Updated dependencies
|
|
797
|
+
- @backstage/core-components@0.13.4
|
|
798
|
+
- @backstage/plugin-catalog-react@1.8.1
|
|
799
|
+
- @backstage/plugin-scaffolder-common@1.4.0
|
|
800
|
+
- @backstage/core-plugin-api@1.5.3
|
|
801
|
+
- @backstage/catalog-client@1.4.3
|
|
802
|
+
- @backstage/catalog-model@1.4.1
|
|
803
|
+
- @backstage/errors@1.2.1
|
|
804
|
+
- @backstage/theme@0.4.1
|
|
805
|
+
- @backstage/types@1.1.0
|
|
806
|
+
- @backstage/version-bridge@1.0.4
|
|
807
|
+
|
|
808
|
+
## 1.5.2-next.1
|
|
809
|
+
|
|
810
|
+
### Patch Changes
|
|
811
|
+
|
|
812
|
+
- Updated dependencies
|
|
813
|
+
- @backstage/plugin-catalog-react@1.8.1-next.1
|
|
814
|
+
|
|
815
|
+
## 1.5.2-next.0
|
|
816
|
+
|
|
817
|
+
### Patch Changes
|
|
818
|
+
|
|
819
|
+
- ba9ee98a37bd: Fixed bug in Workflow component by passing a prop `templateName` down to Stepper component.
|
|
820
|
+
- Updated dependencies
|
|
821
|
+
- @backstage/core-components@0.13.4-next.0
|
|
822
|
+
- @backstage/core-plugin-api@1.5.3
|
|
823
|
+
- @backstage/plugin-catalog-react@1.8.1-next.0
|
|
824
|
+
- @backstage/catalog-client@1.4.3
|
|
825
|
+
- @backstage/catalog-model@1.4.1
|
|
826
|
+
- @backstage/errors@1.2.1
|
|
827
|
+
- @backstage/theme@0.4.1
|
|
828
|
+
- @backstage/types@1.1.0
|
|
829
|
+
- @backstage/version-bridge@1.0.4
|
|
830
|
+
- @backstage/plugin-scaffolder-common@1.3.2
|
|
831
|
+
|
|
832
|
+
## 1.5.1
|
|
833
|
+
|
|
834
|
+
### Patch Changes
|
|
835
|
+
|
|
836
|
+
- f74a27de4d2c: Made markdown description theme-able
|
|
837
|
+
- Updated dependencies
|
|
838
|
+
- @backstage/theme@0.4.1
|
|
839
|
+
- @backstage/errors@1.2.1
|
|
840
|
+
- @backstage/plugin-catalog-react@1.8.0
|
|
841
|
+
- @backstage/core-components@0.13.3
|
|
842
|
+
- @backstage/core-plugin-api@1.5.3
|
|
843
|
+
- @backstage/catalog-client@1.4.3
|
|
844
|
+
- @backstage/catalog-model@1.4.1
|
|
845
|
+
- @backstage/types@1.1.0
|
|
846
|
+
- @backstage/version-bridge@1.0.4
|
|
847
|
+
- @backstage/plugin-scaffolder-common@1.3.2
|
|
848
|
+
|
|
849
|
+
## 1.5.1-next.2
|
|
850
|
+
|
|
851
|
+
### Patch Changes
|
|
852
|
+
|
|
853
|
+
- Updated dependencies
|
|
854
|
+
- @backstage/plugin-catalog-react@1.8.0-next.2
|
|
855
|
+
- @backstage/theme@0.4.1-next.1
|
|
856
|
+
- @backstage/core-plugin-api@1.5.3-next.1
|
|
857
|
+
- @backstage/core-components@0.13.3-next.2
|
|
858
|
+
- @backstage/catalog-client@1.4.3-next.0
|
|
859
|
+
- @backstage/catalog-model@1.4.1-next.0
|
|
860
|
+
- @backstage/errors@1.2.1-next.0
|
|
861
|
+
- @backstage/types@1.1.0
|
|
862
|
+
- @backstage/version-bridge@1.0.4
|
|
863
|
+
- @backstage/plugin-scaffolder-common@1.3.2-next.0
|
|
864
|
+
|
|
865
|
+
## 1.5.1-next.1
|
|
866
|
+
|
|
867
|
+
### Patch Changes
|
|
868
|
+
|
|
869
|
+
- f74a27de4d2c: Made markdown description theme-able
|
|
870
|
+
- Updated dependencies
|
|
871
|
+
- @backstage/theme@0.4.1-next.0
|
|
872
|
+
- @backstage/core-components@0.13.3-next.1
|
|
873
|
+
- @backstage/core-plugin-api@1.5.3-next.0
|
|
874
|
+
- @backstage/plugin-catalog-react@1.7.1-next.1
|
|
875
|
+
|
|
876
|
+
## 1.5.1-next.0
|
|
877
|
+
|
|
878
|
+
### Patch Changes
|
|
879
|
+
|
|
880
|
+
- Updated dependencies
|
|
881
|
+
- @backstage/errors@1.2.1-next.0
|
|
882
|
+
- @backstage/core-components@0.13.3-next.0
|
|
883
|
+
- @backstage/catalog-client@1.4.3-next.0
|
|
884
|
+
- @backstage/catalog-model@1.4.1-next.0
|
|
885
|
+
- @backstage/core-plugin-api@1.5.2
|
|
886
|
+
- @backstage/theme@0.4.0
|
|
887
|
+
- @backstage/types@1.1.0
|
|
888
|
+
- @backstage/version-bridge@1.0.4
|
|
889
|
+
- @backstage/plugin-catalog-react@1.7.1-next.0
|
|
890
|
+
- @backstage/plugin-scaffolder-common@1.3.2-next.0
|
|
891
|
+
|
|
892
|
+
## 1.5.0
|
|
893
|
+
|
|
894
|
+
### Minor Changes
|
|
895
|
+
|
|
896
|
+
- 6b571405f806: `scaffolder/next`: Provide some default template components to `rjsf` to allow for standardization and markdown descriptions
|
|
897
|
+
- 4505dc3b4598: `scaffolder/next`: Don't render `TemplateGroups` when there's no results in with search query
|
|
898
|
+
- a452bda74d7a: Fixed typescript casting bug for useTemplateParameterSchema hook
|
|
899
|
+
- 6b571405f806: `scaffolder/next`: provide a `ScaffolderField` component which is meant to replace some of the `FormControl` components from Material UI, making it easier to write `FieldExtensions`.
|
|
900
|
+
|
|
901
|
+
### Patch Changes
|
|
902
|
+
|
|
903
|
+
- 84a5c7724c7e: fixed refresh problem when backstage backend disconnects without any feedback to user. Now we send a generic message and try to reconnect after 15 seconds
|
|
904
|
+
- cf34311cdbe1: Extract `ui:*` fields from conditional `then` and `else` schema branches.
|
|
905
|
+
- 2ff94da135a4: bump `rjsf` dependencies to 5.7.3
|
|
906
|
+
- 74b216ee4e50: Add `PropsWithChildren` to usages of `ComponentType`, in preparation for React 18 where the children are no longer implicit.
|
|
907
|
+
- Updated dependencies
|
|
908
|
+
- @backstage/core-plugin-api@1.5.2
|
|
909
|
+
- @backstage/catalog-client@1.4.2
|
|
910
|
+
- @backstage/core-components@0.13.2
|
|
911
|
+
- @backstage/types@1.1.0
|
|
912
|
+
- @backstage/theme@0.4.0
|
|
913
|
+
- @backstage/plugin-catalog-react@1.7.0
|
|
914
|
+
- @backstage/catalog-model@1.4.0
|
|
915
|
+
- @backstage/errors@1.2.0
|
|
916
|
+
- @backstage/version-bridge@1.0.4
|
|
917
|
+
- @backstage/plugin-scaffolder-common@1.3.1
|
|
918
|
+
|
|
919
|
+
## 1.5.0-next.3
|
|
920
|
+
|
|
921
|
+
### Minor Changes
|
|
922
|
+
|
|
923
|
+
- a452bda74d7a: Fixed typescript casting bug for useTemplateParameterSchema hook
|
|
924
|
+
|
|
925
|
+
### Patch Changes
|
|
926
|
+
|
|
927
|
+
- Updated dependencies
|
|
928
|
+
- @backstage/core-components@0.13.2-next.3
|
|
929
|
+
- @backstage/catalog-model@1.4.0-next.1
|
|
930
|
+
- @backstage/catalog-client@1.4.2-next.2
|
|
931
|
+
- @backstage/core-plugin-api@1.5.2-next.0
|
|
932
|
+
- @backstage/errors@1.2.0-next.0
|
|
933
|
+
- @backstage/theme@0.4.0-next.1
|
|
934
|
+
- @backstage/types@1.0.2
|
|
935
|
+
- @backstage/version-bridge@1.0.4
|
|
936
|
+
- @backstage/plugin-catalog-react@1.7.0-next.3
|
|
937
|
+
- @backstage/plugin-scaffolder-common@1.3.1-next.1
|
|
938
|
+
|
|
939
|
+
## 1.5.0-next.2
|
|
940
|
+
|
|
941
|
+
### Patch Changes
|
|
942
|
+
|
|
943
|
+
- cf34311cdbe1: Extract `ui:*` fields from conditional `then` and `else` schema branches.
|
|
944
|
+
- 2ff94da135a4: bump `rjsf` dependencies to 5.7.3
|
|
945
|
+
- Updated dependencies
|
|
946
|
+
- @backstage/theme@0.4.0-next.1
|
|
947
|
+
- @backstage/plugin-catalog-react@1.7.0-next.2
|
|
948
|
+
- @backstage/core-components@0.13.2-next.2
|
|
949
|
+
- @backstage/core-plugin-api@1.5.2-next.0
|
|
950
|
+
|
|
951
|
+
## 1.5.0-next.1
|
|
952
|
+
|
|
953
|
+
### Minor Changes
|
|
954
|
+
|
|
955
|
+
- 6b571405f806: `scaffolder/next`: Provide some default template components to `rjsf` to allow for standardization and markdown descriptions
|
|
956
|
+
- 4505dc3b4598: `scaffolder/next`: Don't render `TemplateGroups` when there's no results in with search query
|
|
957
|
+
- 6b571405f806: `scaffolder/next`: provide a `ScaffolderField` component which is meant to replace some of the `FormControl` components from Material UI, making it easier to write `FieldExtensions`.
|
|
958
|
+
|
|
959
|
+
### Patch Changes
|
|
960
|
+
|
|
961
|
+
- 74b216ee4e50: Add `PropsWithChildren` to usages of `ComponentType`, in preparation for React 18 where the children are no longer implicit.
|
|
962
|
+
- Updated dependencies
|
|
963
|
+
- @backstage/errors@1.2.0-next.0
|
|
964
|
+
- @backstage/core-components@0.13.2-next.1
|
|
965
|
+
- @backstage/plugin-catalog-react@1.7.0-next.1
|
|
966
|
+
- @backstage/catalog-model@1.4.0-next.0
|
|
967
|
+
- @backstage/core-plugin-api@1.5.2-next.0
|
|
968
|
+
- @backstage/catalog-client@1.4.2-next.1
|
|
969
|
+
- @backstage/plugin-scaffolder-common@1.3.1-next.0
|
|
970
|
+
- @backstage/theme@0.4.0-next.0
|
|
971
|
+
- @backstage/types@1.0.2
|
|
972
|
+
- @backstage/version-bridge@1.0.4
|
|
973
|
+
|
|
974
|
+
## 1.4.1-next.0
|
|
975
|
+
|
|
976
|
+
### Patch Changes
|
|
977
|
+
|
|
978
|
+
- 84a5c7724c7e: fixed refresh problem when backstage backend disconnects without any feedback to user. Now we send a generic message and try to reconnect after 15 seconds
|
|
979
|
+
- Updated dependencies
|
|
980
|
+
- @backstage/catalog-client@1.4.2-next.0
|
|
981
|
+
- @backstage/plugin-catalog-react@1.7.0-next.0
|
|
982
|
+
- @backstage/theme@0.4.0-next.0
|
|
983
|
+
- @backstage/core-components@0.13.2-next.0
|
|
984
|
+
- @backstage/core-plugin-api@1.5.1
|
|
985
|
+
- @backstage/catalog-model@1.3.0
|
|
986
|
+
- @backstage/errors@1.1.5
|
|
987
|
+
- @backstage/types@1.0.2
|
|
988
|
+
- @backstage/version-bridge@1.0.4
|
|
989
|
+
- @backstage/plugin-scaffolder-common@1.3.0
|
|
990
|
+
|
|
991
|
+
## 1.4.0
|
|
992
|
+
|
|
993
|
+
### Minor Changes
|
|
994
|
+
|
|
995
|
+
- 82e10a6939c: Add support for Markdown text blob outputs from templates
|
|
996
|
+
|
|
997
|
+
### Patch Changes
|
|
998
|
+
|
|
999
|
+
- ad1a1429de4: Improvements to the `scaffolder/next` buttons UX:
|
|
1000
|
+
|
|
1001
|
+
- Added padding around the "Create" button in the `Stepper` component
|
|
1002
|
+
- Added a button bar that includes the "Cancel" and "Start Over" buttons to the `OngoingTask` component. The state of these buttons match their existing counter parts in the Context Menu
|
|
1003
|
+
- Added a "Show Button Bar"/"Hide Button Bar" item to the `ContextMenu` component
|
|
1004
|
+
|
|
1005
|
+
- Updated dependencies
|
|
1006
|
+
- @backstage/theme@0.3.0
|
|
1007
|
+
- @backstage/plugin-catalog-react@1.6.0
|
|
1008
|
+
- @backstage/plugin-scaffolder-common@1.3.0
|
|
1009
|
+
- @backstage/core-components@0.13.1
|
|
1010
|
+
- @backstage/catalog-client@1.4.1
|
|
1011
|
+
- @backstage/catalog-model@1.3.0
|
|
1012
|
+
- @backstage/core-plugin-api@1.5.1
|
|
1013
|
+
- @backstage/errors@1.1.5
|
|
1014
|
+
- @backstage/types@1.0.2
|
|
1015
|
+
- @backstage/version-bridge@1.0.4
|
|
1016
|
+
|
|
1017
|
+
## 1.4.0-next.2
|
|
1018
|
+
|
|
1019
|
+
### Minor Changes
|
|
1020
|
+
|
|
1021
|
+
- 82e10a6939c: Add support for Markdown text blob outputs from templates
|
|
1022
|
+
|
|
1023
|
+
### Patch Changes
|
|
1024
|
+
|
|
1025
|
+
- Updated dependencies
|
|
1026
|
+
- @backstage/theme@0.3.0-next.0
|
|
1027
|
+
- @backstage/plugin-scaffolder-common@1.3.0-next.0
|
|
1028
|
+
- @backstage/core-components@0.13.1-next.1
|
|
1029
|
+
- @backstage/plugin-catalog-react@1.6.0-next.2
|
|
1030
|
+
- @backstage/core-plugin-api@1.5.1
|
|
1031
|
+
|
|
1032
|
+
## 1.3.1-next.1
|
|
1033
|
+
|
|
1034
|
+
### Patch Changes
|
|
1035
|
+
|
|
1036
|
+
- Updated dependencies
|
|
1037
|
+
- @backstage/core-components@0.13.1-next.0
|
|
1038
|
+
- @backstage/core-plugin-api@1.5.1
|
|
1039
|
+
- @backstage/plugin-catalog-react@1.6.0-next.1
|
|
1040
|
+
|
|
1041
|
+
## 1.3.1-next.0
|
|
1042
|
+
|
|
1043
|
+
### Patch Changes
|
|
1044
|
+
|
|
1045
|
+
- ad1a1429de4: Improvements to the `scaffolder/next` buttons UX:
|
|
1046
|
+
|
|
1047
|
+
- Added padding around the "Create" button in the `Stepper` component
|
|
1048
|
+
- Added a button bar that includes the "Cancel" and "Start Over" buttons to the `OngoingTask` component. The state of these buttons match their existing counter parts in the Context Menu
|
|
1049
|
+
- Added a "Show Button Bar"/"Hide Button Bar" item to the `ContextMenu` component
|
|
1050
|
+
|
|
1051
|
+
- Updated dependencies
|
|
1052
|
+
- @backstage/plugin-catalog-react@1.6.0-next.0
|
|
1053
|
+
- @backstage/core-components@0.13.0
|
|
1054
|
+
- @backstage/core-plugin-api@1.5.1
|
|
1055
|
+
- @backstage/catalog-client@1.4.1
|
|
1056
|
+
- @backstage/catalog-model@1.3.0
|
|
1057
|
+
- @backstage/errors@1.1.5
|
|
1058
|
+
- @backstage/theme@0.2.19
|
|
1059
|
+
- @backstage/types@1.0.2
|
|
1060
|
+
- @backstage/version-bridge@1.0.4
|
|
1061
|
+
- @backstage/plugin-scaffolder-common@1.2.7
|
|
1062
|
+
|
|
1063
|
+
## 1.3.0
|
|
1064
|
+
|
|
1065
|
+
### Minor Changes
|
|
1066
|
+
|
|
1067
|
+
- 259d3407b9b: Move `CategoryPicker` from `scaffolder` into `scaffolder-react`
|
|
1068
|
+
Move `ContextMenu` into `scaffolder-react` and rename it to `ScaffolderPageContextMenu`
|
|
1069
|
+
- 2cfd03d7376: To offer better customization options, `ScaffolderPageContextMenu` takes callbacks as props instead of booleans
|
|
1070
|
+
- 48da4c46e45: `scaffolder/next`: Export the `TemplateGroupFilter` and `TemplateGroups` and make an extensible component
|
|
1071
|
+
|
|
1072
|
+
### Patch Changes
|
|
1073
|
+
|
|
1074
|
+
- 7e1d900413a: `scaffolder/next`: Bump `@rjsf/*` dependencies to 5.5.2
|
|
1075
|
+
- e27ddc36dad: Added a possibility to cancel the running task (executing of a scaffolder template)
|
|
1076
|
+
- 0435174b06f: Accessibility issues identified using lighthouse fixed.
|
|
1077
|
+
- 7a6b16cc506: `scaffolder/next`: Bump `@rjsf/*` deps to 5.3.1
|
|
1078
|
+
- 90dda42cfd2: bug: Invert `templateFilter` predicate to align with `Array.filter`
|
|
1079
|
+
- d2488f5e54c: Add an indication that the validators are running when clicking `next` on each step of the form.
|
|
1080
|
+
- 1e4f5e91b8e: Bump `zod` and `zod-to-json-schema` dependencies.
|
|
1081
|
+
- 8c40997df44: Updated dependency `@rjsf/core-v5` to `npm:@rjsf/core@5.5.2`.
|
|
1082
|
+
- f84fc7fd040: Updated dependency `@rjsf/validator-ajv8` to `5.3.0`.
|
|
1083
|
+
- 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
|
|
1084
|
+
- 34dab7ee7f8: `scaffolder/next`: bump `rjsf` dependencies to `5.5.0`
|
|
1085
|
+
- 2898b6c8d52: Minor type tweaks for TypeScript 5.0
|
|
1086
|
+
- e0c6e8b9c3c: Update peer dependencies
|
|
1087
|
+
- cf71c3744a5: scaffolder/next: Bump `@rjsf/*` dependencies to 5.6.0
|
|
1088
|
+
- Updated dependencies
|
|
1089
|
+
- @backstage/core-components@0.13.0
|
|
1090
|
+
- @backstage/plugin-scaffolder-common@1.2.7
|
|
1091
|
+
- @backstage/catalog-client@1.4.1
|
|
1092
|
+
- @backstage/plugin-catalog-react@1.5.0
|
|
1093
|
+
- @backstage/theme@0.2.19
|
|
1094
|
+
- @backstage/core-plugin-api@1.5.1
|
|
1095
|
+
- @backstage/catalog-model@1.3.0
|
|
1096
|
+
- @backstage/version-bridge@1.0.4
|
|
1097
|
+
- @backstage/errors@1.1.5
|
|
1098
|
+
- @backstage/types@1.0.2
|
|
1099
|
+
|
|
1100
|
+
## 1.3.0-next.3
|
|
1101
|
+
|
|
1102
|
+
### Patch Changes
|
|
1103
|
+
|
|
1104
|
+
- d2488f5e54c: Add indication that the validators are running
|
|
1105
|
+
- 8c40997df44: Updated dependency `@rjsf/core-v5` to `npm:@rjsf/core@5.5.2`.
|
|
1106
|
+
- Updated dependencies
|
|
1107
|
+
- @backstage/plugin-catalog-react@1.5.0-next.3
|
|
1108
|
+
- @backstage/catalog-model@1.3.0-next.0
|
|
1109
|
+
- @backstage/core-components@0.13.0-next.3
|
|
1110
|
+
- @backstage/catalog-client@1.4.1-next.1
|
|
1111
|
+
- @backstage/core-plugin-api@1.5.1-next.1
|
|
1112
|
+
- @backstage/errors@1.1.5
|
|
1113
|
+
- @backstage/theme@0.2.19-next.0
|
|
1114
|
+
- @backstage/types@1.0.2
|
|
1115
|
+
- @backstage/version-bridge@1.0.4-next.0
|
|
1116
|
+
- @backstage/plugin-scaffolder-common@1.2.7-next.2
|
|
1117
|
+
|
|
1118
|
+
## 1.3.0-next.2
|
|
1119
|
+
|
|
1120
|
+
### Patch Changes
|
|
1121
|
+
|
|
1122
|
+
- 90dda42cfd2: bug: Invert `templateFilter` predicate to align with `Array.filter`
|
|
1123
|
+
- 34dab7ee7f8: `scaffolder/next`: bump `rjsf` dependencies to `5.5.0`
|
|
1124
|
+
- 2898b6c8d52: Minor type tweaks for TypeScript 5.0
|
|
1125
|
+
- Updated dependencies
|
|
1126
|
+
- @backstage/catalog-client@1.4.1-next.0
|
|
1127
|
+
- @backstage/core-components@0.12.6-next.2
|
|
1128
|
+
- @backstage/plugin-catalog-react@1.4.1-next.2
|
|
1129
|
+
- @backstage/core-plugin-api@1.5.1-next.1
|
|
1130
|
+
- @backstage/catalog-model@1.2.1
|
|
1131
|
+
- @backstage/errors@1.1.5
|
|
1132
|
+
- @backstage/theme@0.2.19-next.0
|
|
1133
|
+
- @backstage/types@1.0.2
|
|
1134
|
+
- @backstage/version-bridge@1.0.4-next.0
|
|
1135
|
+
- @backstage/plugin-scaffolder-common@1.2.7-next.1
|
|
1136
|
+
|
|
1137
|
+
## 1.3.0-next.1
|
|
1138
|
+
|
|
1139
|
+
### Patch Changes
|
|
1140
|
+
|
|
1141
|
+
- 1e4f5e91b8e: Bump `zod` and `zod-to-json-schema` dependencies.
|
|
1142
|
+
- e0c6e8b9c3c: Update peer dependencies
|
|
1143
|
+
- Updated dependencies
|
|
1144
|
+
- @backstage/core-components@0.12.6-next.1
|
|
1145
|
+
- @backstage/plugin-scaffolder-common@1.2.7-next.1
|
|
1146
|
+
- @backstage/core-plugin-api@1.5.1-next.0
|
|
1147
|
+
- @backstage/version-bridge@1.0.4-next.0
|
|
1148
|
+
- @backstage/plugin-catalog-react@1.4.1-next.1
|
|
1149
|
+
- @backstage/theme@0.2.19-next.0
|
|
1150
|
+
- @backstage/catalog-client@1.4.0
|
|
1151
|
+
- @backstage/catalog-model@1.2.1
|
|
1152
|
+
- @backstage/errors@1.1.5
|
|
1153
|
+
- @backstage/types@1.0.2
|
|
1154
|
+
|
|
1155
|
+
## 1.3.0-next.0
|
|
1156
|
+
|
|
1157
|
+
### Minor Changes
|
|
1158
|
+
|
|
1159
|
+
- 259d3407b9b: Move `CategoryPicker` from `scaffolder` into `scaffolder-react`
|
|
1160
|
+
Move `ContextMenu` into `scaffolder-react` and rename it to `ScaffolderPageContextMenu`
|
|
1161
|
+
- 2cfd03d7376: To offer better customization options, `ScaffolderPageContextMenu` takes callbacks as props instead of booleans
|
|
1162
|
+
- 48da4c46e45: `scaffolder/next`: Export the `TemplateGroupFilter` and `TemplateGroups` and make an extensible component
|
|
1163
|
+
|
|
1164
|
+
### Patch Changes
|
|
1165
|
+
|
|
1166
|
+
- e27ddc36dad: Added a possibility to cancel the running task (executing of a scaffolder template)
|
|
1167
|
+
- 7a6b16cc506: `scaffolder/next`: Bump `@rjsf/*` deps to 5.3.1
|
|
1168
|
+
- f84fc7fd040: Updated dependency `@rjsf/validator-ajv8` to `5.3.0`.
|
|
1169
|
+
- 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
|
|
1170
|
+
- Updated dependencies
|
|
1171
|
+
- @backstage/plugin-scaffolder-common@1.2.7-next.0
|
|
1172
|
+
- @backstage/core-components@0.12.6-next.0
|
|
1173
|
+
- @backstage/plugin-catalog-react@1.4.1-next.0
|
|
1174
|
+
- @backstage/core-plugin-api@1.5.0
|
|
1175
|
+
- @backstage/catalog-client@1.4.0
|
|
1176
|
+
- @backstage/catalog-model@1.2.1
|
|
1177
|
+
- @backstage/errors@1.1.5
|
|
1178
|
+
- @backstage/theme@0.2.18
|
|
1179
|
+
- @backstage/types@1.0.2
|
|
1180
|
+
- @backstage/version-bridge@1.0.3
|
|
1181
|
+
|
|
1182
|
+
## 1.2.0
|
|
1183
|
+
|
|
1184
|
+
### Minor Changes
|
|
1185
|
+
|
|
1186
|
+
- 8f4d13f21cf: Move `useTaskStream`, `TaskBorder`, `TaskLogStream` and `TaskSteps` into `scaffolder-react`.
|
|
1187
|
+
|
|
1188
|
+
### Patch Changes
|
|
1189
|
+
|
|
1190
|
+
- 65454876fb2: Minor API report tweaks
|
|
1191
|
+
- 3c96e77b513: Make scaffolder adhere to page themes by using page `fontColor` consistently. If your theme overwrites template list or card headers, review those styles.
|
|
1192
|
+
- c8d78b9ae9d: fix bug with `hasErrors` returning false when dealing with empty objects
|
|
1193
|
+
- 9b8c374ace5: Remove timer for skipped steps in Scaffolder Next's TaskSteps
|
|
1194
|
+
- 44941fc97eb: scaffolder/next: Move the `uiSchema` to its own property in the validation `context` to align with component development and access of `ui:options`
|
|
1195
|
+
- d9893263ba9: scaffolder/next: Fix for steps without properties
|
|
1196
|
+
- 928a12a9b3e: Internal refactor of `/alpha` exports.
|
|
1197
|
+
- cc418d652a7: scaffolder/next: Added the ability to get the fields definition in the schema in the validation function
|
|
1198
|
+
- d4100d0ec42: Fix alignment bug for owners on `TemplateCard`
|
|
1199
|
+
- Updated dependencies
|
|
1200
|
+
- @backstage/catalog-client@1.4.0
|
|
1201
|
+
- @backstage/core-components@0.12.5
|
|
1202
|
+
- @backstage/plugin-catalog-react@1.4.0
|
|
1203
|
+
- @backstage/errors@1.1.5
|
|
1204
|
+
- @backstage/core-plugin-api@1.5.0
|
|
1205
|
+
- @backstage/catalog-model@1.2.1
|
|
1206
|
+
- @backstage/theme@0.2.18
|
|
1207
|
+
- @backstage/types@1.0.2
|
|
1208
|
+
- @backstage/version-bridge@1.0.3
|
|
1209
|
+
- @backstage/plugin-scaffolder-common@1.2.6
|
|
1210
|
+
|
|
1211
|
+
## 1.2.0-next.2
|
|
1212
|
+
|
|
1213
|
+
### Patch Changes
|
|
1214
|
+
|
|
1215
|
+
- 65454876fb2: Minor API report tweaks
|
|
1216
|
+
- 3c96e77b513: Make scaffolder adhere to page themes by using page `fontColor` consistently. If your theme overwrites template list or card headers, review those styles.
|
|
1217
|
+
- d9893263ba9: scaffolder/next: Fix for steps without properties
|
|
1218
|
+
- Updated dependencies
|
|
1219
|
+
- @backstage/core-components@0.12.5-next.2
|
|
1220
|
+
- @backstage/plugin-catalog-react@1.4.0-next.2
|
|
1221
|
+
- @backstage/core-plugin-api@1.5.0-next.2
|
|
1222
|
+
|
|
1223
|
+
## 1.2.0-next.1
|
|
1224
|
+
|
|
1225
|
+
### Minor Changes
|
|
1226
|
+
|
|
1227
|
+
- 8f4d13f21cf: Move `useTaskStream`, `TaskBorder`, `TaskLogStream` and `TaskSteps` into `scaffolder-react`.
|
|
1228
|
+
|
|
1229
|
+
### Patch Changes
|
|
1230
|
+
|
|
1231
|
+
- 44941fc97eb: scaffolder/next: Move the `uiSchema` to its own property in the validation `context` to align with component development and access of `ui:options`
|
|
1232
|
+
- Updated dependencies
|
|
1233
|
+
- @backstage/core-components@0.12.5-next.1
|
|
1234
|
+
- @backstage/errors@1.1.5-next.0
|
|
1235
|
+
- @backstage/catalog-client@1.4.0-next.1
|
|
1236
|
+
- @backstage/core-plugin-api@1.4.1-next.1
|
|
1237
|
+
- @backstage/theme@0.2.18-next.0
|
|
1238
|
+
- @backstage/plugin-catalog-react@1.4.0-next.1
|
|
1239
|
+
- @backstage/catalog-model@1.2.1-next.1
|
|
1240
|
+
- @backstage/types@1.0.2
|
|
1241
|
+
- @backstage/version-bridge@1.0.3
|
|
1242
|
+
- @backstage/plugin-scaffolder-common@1.2.6-next.1
|
|
1243
|
+
|
|
1244
|
+
## 1.1.1-next.0
|
|
1245
|
+
|
|
1246
|
+
### Patch Changes
|
|
1247
|
+
|
|
1248
|
+
- c8d78b9ae9: fix bug with `hasErrors` returning false when dealing with empty objects
|
|
1249
|
+
- 928a12a9b3: Internal refactor of `/alpha` exports.
|
|
1250
|
+
- cc418d652a: scaffolder/next: Added the ability to get the fields definition in the schema in the validation function
|
|
1251
|
+
- d4100d0ec4: Fix alignment bug for owners on `TemplateCard`
|
|
1252
|
+
- Updated dependencies
|
|
1253
|
+
- @backstage/catalog-client@1.4.0-next.0
|
|
1254
|
+
- @backstage/plugin-catalog-react@1.4.0-next.0
|
|
1255
|
+
- @backstage/core-plugin-api@1.4.1-next.0
|
|
1256
|
+
- @backstage/catalog-model@1.2.1-next.0
|
|
1257
|
+
- @backstage/core-components@0.12.5-next.0
|
|
1258
|
+
- @backstage/errors@1.1.4
|
|
1259
|
+
- @backstage/theme@0.2.17
|
|
1260
|
+
- @backstage/types@1.0.2
|
|
1261
|
+
- @backstage/version-bridge@1.0.3
|
|
1262
|
+
- @backstage/plugin-scaffolder-common@1.2.6-next.0
|
|
1263
|
+
|
|
1264
|
+
## 1.1.0
|
|
1265
|
+
|
|
1266
|
+
### Minor Changes
|
|
1267
|
+
|
|
1268
|
+
- a07750745b: Added `DescriptionField` field override to the `next/scaffolder`
|
|
1269
|
+
- a521379688: Migrating the `TemplateEditorPage` to work with the new components from `@backstage/plugin-scaffolder-react`
|
|
1270
|
+
- 8c2966536b: Embed scaffolder workflow in other components
|
|
1271
|
+
- 5555e17313: refactor `createAsyncValidators` to be recursive to ensure validators are called in nested schemas.
|
|
1272
|
+
|
|
1273
|
+
### Patch Changes
|
|
1274
|
+
|
|
1275
|
+
- 04f717a8e1: `scaffolder/next`: bump `react-jsonschema-form` libraries to `v5-stable`
|
|
1276
|
+
- b46f385eff: scaffolder/next: Implementing a simple `OngoingTask` page
|
|
1277
|
+
- cbab8ac107: lock versions of `@rjsf/*-beta` packages
|
|
1278
|
+
- 346d6b6630: Upgrade `@rjsf` version 5 dependencies to `beta.18`
|
|
1279
|
+
- ccbf91051b: bump `@rjsf` `v5` dependencies to 5.1.0
|
|
1280
|
+
- d2ddde2108: Add `ScaffolderLayouts` to `NextScaffolderPage`
|
|
1281
|
+
- Updated dependencies
|
|
1282
|
+
- @backstage/core-components@0.12.4
|
|
1283
|
+
- @backstage/catalog-model@1.2.0
|
|
1284
|
+
- @backstage/theme@0.2.17
|
|
1285
|
+
- @backstage/core-plugin-api@1.4.0
|
|
1286
|
+
- @backstage/plugin-catalog-react@1.3.0
|
|
1287
|
+
- @backstage/catalog-client@1.3.1
|
|
1288
|
+
- @backstage/errors@1.1.4
|
|
1289
|
+
- @backstage/types@1.0.2
|
|
1290
|
+
- @backstage/version-bridge@1.0.3
|
|
1291
|
+
- @backstage/plugin-scaffolder-common@1.2.5
|
|
1292
|
+
|
|
1293
|
+
## 1.1.0-next.2
|
|
1294
|
+
|
|
1295
|
+
### Minor Changes
|
|
1296
|
+
|
|
1297
|
+
- 5555e17313: refactor `createAsyncValidators` to be recursive to ensure validators are called in nested schemas.
|
|
1298
|
+
|
|
1299
|
+
### Patch Changes
|
|
1300
|
+
|
|
1301
|
+
- b46f385eff: scaffolder/next: Implementing a simple `OngoingTask` page
|
|
1302
|
+
- ccbf91051b: bump `@rjsf` `v5` dependencies to 5.1.0
|
|
1303
|
+
- Updated dependencies
|
|
1304
|
+
- @backstage/catalog-model@1.2.0-next.1
|
|
1305
|
+
- @backstage/core-components@0.12.4-next.1
|
|
1306
|
+
- @backstage/catalog-client@1.3.1-next.1
|
|
1307
|
+
- @backstage/core-plugin-api@1.3.0
|
|
1308
|
+
- @backstage/errors@1.1.4
|
|
1309
|
+
- @backstage/theme@0.2.16
|
|
1310
|
+
- @backstage/types@1.0.2
|
|
1311
|
+
- @backstage/version-bridge@1.0.3
|
|
1312
|
+
- @backstage/plugin-catalog-react@1.3.0-next.2
|
|
1313
|
+
- @backstage/plugin-scaffolder-common@1.2.5-next.1
|
|
1314
|
+
|
|
1315
|
+
## 1.1.0-next.1
|
|
1316
|
+
|
|
1317
|
+
### Patch Changes
|
|
1318
|
+
|
|
1319
|
+
- 04f717a8e1: `scaffolder/next`: bump `react-jsonschema-form` libraries to `v5-stable`
|
|
1320
|
+
- 346d6b6630: Upgrade `@rjsf` version 5 dependencies to `beta.18`
|
|
1321
|
+
- Updated dependencies
|
|
1322
|
+
- @backstage/core-components@0.12.4-next.0
|
|
1323
|
+
- @backstage/plugin-catalog-react@1.3.0-next.1
|
|
1324
|
+
- @backstage/catalog-client@1.3.1-next.0
|
|
1325
|
+
- @backstage/catalog-model@1.1.6-next.0
|
|
1326
|
+
- @backstage/core-plugin-api@1.3.0
|
|
1327
|
+
- @backstage/errors@1.1.4
|
|
1328
|
+
- @backstage/theme@0.2.16
|
|
1329
|
+
- @backstage/types@1.0.2
|
|
1330
|
+
- @backstage/version-bridge@1.0.3
|
|
1331
|
+
- @backstage/plugin-scaffolder-common@1.2.5-next.0
|
|
1332
|
+
|
|
1333
|
+
## 1.1.0-next.0
|
|
1334
|
+
|
|
1335
|
+
### Minor Changes
|
|
1336
|
+
|
|
1337
|
+
- 8c2966536b: Embed scaffolder workflow in other components
|
|
1338
|
+
|
|
1339
|
+
### Patch Changes
|
|
1340
|
+
|
|
1341
|
+
- cbab8ac107: lock versions of `@rjsf/*-beta` packages
|
|
1342
|
+
- d2ddde2108: Add `ScaffolderLayouts` to `NextScaffolderPage`
|
|
1343
|
+
- Updated dependencies
|
|
1344
|
+
- @backstage/plugin-catalog-react@1.3.0-next.0
|
|
1345
|
+
- @backstage/catalog-model@1.1.6-next.0
|
|
1346
|
+
- @backstage/catalog-client@1.3.1-next.0
|
|
1347
|
+
- @backstage/plugin-scaffolder-common@1.2.5-next.0
|
|
1348
|
+
|
|
1349
|
+
## 1.0.0
|
|
1350
|
+
|
|
1351
|
+
### Major Changes
|
|
1352
|
+
|
|
1353
|
+
- b4955ed7b9: Re-home some of the common types, components, hooks and `scaffolderApiRef` for the `@backstage/plugin-scaffolder` to this package for easy re-use across things that want to interact with the `scaffolder`.
|
|
1354
|
+
|
|
1355
|
+
### Patch Changes
|
|
1356
|
+
|
|
1357
|
+
- Updated dependencies
|
|
1358
|
+
- @backstage/catalog-model@1.1.5
|
|
1359
|
+
- @backstage/plugin-scaffolder-common@1.2.4
|
|
1360
|
+
- @backstage/catalog-client@1.3.0
|
|
1361
|
+
- @backstage/plugin-catalog-react@1.2.4
|
|
1362
|
+
- @backstage/core-components@0.12.3
|
|
1363
|
+
- @backstage/core-plugin-api@1.3.0
|
|
1364
|
+
- @backstage/errors@1.1.4
|
|
1365
|
+
- @backstage/theme@0.2.16
|
|
1366
|
+
- @backstage/types@1.0.2
|
|
1367
|
+
- @backstage/version-bridge@1.0.3
|
|
1368
|
+
|
|
1369
|
+
## 1.0.0-next.0
|
|
1370
|
+
|
|
1371
|
+
### Major Changes
|
|
1372
|
+
|
|
1373
|
+
- b4955ed7b9: Re-home some of the common types, components, hooks and `scaffolderApiRef` for the `@backstage/plugin-scaffolder` to this package for easy re-use across things that want to interact with the `scaffolder`.
|
|
1374
|
+
|
|
1375
|
+
### Patch Changes
|
|
1376
|
+
|
|
1377
|
+
- Updated dependencies
|
|
1378
|
+
- @backstage/core-plugin-api@1.3.0-next.1
|
|
1379
|
+
- @backstage/catalog-client@1.3.0-next.2
|
|
1380
|
+
- @backstage/plugin-catalog-react@1.2.4-next.2
|
|
1381
|
+
- @backstage/catalog-model@1.1.5-next.1
|
|
1382
|
+
- @backstage/core-components@0.12.3-next.2
|
|
1383
|
+
- @backstage/errors@1.1.4
|
|
1384
|
+
- @backstage/theme@0.2.16
|
|
1385
|
+
- @backstage/types@1.0.2
|
|
1386
|
+
- @backstage/version-bridge@1.0.3
|
|
1387
|
+
- @backstage/plugin-scaffolder-common@1.2.4-next.1
|
|
1388
|
+
in the review step label
|
|
18
1389
|
|
|
19
1390
|
## 1.8.5
|
|
20
1391
|
|