@backstage/plugin-scaffolder-react 1.8.7-next.3 → 1.9.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,2912 @@
1
1
  # @backstage/plugin-scaffolder-react
2
2
 
3
+ ## 1.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 62bd9eb: Replace `ui:widget: password` with the a warning message stating that it's not secure and to use the build in `SecretField`.
8
+
9
+ You can do this by updating your `template.yaml` files that have the reference `ui:widget: password` to `ui:field: Secret` instead.
10
+
11
+ ```diff
12
+ apiVersion: backstage.io/v1alpha1
13
+ kind: Template
14
+ metadata:
15
+ ...
16
+
17
+ spec:
18
+ parameters:
19
+ - title: collect some information
20
+ schema:
21
+ type: object
22
+ properties:
23
+ password:
24
+ title: Password
25
+ type: string
26
+ - ui:widget: password
27
+ + ui:field: Secret
28
+ steps:
29
+ - id: collect-info
30
+ name: Collect some information
31
+ action: acme:do:something
32
+ input:
33
+ - password: ${{ parameters.password }}
34
+ + password: ${{ secrets.password }}
35
+ ```
36
+
37
+ ### Patch Changes
38
+
39
+ - 86dc29d: Links that are rendered in the markdown in the `ScaffolderField` component are now opened in new tabs.
40
+ - d44a20a: Added additional plugin metadata to `package.json`.
41
+ - fa8560e: Prevents Autocomplete dropdown from overlapping sidebar on hovering it
42
+ - 6cb4886: Updated dependency `@rjsf/utils` to `5.18.4`.
43
+ Updated dependency `@rjsf/core` to `5.18.4`.
44
+ Updated dependency `@rjsf/material-ui` to `5.18.4`.
45
+ Updated dependency `@rjsf/validator-ajv8` to `5.18.4`.
46
+ - 75dcd7e: Fixing bug in `formData` type as it should be `optional` as it's possibly undefined
47
+ - 928cfa0: Fixed a typo '
48
+
49
+ ## 1.8.7-next.3
50
+
51
+ ### Patch Changes
52
+
53
+ - d44a20a: Added additional plugin metadata to `package.json`.
54
+ - fa8560e: Prevents Autocomplete dropdown from overlapping sidebar on hovering it
55
+ - Updated dependencies
56
+ - @backstage/core-components@0.14.8-next.2
57
+ - @backstage/plugin-scaffolder-common@1.5.3-next.1
58
+ - @backstage/plugin-permission-react@0.4.23-next.1
59
+ - @backstage/plugin-catalog-react@1.12.1-next.2
60
+ - @backstage/catalog-client@1.6.5
61
+ - @backstage/catalog-model@1.5.0
62
+ - @backstage/core-plugin-api@1.9.3-next.0
63
+ - @backstage/theme@0.5.6-next.0
64
+ - @backstage/types@1.1.1
65
+ - @backstage/version-bridge@1.0.8
66
+
67
+ ## 1.8.7-next.2
68
+
69
+ ### Patch Changes
70
+
71
+ - Updated dependencies
72
+ - @backstage/core-components@0.14.8-next.1
73
+ - @backstage/core-plugin-api@1.9.3-next.0
74
+ - @backstage/plugin-catalog-react@1.12.1-next.1
75
+ - @backstage/plugin-permission-react@0.4.23-next.0
76
+ - @backstage/catalog-client@1.6.5
77
+ - @backstage/catalog-model@1.5.0
78
+ - @backstage/theme@0.5.6-next.0
79
+ - @backstage/types@1.1.1
80
+ - @backstage/version-bridge@1.0.8
81
+ - @backstage/plugin-scaffolder-common@1.5.3-next.0
82
+
83
+ ## 1.8.7-next.1
84
+
85
+ ### Patch Changes
86
+
87
+ - 75dcd7e: Fixing bug in `formData` type as it should be `optional` as it's possibly undefined
88
+ - 928cfa0: Fixed a typo '
89
+
90
+ ## 1.8.6-next.0
91
+
92
+ ### Patch Changes
93
+
94
+ - 86dc29d: Links that are rendered in the markdown in the `ScaffolderField` component are now opened in new tabs.
95
+ - Updated dependencies
96
+ - @backstage/theme@0.5.6-next.0
97
+ - @backstage/core-components@0.14.8-next.0
98
+ - @backstage/catalog-client@1.6.5
99
+ - @backstage/catalog-model@1.5.0
100
+ - @backstage/core-plugin-api@1.9.2
101
+ - @backstage/types@1.1.1
102
+ - @backstage/version-bridge@1.0.8
103
+ - @backstage/plugin-catalog-react@1.12.1-next.0
104
+ - @backstage/plugin-scaffolder-common@1.5.2
105
+
106
+ ## 1.8.5
107
+
108
+ ### Patch Changes
109
+
110
+ - 9156654: Capturing more event clicks for scaffolder
111
+ - 0040ec2: Updated dependency `@rjsf/utils` to `5.18.2`.
112
+ Updated dependency `@rjsf/core` to `5.18.2`.
113
+ Updated dependency `@rjsf/material-ui` to `5.18.2`.
114
+ Updated dependency `@rjsf/validator-ajv8` to `5.18.2`.
115
+ - Updated dependencies
116
+ - @backstage/plugin-scaffolder-common@1.5.2
117
+ - @backstage/core-components@0.14.7
118
+ - @backstage/catalog-model@1.5.0
119
+ - @backstage/plugin-catalog-react@1.12.0
120
+ - @backstage/theme@0.5.4
121
+ - @backstage/catalog-client@1.6.5
122
+
123
+ ## 1.8.5-next.2
124
+
125
+ ### Patch Changes
126
+
127
+ - Updated dependencies
128
+ - @backstage/plugin-catalog-react@1.12.0-next.2
129
+ - @backstage/core-components@0.14.7-next.2
130
+
131
+ ## 1.8.5-next.1
132
+
133
+ ### Patch Changes
134
+
135
+ - 9156654: Capturing more event clicks for scaffolder
136
+ - Updated dependencies
137
+ - @backstage/plugin-scaffolder-common@1.5.2-next.1
138
+ - @backstage/core-components@0.14.6-next.1
139
+ - @backstage/plugin-catalog-react@1.11.4-next.1
140
+
141
+ ## 1.8.5-next.0
142
+
143
+ ### Patch Changes
144
+
145
+ - 0040ec2: Updated dependency `@rjsf/utils` to `5.18.2`.
146
+ Updated dependency `@rjsf/core` to `5.18.2`.
147
+ Updated dependency `@rjsf/material-ui` to `5.18.2`.
148
+ Updated dependency `@rjsf/validator-ajv8` to `5.18.2`.
149
+ - Updated dependencies
150
+ - @backstage/catalog-model@1.5.0-next.0
151
+ - @backstage/theme@0.5.4-next.0
152
+ - @backstage/core-components@0.14.5-next.0
153
+ - @backstage/catalog-client@1.6.5-next.0
154
+ - @backstage/plugin-catalog-react@1.11.4-next.0
155
+ - @backstage/plugin-scaffolder-common@1.5.2-next.0
156
+ - @backstage/core-plugin-api@1.9.2
157
+ - @backstage/types@1.1.1
158
+ - @backstage/version-bridge@1.0.8
159
+
160
+ ## 1.8.4
161
+
162
+ ### Patch Changes
163
+
164
+ - abfbcfc: Updated dependency `@testing-library/react` to `^15.0.0`.
165
+ - 87d2eb8: Updated dependency `json-schema-library` to `^9.0.0`.
166
+ - cb1e3b0: Updated dependency `@testing-library/dom` to `^10.0.0`.
167
+ - 0e692cf: Added ESLint rule `no-top-level-material-ui-4-imports` to migrate the Material UI imports.
168
+ - 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.
169
+
170
+ 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.
171
+
172
+ - Updated dependencies
173
+ - @backstage/plugin-catalog-react@1.11.3
174
+ - @backstage/core-components@0.14.4
175
+ - @backstage/core-plugin-api@1.9.2
176
+ - @backstage/theme@0.5.3
177
+ - @backstage/version-bridge@1.0.8
178
+ - @backstage/catalog-client@1.6.4
179
+ - @backstage/catalog-model@1.4.5
180
+ - @backstage/types@1.1.1
181
+ - @backstage/plugin-scaffolder-common@1.5.1
182
+
183
+ ## 1.8.4-next.1
184
+
185
+ ### Patch Changes
186
+
187
+ - 87d2eb8: Updated dependency `json-schema-library` to `^9.0.0`.
188
+ - 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.
189
+
190
+ 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.
191
+
192
+ - Updated dependencies
193
+ - @backstage/catalog-client@1.6.4-next.0
194
+ - @backstage/catalog-model@1.4.5
195
+ - @backstage/core-components@0.14.4-next.0
196
+ - @backstage/core-plugin-api@1.9.1
197
+ - @backstage/theme@0.5.2
198
+ - @backstage/types@1.1.1
199
+ - @backstage/version-bridge@1.0.7
200
+ - @backstage/plugin-catalog-react@1.11.3-next.1
201
+ - @backstage/plugin-scaffolder-common@1.5.1
202
+
203
+ ## 1.8.4-next.0
204
+
205
+ ### Patch Changes
206
+
207
+ - Updated dependencies
208
+ - @backstage/core-components@0.14.4-next.0
209
+ - @backstage/catalog-client@1.6.3
210
+ - @backstage/catalog-model@1.4.5
211
+ - @backstage/core-plugin-api@1.9.1
212
+ - @backstage/theme@0.5.2
213
+ - @backstage/types@1.1.1
214
+ - @backstage/version-bridge@1.0.7
215
+ - @backstage/plugin-catalog-react@1.11.3-next.0
216
+ - @backstage/plugin-scaffolder-common@1.5.1
217
+
218
+ ## 1.8.3
219
+
220
+ ### Patch Changes
221
+
222
+ - e8f026a: Use ESM exports of react-use library
223
+ - Updated dependencies
224
+ - @backstage/catalog-client@1.6.3
225
+ - @backstage/core-components@0.14.3
226
+ - @backstage/plugin-catalog-react@1.11.2
227
+ - @backstage/core-plugin-api@1.9.1
228
+ - @backstage/catalog-model@1.4.5
229
+ - @backstage/theme@0.5.2
230
+ - @backstage/types@1.1.1
231
+ - @backstage/version-bridge@1.0.7
232
+ - @backstage/plugin-scaffolder-common@1.5.1
233
+
234
+ ## 1.8.2
235
+
236
+ ### Patch Changes
237
+
238
+ - e8f026a: Use ESM exports of react-use library
239
+ - Updated dependencies
240
+ - @backstage/catalog-client@1.6.2
241
+ - @backstage/core-components@0.14.2
242
+ - @backstage/plugin-catalog-react@1.11.1
243
+ - @backstage/core-plugin-api@1.9.1
244
+ - @backstage/catalog-model@1.4.5
245
+ - @backstage/theme@0.5.2
246
+ - @backstage/types@1.1.1
247
+ - @backstage/version-bridge@1.0.7
248
+ - @backstage/plugin-scaffolder-common@1.5.1
249
+
250
+ ## 1.8.1
251
+
252
+ ### Patch Changes
253
+
254
+ - 930b5c1: Added 'root' and 'label' class key to TemplateCategoryPicker
255
+ - 6d649d2: Updated dependency `flatted` to `3.3.1`.
256
+ - 0cecb09: Updated dependency `@rjsf/utils` to `5.17.1`.
257
+ Updated dependency `@rjsf/core` to `5.17.1`.
258
+ Updated dependency `@rjsf/material-ui` to `5.17.1`.
259
+ Updated dependency `@rjsf/validator-ajv8` to `5.17.1`.
260
+ - Updated dependencies
261
+ - @backstage/core-components@0.14.1
262
+ - @backstage/theme@0.5.2
263
+ - @backstage/plugin-catalog-react@1.11.0
264
+ - @backstage/catalog-client@1.6.1
265
+ - @backstage/catalog-model@1.4.5
266
+ - @backstage/core-plugin-api@1.9.1
267
+ - @backstage/types@1.1.1
268
+ - @backstage/version-bridge@1.0.7
269
+ - @backstage/plugin-scaffolder-common@1.5.1
270
+
271
+ ## 1.8.1-next.2
272
+
273
+ ### Patch Changes
274
+
275
+ - Updated dependencies
276
+ - @backstage/core-components@0.14.1-next.2
277
+ - @backstage/plugin-catalog-react@1.11.0-next.2
278
+ - @backstage/catalog-client@1.6.1-next.1
279
+ - @backstage/catalog-model@1.4.5-next.0
280
+ - @backstage/core-plugin-api@1.9.1-next.1
281
+ - @backstage/theme@0.5.2-next.0
282
+ - @backstage/types@1.1.1
283
+ - @backstage/version-bridge@1.0.7
284
+ - @backstage/plugin-scaffolder-common@1.5.1-next.1
285
+
286
+ ## 1.8.1-next.1
287
+
288
+ ### Patch Changes
289
+
290
+ - Updated dependencies
291
+ - @backstage/core-components@0.14.1-next.1
292
+ - @backstage/plugin-catalog-react@1.10.1-next.1
293
+ - @backstage/core-plugin-api@1.9.1-next.1
294
+ - @backstage/catalog-client@1.6.1-next.0
295
+ - @backstage/catalog-model@1.4.5-next.0
296
+ - @backstage/theme@0.5.2-next.0
297
+ - @backstage/types@1.1.1
298
+ - @backstage/version-bridge@1.0.7
299
+ - @backstage/plugin-scaffolder-common@1.5.1-next.1
300
+
301
+ ## 1.8.1-next.0
302
+
303
+ ### Patch Changes
304
+
305
+ - 930b5c1: Added 'root' and 'label' class key to TemplateCategoryPicker
306
+ - 6d649d2: Updated dependency `flatted` to `3.3.1`.
307
+ - 0cecb09: Updated dependency `@rjsf/utils` to `5.17.1`.
308
+ Updated dependency `@rjsf/core` to `5.17.1`.
309
+ Updated dependency `@rjsf/material-ui` to `5.17.1`.
310
+ Updated dependency `@rjsf/validator-ajv8` to `5.17.1`.
311
+ - Updated dependencies
312
+ - @backstage/theme@0.5.2-next.0
313
+ - @backstage/core-components@0.14.1-next.0
314
+ - @backstage/plugin-catalog-react@1.10.1-next.0
315
+ - @backstage/catalog-client@1.6.1-next.0
316
+ - @backstage/catalog-model@1.4.5-next.0
317
+ - @backstage/core-plugin-api@1.9.1-next.0
318
+ - @backstage/types@1.1.1
319
+ - @backstage/version-bridge@1.0.7
320
+ - @backstage/plugin-scaffolder-common@1.5.1-next.0
321
+
322
+ ## 1.8.0
323
+
324
+ ### Minor Changes
325
+
326
+ - c56f1a2: Remove the old legacy exports from `/alpha`
327
+ - 11b9a08: Introduced the first version of recoverable tasks.
328
+ - b07ec70: Use more distinguishable icons for link (`Link`) and text output (`Description`).
329
+
330
+ ### Patch Changes
331
+
332
+ - 3f60ad5: fix for: converting circular structure to JSON error
333
+ - 0b0c6b6: Allow defining default output text to be shown
334
+ - 8fe56a8: Widen `@types/react` dependency range to include version 18.
335
+ - 31f0a0a: Added `ScaffolderPageContextMenu` to `ActionsPage`, `ListTaskPage`, and `TemplateEditorPage` so that you can more easily navigate between these pages
336
+ - 09cedb9: Updated dependency `@react-hookz/web` to `^24.0.0`.
337
+ - e6f0831: Updated dependency `@rjsf/utils` to `5.17.0`.
338
+ Updated dependency `@rjsf/core` to `5.17.0`.
339
+ Updated dependency `@rjsf/material-ui` to `5.17.0`.
340
+ Updated dependency `@rjsf/validator-ajv8` to `5.17.0`.
341
+ - 6a74ffd: Updated dependency `@rjsf/utils` to `5.16.1`.
342
+ Updated dependency `@rjsf/core` to `5.16.1`.
343
+ Updated dependency `@rjsf/material-ui` to `5.16.1`.
344
+ Updated dependency `@rjsf/validator-ajv8` to `5.16.1`.
345
+ - 3dff4b0: Remove unused deps
346
+ - 82affc7: Fix issue where `ui:schema` was replaced with an empty object if `dependencies` is defined
347
+ - 2985186: Fix bug that erroneously caused a separator or a 0 to render in the TemplateCard for Templates with empty links
348
+ - Updated dependencies
349
+ - @backstage/plugin-catalog-react@1.10.0
350
+ - @backstage/core-components@0.14.0
351
+ - @backstage/catalog-model@1.4.4
352
+ - @backstage/theme@0.5.1
353
+ - @backstage/core-plugin-api@1.9.0
354
+ - @backstage/catalog-client@1.6.0
355
+ - @backstage/plugin-scaffolder-common@1.5.0
356
+ - @backstage/types@1.1.1
357
+ - @backstage/version-bridge@1.0.7
358
+
359
+ ## 1.8.0-next.3
360
+
361
+ ### Patch Changes
362
+
363
+ - 09cedb9: Updated dependency `@react-hookz/web` to `^24.0.0`.
364
+ - e6f0831: Updated dependency `@rjsf/utils` to `5.17.0`.
365
+ Updated dependency `@rjsf/core` to `5.17.0`.
366
+ Updated dependency `@rjsf/material-ui` to `5.17.0`.
367
+ Updated dependency `@rjsf/validator-ajv8` to `5.17.0`.
368
+ - Updated dependencies
369
+ - @backstage/theme@0.5.1-next.1
370
+ - @backstage/core-components@0.14.0-next.2
371
+ - @backstage/plugin-catalog-react@1.10.0-next.3
372
+ - @backstage/catalog-client@1.6.0-next.1
373
+ - @backstage/catalog-model@1.4.4-next.0
374
+ - @backstage/core-plugin-api@1.9.0-next.1
375
+ - @backstage/types@1.1.1
376
+ - @backstage/version-bridge@1.0.7
377
+ - @backstage/plugin-scaffolder-common@1.5.0-next.1
378
+
379
+ ## 1.8.0-next.2
380
+
381
+ ### Patch Changes
382
+
383
+ - 8fe56a8: Widen `@types/react` dependency range to include version 18.
384
+ - 2985186: Fix bug that erroneously caused a separator or a 0 to render in the TemplateCard for Templates with empty links
385
+ - Updated dependencies
386
+ - @backstage/core-components@0.14.0-next.1
387
+ - @backstage/core-plugin-api@1.9.0-next.1
388
+ - @backstage/plugin-catalog-react@1.10.0-next.2
389
+ - @backstage/theme@0.5.1-next.0
390
+ - @backstage/catalog-client@1.6.0-next.1
391
+ - @backstage/catalog-model@1.4.4-next.0
392
+ - @backstage/types@1.1.1
393
+ - @backstage/version-bridge@1.0.7
394
+ - @backstage/plugin-scaffolder-common@1.5.0-next.1
395
+
396
+ ## 1.8.0-next.1
397
+
398
+ ### Minor Changes
399
+
400
+ - b07ec70: Use more distinguishable icons for link (`Link`) and text output (`Description`).
401
+
402
+ ### Patch Changes
403
+
404
+ - 3f60ad5: fix for: converting circular structure to JSON error
405
+ - 31f0a0a: Added `ScaffolderPageContextMenu` to `ActionsPage`, `ListTaskPage`, and `TemplateEditorPage` so that you can more easily navigate between these pages
406
+ - 82affc7: Fix issue where `ui:schema` was replaced with an empty object if `dependencies` is defined
407
+ - Updated dependencies
408
+ - @backstage/core-components@0.14.0-next.0
409
+ - @backstage/catalog-model@1.4.4-next.0
410
+ - @backstage/catalog-client@1.6.0-next.1
411
+ - @backstage/core-plugin-api@1.8.3-next.0
412
+ - @backstage/plugin-catalog-react@1.9.4-next.1
413
+ - @backstage/theme@0.5.0
414
+ - @backstage/types@1.1.1
415
+ - @backstage/version-bridge@1.0.7
416
+ - @backstage/plugin-scaffolder-common@1.5.0-next.1
417
+
418
+ ## 1.8.0-next.0
419
+
420
+ ### Minor Changes
421
+
422
+ - c56f1a2: Remove the old legacy exports from `/alpha`
423
+ - 11b9a08: Introduced the first version of recoverable tasks.
424
+
425
+ ### Patch Changes
426
+
427
+ - 0b0c6b6: Allow defining default output text to be shown
428
+ - 6a74ffd: Updated dependency `@rjsf/utils` to `5.16.1`.
429
+ Updated dependency `@rjsf/core` to `5.16.1`.
430
+ Updated dependency `@rjsf/material-ui` to `5.16.1`.
431
+ Updated dependency `@rjsf/validator-ajv8` to `5.16.1`.
432
+ - Updated dependencies
433
+ - @backstage/plugin-catalog-react@1.9.4-next.0
434
+ - @backstage/catalog-client@1.6.0-next.0
435
+ - @backstage/plugin-scaffolder-common@1.5.0-next.0
436
+ - @backstage/core-components@0.13.10
437
+ - @backstage/catalog-model@1.4.3
438
+ - @backstage/core-plugin-api@1.8.2
439
+ - @backstage/theme@0.5.0
440
+ - @backstage/types@1.1.1
441
+ - @backstage/version-bridge@1.0.7
442
+
443
+ ## 1.7.1
444
+
445
+ ### Patch Changes
446
+
447
+ - c28f281: Scaffolder form now shows a list of errors at the top of the form.
448
+ - 0b9ce2b: Fix for a step with no properties
449
+ - 98ac5ab: Updated dependency `@rjsf/utils` to `5.15.1`.
450
+ Updated dependency `@rjsf/core` to `5.15.1`.
451
+ Updated dependency `@rjsf/material-ui` to `5.15.1`.
452
+ Updated dependency `@rjsf/validator-ajv8` to `5.15.1`.
453
+ - 4016f21: Remove some unused dependencies
454
+ - d16f85f: Show first scaffolder output text by default
455
+ - Updated dependencies
456
+ - @backstage/core-components@0.13.10
457
+ - @backstage/plugin-scaffolder-common@1.4.5
458
+ - @backstage/core-plugin-api@1.8.2
459
+ - @backstage/catalog-client@1.5.2
460
+ - @backstage/plugin-catalog-react@1.9.3
461
+ - @backstage/catalog-model@1.4.3
462
+ - @backstage/theme@0.5.0
463
+ - @backstage/types@1.1.1
464
+ - @backstage/version-bridge@1.0.7
465
+
466
+ ## 1.7.1-next.2
467
+
468
+ ### Patch Changes
469
+
470
+ - 98ac5ab: Updated dependency `@rjsf/utils` to `5.15.1`.
471
+ Updated dependency `@rjsf/core` to `5.15.1`.
472
+ Updated dependency `@rjsf/material-ui` to `5.15.1`.
473
+ Updated dependency `@rjsf/validator-ajv8` to `5.15.1`.
474
+ - Updated dependencies
475
+ - @backstage/plugin-catalog-react@1.9.3-next.2
476
+
477
+ ## 1.7.1-next.1
478
+
479
+ ### Patch Changes
480
+
481
+ - Updated dependencies
482
+ - @backstage/core-plugin-api@1.8.2-next.0
483
+ - @backstage/core-components@0.13.10-next.1
484
+ - @backstage/plugin-catalog-react@1.9.3-next.1
485
+ - @backstage/catalog-client@1.5.2-next.0
486
+ - @backstage/catalog-model@1.4.3
487
+ - @backstage/theme@0.5.0
488
+ - @backstage/types@1.1.1
489
+ - @backstage/version-bridge@1.0.7
490
+ - @backstage/plugin-scaffolder-common@1.4.4
491
+
492
+ ## 1.7.1-next.0
493
+
494
+ ### Patch Changes
495
+
496
+ - c28f281: Scaffolder form now shows a list of errors at the top of the form.
497
+ - 4016f21: Remove some unused dependencies
498
+ - Updated dependencies
499
+ - @backstage/core-components@0.13.10-next.0
500
+ - @backstage/catalog-client@1.5.2-next.0
501
+ - @backstage/plugin-catalog-react@1.9.3-next.0
502
+ - @backstage/catalog-model@1.4.3
503
+ - @backstage/core-plugin-api@1.8.1
504
+ - @backstage/theme@0.5.0
505
+ - @backstage/types@1.1.1
506
+ - @backstage/version-bridge@1.0.7
507
+ - @backstage/plugin-scaffolder-common@1.4.4
508
+
509
+ ## 1.7.0
510
+
511
+ ### Minor Changes
512
+
513
+ - 33edf50: Added support for dealing with user provided secrets using a new field extension `ui:field: Secret`
514
+
515
+ ### Patch Changes
516
+
517
+ - 670c7cc: Fix bug where `properties` is set to empty object when it should be empty for schema dependencies
518
+ - fa66d1b: Fixed bug in `ReviewState` where `enum` value was displayed in step review instead of the corresponding label when using `enumNames`
519
+ - 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.
520
+ - aaa6fb3: Minor updates for TypeScript 5.2.2+ compatibility
521
+ - 2aee53b: Add horizontal slider if stepper overflows
522
+ - 2b72591: Updated dependency `@rjsf/utils` to `5.14.3`.
523
+ Updated dependency `@rjsf/core` to `5.14.3`.
524
+ Updated dependency `@rjsf/material-ui` to `5.14.3`.
525
+ Updated dependency `@rjsf/validator-ajv8` to `5.14.3`.
526
+ - 6cd12f2: Updated dependency `@rjsf/utils` to `5.14.1`.
527
+ Updated dependency `@rjsf/core` to `5.14.1`.
528
+ Updated dependency `@rjsf/material-ui` to `5.14.1`.
529
+ Updated dependency `@rjsf/validator-ajv8` to `5.14.1`.
530
+ - a518c5a: Updated dependency `@react-hookz/web` to `^23.0.0`.
531
+ - 64301d3: Updated dependency `@rjsf/utils` to `5.15.0`.
532
+ Updated dependency `@rjsf/core` to `5.15.0`.
533
+ Updated dependency `@rjsf/material-ui` to `5.15.0`.
534
+ Updated dependency `@rjsf/validator-ajv8` to `5.15.0`.
535
+ - 63c494e: Updated dependency `@rjsf/utils` to `5.14.2`.
536
+ Updated dependency `@rjsf/core` to `5.14.2`.
537
+ Updated dependency `@rjsf/material-ui` to `5.14.2`.
538
+ Updated dependency `@rjsf/validator-ajv8` to `5.14.2`.
539
+ - c8908d4: Use new option from RJSF 5.15
540
+ - 0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617
541
+ - 5bb5240: Fixed issue for showing undefined for hidden form items
542
+ - Updated dependencies
543
+ - @backstage/core-plugin-api@1.8.1
544
+ - @backstage/plugin-catalog-react@1.9.2
545
+ - @backstage/core-components@0.13.9
546
+ - @backstage/theme@0.5.0
547
+ - @backstage/catalog-client@1.5.0
548
+ - @backstage/catalog-model@1.4.3
549
+ - @backstage/errors@1.2.3
550
+ - @backstage/types@1.1.1
551
+ - @backstage/version-bridge@1.0.7
552
+ - @backstage/plugin-scaffolder-common@1.4.4
553
+
554
+ ## 1.6.2-next.3
555
+
556
+ ### Patch Changes
557
+
558
+ - 64301d3: Updated dependency `@rjsf/utils` to `5.15.0`.
559
+ Updated dependency `@rjsf/core` to `5.15.0`.
560
+ Updated dependency `@rjsf/material-ui` to `5.15.0`.
561
+ Updated dependency `@rjsf/validator-ajv8` to `5.15.0`.
562
+ - c8908d4: Use new option from RJSF 5.15
563
+ - Updated dependencies
564
+ - @backstage/core-components@0.13.9-next.3
565
+ - @backstage/catalog-client@1.5.0-next.1
566
+ - @backstage/catalog-model@1.4.3
567
+ - @backstage/core-plugin-api@1.8.1-next.1
568
+ - @backstage/errors@1.2.3
569
+ - @backstage/theme@0.5.0-next.1
570
+ - @backstage/types@1.1.1
571
+ - @backstage/version-bridge@1.0.7
572
+ - @backstage/plugin-catalog-react@1.9.2-next.3
573
+ - @backstage/plugin-scaffolder-common@1.4.3
574
+
575
+ ## 1.6.2-next.2
576
+
577
+ ### Patch Changes
578
+
579
+ - 5bb5240: Fixed issue for showing undefined for hidden form items
580
+ - Updated dependencies
581
+ - @backstage/theme@0.5.0-next.1
582
+ - @backstage/plugin-catalog-react@1.9.2-next.2
583
+ - @backstage/catalog-client@1.5.0-next.1
584
+ - @backstage/catalog-model@1.4.3
585
+ - @backstage/core-components@0.13.9-next.2
586
+ - @backstage/core-plugin-api@1.8.1-next.1
587
+ - @backstage/errors@1.2.3
588
+ - @backstage/types@1.1.1
589
+ - @backstage/version-bridge@1.0.7
590
+ - @backstage/plugin-scaffolder-common@1.4.3
591
+
592
+ ## 1.6.2-next.1
593
+
594
+ ### Patch Changes
595
+
596
+ - fa66d1b5b3: Fixed bug in `ReviewState` where `enum` value was displayed in step review instead of the corresponding label when using `enumNames`
597
+ - 2aee53bbeb: Add horizontal slider if stepper overflows
598
+ - 2b725913c1: Updated dependency `@rjsf/utils` to `5.14.3`.
599
+ Updated dependency `@rjsf/core` to `5.14.3`.
600
+ Updated dependency `@rjsf/material-ui` to `5.14.3`.
601
+ Updated dependency `@rjsf/validator-ajv8` to `5.14.3`.
602
+ - a518c5a25b: Updated dependency `@react-hookz/web` to `^23.0.0`.
603
+ - Updated dependencies
604
+ - @backstage/core-components@0.13.9-next.1
605
+ - @backstage/core-plugin-api@1.8.1-next.1
606
+ - @backstage/plugin-catalog-react@1.9.2-next.1
607
+ - @backstage/catalog-client@1.5.0-next.0
608
+ - @backstage/catalog-model@1.4.3
609
+ - @backstage/errors@1.2.3
610
+ - @backstage/theme@0.5.0-next.0
611
+ - @backstage/types@1.1.1
612
+ - @backstage/version-bridge@1.0.7
613
+ - @backstage/plugin-scaffolder-common@1.4.3
614
+
615
+ ## 1.6.2-next.0
616
+
617
+ ### Patch Changes
618
+
619
+ - 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.
620
+ - aaa6fb3bc9: Minor updates for TypeScript 5.2.2+ compatibility
621
+ - 6cd12f277b: Updated dependency `@rjsf/utils` to `5.14.1`.
622
+ Updated dependency `@rjsf/core` to `5.14.1`.
623
+ Updated dependency `@rjsf/material-ui` to `5.14.1`.
624
+ Updated dependency `@rjsf/validator-ajv8` to `5.14.1`.
625
+ - 63c494ef22: Updated dependency `@rjsf/utils` to `5.14.2`.
626
+ Updated dependency `@rjsf/core` to `5.14.2`.
627
+ Updated dependency `@rjsf/material-ui` to `5.14.2`.
628
+ Updated dependency `@rjsf/validator-ajv8` to `5.14.2`.
629
+ - Updated dependencies
630
+ - @backstage/core-plugin-api@1.8.1-next.0
631
+ - @backstage/plugin-catalog-react@1.9.2-next.0
632
+ - @backstage/core-components@0.13.9-next.0
633
+ - @backstage/theme@0.5.0-next.0
634
+ - @backstage/catalog-client@1.4.6
635
+ - @backstage/catalog-model@1.4.3
636
+ - @backstage/errors@1.2.3
637
+ - @backstage/types@1.1.1
638
+ - @backstage/version-bridge@1.0.7
639
+ - @backstage/plugin-scaffolder-common@1.4.3
640
+
641
+ ## 1.6.0
642
+
643
+ ### Minor Changes
644
+
645
+ - 3fdffbb699: Release design improvements for the `Scaffolder` plugin and support v5 of `@rjsf/*` libraries.
646
+
647
+ 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)
648
+
649
+ 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.
650
+
651
+ 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.
652
+
653
+ ### Patch Changes
654
+
655
+ - 6c2b872153: Add official support for React 18.
656
+ - 171a99816b: Fixed `backstage:featureFlag` in `scaffolder/next` by sorting out `manifest.steps`.
657
+ - c838da0edd: Updated dependency `@rjsf/utils` to `5.13.6`.
658
+ Updated dependency `@rjsf/core` to `5.13.6`.
659
+ Updated dependency `@rjsf/material-ui` to `5.13.6`.
660
+ Updated dependency `@rjsf/validator-ajv8` to `5.13.6`.
661
+ - 69c14904b6: Use `EntityRefLinks` with `hideIcons` property to avoid double icons
662
+ - 62b5922916: Internal theme type updates
663
+ - dda56ae265: Preserve step's time execution for a non-running task.
664
+ - 76d07da66a: Make it possible to define control buttons text (Back, Create, Review) per template
665
+ - Updated dependencies
666
+ - @backstage/plugin-catalog-react@1.9.0
667
+ - @backstage/core-components@0.13.8
668
+ - @backstage/plugin-scaffolder-common@1.4.3
669
+ - @backstage/core-plugin-api@1.8.0
670
+ - @backstage/version-bridge@1.0.7
671
+ - @backstage/theme@0.4.4
672
+ - @backstage/catalog-client@1.4.6
673
+ - @backstage/catalog-model@1.4.3
674
+ - @backstage/errors@1.2.3
675
+ - @backstage/types@1.1.1
676
+
677
+ ## 1.6.0-next.2
678
+
679
+ ### Patch Changes
680
+
681
+ - Updated dependencies
682
+ - @backstage/core-components@0.13.8-next.2
683
+ - @backstage/plugin-catalog-react@1.9.0-next.2
684
+
685
+ ## 1.6.0-next.1
686
+
687
+ ### Patch Changes
688
+
689
+ - 62b5922916: Internal theme type updates
690
+ - 76d07da66a: Make it possible to define control buttons text (Back, Create, Review) per template
691
+ - Updated dependencies
692
+ - @backstage/plugin-catalog-react@1.9.0-next.1
693
+ - @backstage/plugin-scaffolder-common@1.4.3-next.1
694
+ - @backstage/core-components@0.13.8-next.1
695
+ - @backstage/catalog-client@1.4.5
696
+ - @backstage/catalog-model@1.4.3
697
+ - @backstage/core-plugin-api@1.8.0-next.0
698
+ - @backstage/errors@1.2.3
699
+ - @backstage/theme@0.4.4-next.0
700
+ - @backstage/types@1.1.1
701
+ - @backstage/version-bridge@1.0.7-next.0
702
+
703
+ ## 1.6.0-next.0
704
+
705
+ ### Minor Changes
706
+
707
+ - 3fdffbb699: Release design improvements for the `Scaffolder` plugin and support v5 of `@rjsf/*` libraries.
708
+
709
+ 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)
710
+
711
+ 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.
712
+
713
+ 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.
714
+
715
+ ### Patch Changes
716
+
717
+ - 6c2b872153: Add official support for React 18.
718
+ - Updated dependencies
719
+ - @backstage/core-components@0.13.7-next.0
720
+ - @backstage/plugin-scaffolder-common@1.4.3-next.0
721
+ - @backstage/plugin-catalog-react@1.9.0-next.0
722
+ - @backstage/core-plugin-api@1.8.0-next.0
723
+ - @backstage/version-bridge@1.0.7-next.0
724
+ - @backstage/theme@0.4.4-next.0
725
+ - @backstage/catalog-client@1.4.5
726
+ - @backstage/catalog-model@1.4.3
727
+ - @backstage/errors@1.2.3
728
+ - @backstage/types@1.1.1
729
+
730
+ ## 1.5.6
731
+
732
+ ### Patch Changes
733
+
734
+ - 9a1fce352e: Updated dependency `@testing-library/jest-dom` to `^6.0.0`.
735
+ - f95af4e540: Updated dependency `@testing-library/dom` to `^9.0.0`.
736
+ - Updated dependencies
737
+ - @backstage/plugin-catalog-react@1.8.5
738
+ - @backstage/core-plugin-api@1.7.0
739
+ - @backstage/core-components@0.13.6
740
+ - @backstage/catalog-model@1.4.3
741
+ - @backstage/errors@1.2.3
742
+ - @backstage/version-bridge@1.0.6
743
+ - @backstage/theme@0.4.3
744
+ - @backstage/catalog-client@1.4.5
745
+ - @backstage/types@1.1.1
746
+ - @backstage/plugin-scaffolder-common@1.4.2
747
+
748
+ ## 1.5.6-next.2
749
+
750
+ ### Patch Changes
751
+
752
+ - Updated dependencies
753
+ - @backstage/core-components@0.13.6-next.2
754
+ - @backstage/core-plugin-api@1.7.0-next.1
755
+ - @backstage/catalog-model@1.4.3-next.0
756
+ - @backstage/plugin-catalog-react@1.8.5-next.2
757
+ - @backstage/errors@1.2.3-next.0
758
+ - @backstage/theme@0.4.3-next.0
759
+ - @backstage/catalog-client@1.4.5-next.0
760
+ - @backstage/types@1.1.1
761
+ - @backstage/version-bridge@1.0.5
762
+ - @backstage/plugin-scaffolder-common@1.4.2-next.0
763
+
764
+ ## 1.5.6-next.1
765
+
766
+ ### Patch Changes
767
+
768
+ - Updated dependencies
769
+ - @backstage/core-components@0.13.6-next.1
770
+ - @backstage/plugin-catalog-react@1.8.5-next.1
771
+ - @backstage/core-plugin-api@1.7.0-next.0
772
+ - @backstage/catalog-client@1.4.4
773
+ - @backstage/catalog-model@1.4.2
774
+ - @backstage/errors@1.2.2
775
+ - @backstage/theme@0.4.2
776
+ - @backstage/types@1.1.1
777
+ - @backstage/version-bridge@1.0.5
778
+ - @backstage/plugin-scaffolder-common@1.4.1
779
+
780
+ ## 1.5.6-next.0
781
+
782
+ ### Patch Changes
783
+
784
+ - Updated dependencies
785
+ - @backstage/plugin-catalog-react@1.8.5-next.0
786
+ - @backstage/core-plugin-api@1.7.0-next.0
787
+ - @backstage/core-components@0.13.6-next.0
788
+ - @backstage/catalog-client@1.4.4
789
+ - @backstage/catalog-model@1.4.2
790
+ - @backstage/errors@1.2.2
791
+ - @backstage/theme@0.4.2
792
+ - @backstage/types@1.1.1
793
+ - @backstage/version-bridge@1.0.5
794
+ - @backstage/plugin-scaffolder-common@1.4.1
795
+
796
+ ## 1.5.5
797
+
798
+ ### Patch Changes
799
+
800
+ - 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
801
+ - b16c341ced45: Updated dependency `@rjsf/utils` to `5.13.0`.
802
+ Updated dependency `@rjsf/core-v5` to `npm:@rjsf/core@5.13.0`.
803
+ Updated dependency `@rjsf/material-ui-v5` to `npm:@rjsf/material-ui@5.13.0`.
804
+ Updated dependency `@rjsf/validator-ajv8` to `5.13.0`.
805
+ - 27fef07f9229: Updated dependency `use-immer` to `^0.9.0`.
806
+ - Updated dependencies
807
+ - @backstage/plugin-catalog-react@1.8.4
808
+ - @backstage/core-components@0.13.5
809
+ - @backstage/catalog-client@1.4.4
810
+ - @backstage/catalog-model@1.4.2
811
+ - @backstage/core-plugin-api@1.6.0
812
+ - @backstage/errors@1.2.2
813
+ - @backstage/plugin-scaffolder-common@1.4.1
814
+ - @backstage/theme@0.4.2
815
+ - @backstage/types@1.1.1
816
+ - @backstage/version-bridge@1.0.5
817
+
818
+ ## 1.5.5-next.3
819
+
820
+ ### Patch Changes
821
+
822
+ - 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
823
+ - b16c341ced45: Updated dependency `@rjsf/utils` to `5.13.0`.
824
+ Updated dependency `@rjsf/core-v5` to `npm:@rjsf/core@5.13.0`.
825
+ Updated dependency `@rjsf/material-ui-v5` to `npm:@rjsf/material-ui@5.13.0`.
826
+ Updated dependency `@rjsf/validator-ajv8` to `5.13.0`.
827
+ - Updated dependencies
828
+ - @backstage/catalog-client@1.4.4-next.2
829
+ - @backstage/catalog-model@1.4.2-next.2
830
+ - @backstage/core-components@0.13.5-next.3
831
+ - @backstage/core-plugin-api@1.6.0-next.3
832
+ - @backstage/errors@1.2.2-next.0
833
+ - @backstage/plugin-catalog-react@1.8.4-next.3
834
+ - @backstage/plugin-scaffolder-common@1.4.1-next.2
835
+ - @backstage/theme@0.4.2-next.0
836
+ - @backstage/types@1.1.1-next.0
837
+ - @backstage/version-bridge@1.0.5-next.0
838
+
839
+ ## 1.5.5-next.2
840
+
841
+ ### Patch Changes
842
+
843
+ - 27fef07f9229: Updated dependency `use-immer` to `^0.9.0`.
844
+ - Updated dependencies
845
+ - @backstage/core-components@0.13.5-next.2
846
+ - @backstage/core-plugin-api@1.6.0-next.2
847
+ - @backstage/plugin-catalog-react@1.8.4-next.2
848
+ - @backstage/catalog-model@1.4.2-next.1
849
+ - @backstage/catalog-client@1.4.4-next.1
850
+ - @backstage/errors@1.2.1
851
+ - @backstage/theme@0.4.1
852
+ - @backstage/types@1.1.0
853
+ - @backstage/version-bridge@1.0.4
854
+ - @backstage/plugin-scaffolder-common@1.4.1-next.1
855
+
856
+ ## 1.5.5-next.1
857
+
858
+ ### Patch Changes
859
+
860
+ - Updated dependencies
861
+ - @backstage/plugin-catalog-react@1.8.4-next.1
862
+ - @backstage/core-components@0.13.5-next.1
863
+ - @backstage/catalog-model@1.4.2-next.0
864
+ - @backstage/core-plugin-api@1.6.0-next.1
865
+ - @backstage/catalog-client@1.4.4-next.0
866
+ - @backstage/plugin-scaffolder-common@1.4.1-next.0
867
+ - @backstage/errors@1.2.1
868
+ - @backstage/theme@0.4.1
869
+ - @backstage/types@1.1.0
870
+ - @backstage/version-bridge@1.0.4
871
+
872
+ ## 1.5.4-next.0
873
+
874
+ ### Patch Changes
875
+
876
+ - Updated dependencies
877
+ - @backstage/core-plugin-api@1.6.0-next.0
878
+ - @backstage/core-components@0.13.5-next.0
879
+ - @backstage/catalog-client@1.4.3
880
+ - @backstage/catalog-model@1.4.1
881
+ - @backstage/errors@1.2.1
882
+ - @backstage/theme@0.4.1
883
+ - @backstage/types@1.1.0
884
+ - @backstage/version-bridge@1.0.4
885
+ - @backstage/plugin-catalog-react@1.8.3-next.0
886
+ - @backstage/plugin-scaffolder-common@1.4.0
887
+
888
+ ## 1.5.2
889
+
890
+ ### Patch Changes
891
+
892
+ - ba9ee98a37bd: Fixed bug in Workflow component by passing a prop `templateName` down to Stepper component.
893
+ - Updated dependencies
894
+ - @backstage/core-components@0.13.4
895
+ - @backstage/plugin-catalog-react@1.8.1
896
+ - @backstage/plugin-scaffolder-common@1.4.0
897
+ - @backstage/core-plugin-api@1.5.3
898
+ - @backstage/catalog-client@1.4.3
899
+ - @backstage/catalog-model@1.4.1
900
+ - @backstage/errors@1.2.1
901
+ - @backstage/theme@0.4.1
902
+ - @backstage/types@1.1.0
903
+ - @backstage/version-bridge@1.0.4
904
+
905
+ ## 1.5.2-next.1
906
+
907
+ ### Patch Changes
908
+
909
+ - Updated dependencies
910
+ - @backstage/plugin-catalog-react@1.8.1-next.1
911
+
912
+ ## 1.5.2-next.0
913
+
914
+ ### Patch Changes
915
+
916
+ - ba9ee98a37bd: Fixed bug in Workflow component by passing a prop `templateName` down to Stepper component.
917
+ - Updated dependencies
918
+ - @backstage/core-components@0.13.4-next.0
919
+ - @backstage/core-plugin-api@1.5.3
920
+ - @backstage/plugin-catalog-react@1.8.1-next.0
921
+ - @backstage/catalog-client@1.4.3
922
+ - @backstage/catalog-model@1.4.1
923
+ - @backstage/errors@1.2.1
924
+ - @backstage/theme@0.4.1
925
+ - @backstage/types@1.1.0
926
+ - @backstage/version-bridge@1.0.4
927
+ - @backstage/plugin-scaffolder-common@1.3.2
928
+
929
+ ## 1.5.1
930
+
931
+ ### Patch Changes
932
+
933
+ - f74a27de4d2c: Made markdown description theme-able
934
+ - Updated dependencies
935
+ - @backstage/theme@0.4.1
936
+ - @backstage/errors@1.2.1
937
+ - @backstage/plugin-catalog-react@1.8.0
938
+ - @backstage/core-components@0.13.3
939
+ - @backstage/core-plugin-api@1.5.3
940
+ - @backstage/catalog-client@1.4.3
941
+ - @backstage/catalog-model@1.4.1
942
+ - @backstage/types@1.1.0
943
+ - @backstage/version-bridge@1.0.4
944
+ - @backstage/plugin-scaffolder-common@1.3.2
945
+
946
+ ## 1.5.1-next.2
947
+
948
+ ### Patch Changes
949
+
950
+ - Updated dependencies
951
+ - @backstage/plugin-catalog-react@1.8.0-next.2
952
+ - @backstage/theme@0.4.1-next.1
953
+ - @backstage/core-plugin-api@1.5.3-next.1
954
+ - @backstage/core-components@0.13.3-next.2
955
+ - @backstage/catalog-client@1.4.3-next.0
956
+ - @backstage/catalog-model@1.4.1-next.0
957
+ - @backstage/errors@1.2.1-next.0
958
+ - @backstage/types@1.1.0
959
+ - @backstage/version-bridge@1.0.4
960
+ - @backstage/plugin-scaffolder-common@1.3.2-next.0
961
+
962
+ ## 1.5.1-next.1
963
+
964
+ ### Patch Changes
965
+
966
+ - f74a27de4d2c: Made markdown description theme-able
967
+ - Updated dependencies
968
+ - @backstage/theme@0.4.1-next.0
969
+ - @backstage/core-components@0.13.3-next.1
970
+ - @backstage/core-plugin-api@1.5.3-next.0
971
+ - @backstage/plugin-catalog-react@1.7.1-next.1
972
+
973
+ ## 1.5.1-next.0
974
+
975
+ ### Patch Changes
976
+
977
+ - Updated dependencies
978
+ - @backstage/errors@1.2.1-next.0
979
+ - @backstage/core-components@0.13.3-next.0
980
+ - @backstage/catalog-client@1.4.3-next.0
981
+ - @backstage/catalog-model@1.4.1-next.0
982
+ - @backstage/core-plugin-api@1.5.2
983
+ - @backstage/theme@0.4.0
984
+ - @backstage/types@1.1.0
985
+ - @backstage/version-bridge@1.0.4
986
+ - @backstage/plugin-catalog-react@1.7.1-next.0
987
+ - @backstage/plugin-scaffolder-common@1.3.2-next.0
988
+
989
+ ## 1.5.0
990
+
991
+ ### Minor Changes
992
+
993
+ - 6b571405f806: `scaffolder/next`: Provide some default template components to `rjsf` to allow for standardization and markdown descriptions
994
+ - 4505dc3b4598: `scaffolder/next`: Don't render `TemplateGroups` when there's no results in with search query
995
+ - a452bda74d7a: Fixed typescript casting bug for useTemplateParameterSchema hook
996
+ - 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`.
997
+
998
+ ### Patch Changes
999
+
1000
+ - 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
1001
+ - cf34311cdbe1: Extract `ui:*` fields from conditional `then` and `else` schema branches.
1002
+ - 2ff94da135a4: bump `rjsf` dependencies to 5.7.3
1003
+ - 74b216ee4e50: Add `PropsWithChildren` to usages of `ComponentType`, in preparation for React 18 where the children are no longer implicit.
1004
+ - Updated dependencies
1005
+ - @backstage/core-plugin-api@1.5.2
1006
+ - @backstage/catalog-client@1.4.2
1007
+ - @backstage/core-components@0.13.2
1008
+ - @backstage/types@1.1.0
1009
+ - @backstage/theme@0.4.0
1010
+ - @backstage/plugin-catalog-react@1.7.0
1011
+ - @backstage/catalog-model@1.4.0
1012
+ - @backstage/errors@1.2.0
1013
+ - @backstage/version-bridge@1.0.4
1014
+ - @backstage/plugin-scaffolder-common@1.3.1
1015
+
1016
+ ## 1.5.0-next.3
1017
+
1018
+ ### Minor Changes
1019
+
1020
+ - a452bda74d7a: Fixed typescript casting bug for useTemplateParameterSchema hook
1021
+
1022
+ ### Patch Changes
1023
+
1024
+ - Updated dependencies
1025
+ - @backstage/core-components@0.13.2-next.3
1026
+ - @backstage/catalog-model@1.4.0-next.1
1027
+ - @backstage/catalog-client@1.4.2-next.2
1028
+ - @backstage/core-plugin-api@1.5.2-next.0
1029
+ - @backstage/errors@1.2.0-next.0
1030
+ - @backstage/theme@0.4.0-next.1
1031
+ - @backstage/types@1.0.2
1032
+ - @backstage/version-bridge@1.0.4
1033
+ - @backstage/plugin-catalog-react@1.7.0-next.3
1034
+ - @backstage/plugin-scaffolder-common@1.3.1-next.1
1035
+
1036
+ ## 1.5.0-next.2
1037
+
1038
+ ### Patch Changes
1039
+
1040
+ - cf34311cdbe1: Extract `ui:*` fields from conditional `then` and `else` schema branches.
1041
+ - 2ff94da135a4: bump `rjsf` dependencies to 5.7.3
1042
+ - Updated dependencies
1043
+ - @backstage/theme@0.4.0-next.1
1044
+ - @backstage/plugin-catalog-react@1.7.0-next.2
1045
+ - @backstage/core-components@0.13.2-next.2
1046
+ - @backstage/core-plugin-api@1.5.2-next.0
1047
+
1048
+ ## 1.5.0-next.1
1049
+
1050
+ ### Minor Changes
1051
+
1052
+ - 6b571405f806: `scaffolder/next`: Provide some default template components to `rjsf` to allow for standardization and markdown descriptions
1053
+ - 4505dc3b4598: `scaffolder/next`: Don't render `TemplateGroups` when there's no results in with search query
1054
+ - 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`.
1055
+
1056
+ ### Patch Changes
1057
+
1058
+ - 74b216ee4e50: Add `PropsWithChildren` to usages of `ComponentType`, in preparation for React 18 where the children are no longer implicit.
1059
+ - Updated dependencies
1060
+ - @backstage/errors@1.2.0-next.0
1061
+ - @backstage/core-components@0.13.2-next.1
1062
+ - @backstage/plugin-catalog-react@1.7.0-next.1
1063
+ - @backstage/catalog-model@1.4.0-next.0
1064
+ - @backstage/core-plugin-api@1.5.2-next.0
1065
+ - @backstage/catalog-client@1.4.2-next.1
1066
+ - @backstage/plugin-scaffolder-common@1.3.1-next.0
1067
+ - @backstage/theme@0.4.0-next.0
1068
+ - @backstage/types@1.0.2
1069
+ - @backstage/version-bridge@1.0.4
1070
+
1071
+ ## 1.4.1-next.0
1072
+
1073
+ ### Patch Changes
1074
+
1075
+ - 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
1076
+ - Updated dependencies
1077
+ - @backstage/catalog-client@1.4.2-next.0
1078
+ - @backstage/plugin-catalog-react@1.7.0-next.0
1079
+ - @backstage/theme@0.4.0-next.0
1080
+ - @backstage/core-components@0.13.2-next.0
1081
+ - @backstage/core-plugin-api@1.5.1
1082
+ - @backstage/catalog-model@1.3.0
1083
+ - @backstage/errors@1.1.5
1084
+ - @backstage/types@1.0.2
1085
+ - @backstage/version-bridge@1.0.4
1086
+ - @backstage/plugin-scaffolder-common@1.3.0
1087
+
1088
+ ## 1.4.0
1089
+
1090
+ ### Minor Changes
1091
+
1092
+ - 82e10a6939c: Add support for Markdown text blob outputs from templates
1093
+
1094
+ ### Patch Changes
1095
+
1096
+ - ad1a1429de4: Improvements to the `scaffolder/next` buttons UX:
1097
+
1098
+ - Added padding around the "Create" button in the `Stepper` component
1099
+ - 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
1100
+ - Added a "Show Button Bar"/"Hide Button Bar" item to the `ContextMenu` component
1101
+
1102
+ - Updated dependencies
1103
+ - @backstage/theme@0.3.0
1104
+ - @backstage/plugin-catalog-react@1.6.0
1105
+ - @backstage/plugin-scaffolder-common@1.3.0
1106
+ - @backstage/core-components@0.13.1
1107
+ - @backstage/catalog-client@1.4.1
1108
+ - @backstage/catalog-model@1.3.0
1109
+ - @backstage/core-plugin-api@1.5.1
1110
+ - @backstage/errors@1.1.5
1111
+ - @backstage/types@1.0.2
1112
+ - @backstage/version-bridge@1.0.4
1113
+
1114
+ ## 1.4.0-next.2
1115
+
1116
+ ### Minor Changes
1117
+
1118
+ - 82e10a6939c: Add support for Markdown text blob outputs from templates
1119
+
1120
+ ### Patch Changes
1121
+
1122
+ - Updated dependencies
1123
+ - @backstage/theme@0.3.0-next.0
1124
+ - @backstage/plugin-scaffolder-common@1.3.0-next.0
1125
+ - @backstage/core-components@0.13.1-next.1
1126
+ - @backstage/plugin-catalog-react@1.6.0-next.2
1127
+ - @backstage/core-plugin-api@1.5.1
1128
+
1129
+ ## 1.3.1-next.1
1130
+
1131
+ ### Patch Changes
1132
+
1133
+ - Updated dependencies
1134
+ - @backstage/core-components@0.13.1-next.0
1135
+ - @backstage/core-plugin-api@1.5.1
1136
+ - @backstage/plugin-catalog-react@1.6.0-next.1
1137
+
1138
+ ## 1.3.1-next.0
1139
+
1140
+ ### Patch Changes
1141
+
1142
+ - ad1a1429de4: Improvements to the `scaffolder/next` buttons UX:
1143
+
1144
+ - Added padding around the "Create" button in the `Stepper` component
1145
+ - 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
1146
+ - Added a "Show Button Bar"/"Hide Button Bar" item to the `ContextMenu` component
1147
+
1148
+ - Updated dependencies
1149
+ - @backstage/plugin-catalog-react@1.6.0-next.0
1150
+ - @backstage/core-components@0.13.0
1151
+ - @backstage/core-plugin-api@1.5.1
1152
+ - @backstage/catalog-client@1.4.1
1153
+ - @backstage/catalog-model@1.3.0
1154
+ - @backstage/errors@1.1.5
1155
+ - @backstage/theme@0.2.19
1156
+ - @backstage/types@1.0.2
1157
+ - @backstage/version-bridge@1.0.4
1158
+ - @backstage/plugin-scaffolder-common@1.2.7
1159
+
1160
+ ## 1.3.0
1161
+
1162
+ ### Minor Changes
1163
+
1164
+ - 259d3407b9b: Move `CategoryPicker` from `scaffolder` into `scaffolder-react`
1165
+ Move `ContextMenu` into `scaffolder-react` and rename it to `ScaffolderPageContextMenu`
1166
+ - 2cfd03d7376: To offer better customization options, `ScaffolderPageContextMenu` takes callbacks as props instead of booleans
1167
+ - 48da4c46e45: `scaffolder/next`: Export the `TemplateGroupFilter` and `TemplateGroups` and make an extensible component
1168
+
1169
+ ### Patch Changes
1170
+
1171
+ - 7e1d900413a: `scaffolder/next`: Bump `@rjsf/*` dependencies to 5.5.2
1172
+ - e27ddc36dad: Added a possibility to cancel the running task (executing of a scaffolder template)
1173
+ - 0435174b06f: Accessibility issues identified using lighthouse fixed.
1174
+ - 7a6b16cc506: `scaffolder/next`: Bump `@rjsf/*` deps to 5.3.1
1175
+ - 90dda42cfd2: bug: Invert `templateFilter` predicate to align with `Array.filter`
1176
+ - d2488f5e54c: Add an indication that the validators are running when clicking `next` on each step of the form.
1177
+ - 1e4f5e91b8e: Bump `zod` and `zod-to-json-schema` dependencies.
1178
+ - 8c40997df44: Updated dependency `@rjsf/core-v5` to `npm:@rjsf/core@5.5.2`.
1179
+ - f84fc7fd040: Updated dependency `@rjsf/validator-ajv8` to `5.3.0`.
1180
+ - 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
1181
+ - 34dab7ee7f8: `scaffolder/next`: bump `rjsf` dependencies to `5.5.0`
1182
+ - 2898b6c8d52: Minor type tweaks for TypeScript 5.0
1183
+ - e0c6e8b9c3c: Update peer dependencies
1184
+ - cf71c3744a5: scaffolder/next: Bump `@rjsf/*` dependencies to 5.6.0
1185
+ - Updated dependencies
1186
+ - @backstage/core-components@0.13.0
1187
+ - @backstage/plugin-scaffolder-common@1.2.7
1188
+ - @backstage/catalog-client@1.4.1
1189
+ - @backstage/plugin-catalog-react@1.5.0
1190
+ - @backstage/theme@0.2.19
1191
+ - @backstage/core-plugin-api@1.5.1
1192
+ - @backstage/catalog-model@1.3.0
1193
+ - @backstage/version-bridge@1.0.4
1194
+ - @backstage/errors@1.1.5
1195
+ - @backstage/types@1.0.2
1196
+
1197
+ ## 1.3.0-next.3
1198
+
1199
+ ### Patch Changes
1200
+
1201
+ - d2488f5e54c: Add indication that the validators are running
1202
+ - 8c40997df44: Updated dependency `@rjsf/core-v5` to `npm:@rjsf/core@5.5.2`.
1203
+ - Updated dependencies
1204
+ - @backstage/plugin-catalog-react@1.5.0-next.3
1205
+ - @backstage/catalog-model@1.3.0-next.0
1206
+ - @backstage/core-components@0.13.0-next.3
1207
+ - @backstage/catalog-client@1.4.1-next.1
1208
+ - @backstage/core-plugin-api@1.5.1-next.1
1209
+ - @backstage/errors@1.1.5
1210
+ - @backstage/theme@0.2.19-next.0
1211
+ - @backstage/types@1.0.2
1212
+ - @backstage/version-bridge@1.0.4-next.0
1213
+ - @backstage/plugin-scaffolder-common@1.2.7-next.2
1214
+
1215
+ ## 1.3.0-next.2
1216
+
1217
+ ### Patch Changes
1218
+
1219
+ - 90dda42cfd2: bug: Invert `templateFilter` predicate to align with `Array.filter`
1220
+ - 34dab7ee7f8: `scaffolder/next`: bump `rjsf` dependencies to `5.5.0`
1221
+ - 2898b6c8d52: Minor type tweaks for TypeScript 5.0
1222
+ - Updated dependencies
1223
+ - @backstage/catalog-client@1.4.1-next.0
1224
+ - @backstage/core-components@0.12.6-next.2
1225
+ - @backstage/plugin-catalog-react@1.4.1-next.2
1226
+ - @backstage/core-plugin-api@1.5.1-next.1
1227
+ - @backstage/catalog-model@1.2.1
1228
+ - @backstage/errors@1.1.5
1229
+ - @backstage/theme@0.2.19-next.0
1230
+ - @backstage/types@1.0.2
1231
+ - @backstage/version-bridge@1.0.4-next.0
1232
+ - @backstage/plugin-scaffolder-common@1.2.7-next.1
1233
+
1234
+ ## 1.3.0-next.1
1235
+
1236
+ ### Patch Changes
1237
+
1238
+ - 1e4f5e91b8e: Bump `zod` and `zod-to-json-schema` dependencies.
1239
+ - e0c6e8b9c3c: Update peer dependencies
1240
+ - Updated dependencies
1241
+ - @backstage/core-components@0.12.6-next.1
1242
+ - @backstage/plugin-scaffolder-common@1.2.7-next.1
1243
+ - @backstage/core-plugin-api@1.5.1-next.0
1244
+ - @backstage/version-bridge@1.0.4-next.0
1245
+ - @backstage/plugin-catalog-react@1.4.1-next.1
1246
+ - @backstage/theme@0.2.19-next.0
1247
+ - @backstage/catalog-client@1.4.0
1248
+ - @backstage/catalog-model@1.2.1
1249
+ - @backstage/errors@1.1.5
1250
+ - @backstage/types@1.0.2
1251
+
1252
+ ## 1.3.0-next.0
1253
+
1254
+ ### Minor Changes
1255
+
1256
+ - 259d3407b9b: Move `CategoryPicker` from `scaffolder` into `scaffolder-react`
1257
+ Move `ContextMenu` into `scaffolder-react` and rename it to `ScaffolderPageContextMenu`
1258
+ - 2cfd03d7376: To offer better customization options, `ScaffolderPageContextMenu` takes callbacks as props instead of booleans
1259
+ - 48da4c46e45: `scaffolder/next`: Export the `TemplateGroupFilter` and `TemplateGroups` and make an extensible component
1260
+
1261
+ ### Patch Changes
1262
+
1263
+ - e27ddc36dad: Added a possibility to cancel the running task (executing of a scaffolder template)
1264
+ - 7a6b16cc506: `scaffolder/next`: Bump `@rjsf/*` deps to 5.3.1
1265
+ - f84fc7fd040: Updated dependency `@rjsf/validator-ajv8` to `5.3.0`.
1266
+ - 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
1267
+ - Updated dependencies
1268
+ - @backstage/plugin-scaffolder-common@1.2.7-next.0
1269
+ - @backstage/core-components@0.12.6-next.0
1270
+ - @backstage/plugin-catalog-react@1.4.1-next.0
1271
+ - @backstage/core-plugin-api@1.5.0
1272
+ - @backstage/catalog-client@1.4.0
1273
+ - @backstage/catalog-model@1.2.1
1274
+ - @backstage/errors@1.1.5
1275
+ - @backstage/theme@0.2.18
1276
+ - @backstage/types@1.0.2
1277
+ - @backstage/version-bridge@1.0.3
1278
+
1279
+ ## 1.2.0
1280
+
1281
+ ### Minor Changes
1282
+
1283
+ - 8f4d13f21cf: Move `useTaskStream`, `TaskBorder`, `TaskLogStream` and `TaskSteps` into `scaffolder-react`.
1284
+
1285
+ ### Patch Changes
1286
+
1287
+ - 65454876fb2: Minor API report tweaks
1288
+ - 3c96e77b513: Make scaffolder adhere to page themes by using page `fontColor` consistently. If your theme overwrites template list or card headers, review those styles.
1289
+ - c8d78b9ae9d: fix bug with `hasErrors` returning false when dealing with empty objects
1290
+ - 9b8c374ace5: Remove timer for skipped steps in Scaffolder Next's TaskSteps
1291
+ - 44941fc97eb: scaffolder/next: Move the `uiSchema` to its own property in the validation `context` to align with component development and access of `ui:options`
1292
+ - d9893263ba9: scaffolder/next: Fix for steps without properties
1293
+ - 928a12a9b3e: Internal refactor of `/alpha` exports.
1294
+ - cc418d652a7: scaffolder/next: Added the ability to get the fields definition in the schema in the validation function
1295
+ - d4100d0ec42: Fix alignment bug for owners on `TemplateCard`
1296
+ - Updated dependencies
1297
+ - @backstage/catalog-client@1.4.0
1298
+ - @backstage/core-components@0.12.5
1299
+ - @backstage/plugin-catalog-react@1.4.0
1300
+ - @backstage/errors@1.1.5
1301
+ - @backstage/core-plugin-api@1.5.0
1302
+ - @backstage/catalog-model@1.2.1
1303
+ - @backstage/theme@0.2.18
1304
+ - @backstage/types@1.0.2
1305
+ - @backstage/version-bridge@1.0.3
1306
+ - @backstage/plugin-scaffolder-common@1.2.6
1307
+
1308
+ ## 1.2.0-next.2
1309
+
1310
+ ### Patch Changes
1311
+
1312
+ - 65454876fb2: Minor API report tweaks
1313
+ - 3c96e77b513: Make scaffolder adhere to page themes by using page `fontColor` consistently. If your theme overwrites template list or card headers, review those styles.
1314
+ - d9893263ba9: scaffolder/next: Fix for steps without properties
1315
+ - Updated dependencies
1316
+ - @backstage/core-components@0.12.5-next.2
1317
+ - @backstage/plugin-catalog-react@1.4.0-next.2
1318
+ - @backstage/core-plugin-api@1.5.0-next.2
1319
+
1320
+ ## 1.2.0-next.1
1321
+
1322
+ ### Minor Changes
1323
+
1324
+ - 8f4d13f21cf: Move `useTaskStream`, `TaskBorder`, `TaskLogStream` and `TaskSteps` into `scaffolder-react`.
1325
+
1326
+ ### Patch Changes
1327
+
1328
+ - 44941fc97eb: scaffolder/next: Move the `uiSchema` to its own property in the validation `context` to align with component development and access of `ui:options`
1329
+ - Updated dependencies
1330
+ - @backstage/core-components@0.12.5-next.1
1331
+ - @backstage/errors@1.1.5-next.0
1332
+ - @backstage/catalog-client@1.4.0-next.1
1333
+ - @backstage/core-plugin-api@1.4.1-next.1
1334
+ - @backstage/theme@0.2.18-next.0
1335
+ - @backstage/plugin-catalog-react@1.4.0-next.1
1336
+ - @backstage/catalog-model@1.2.1-next.1
1337
+ - @backstage/types@1.0.2
1338
+ - @backstage/version-bridge@1.0.3
1339
+ - @backstage/plugin-scaffolder-common@1.2.6-next.1
1340
+
1341
+ ## 1.1.1-next.0
1342
+
1343
+ ### Patch Changes
1344
+
1345
+ - c8d78b9ae9: fix bug with `hasErrors` returning false when dealing with empty objects
1346
+ - 928a12a9b3: Internal refactor of `/alpha` exports.
1347
+ - cc418d652a: scaffolder/next: Added the ability to get the fields definition in the schema in the validation function
1348
+ - d4100d0ec4: Fix alignment bug for owners on `TemplateCard`
1349
+ - Updated dependencies
1350
+ - @backstage/catalog-client@1.4.0-next.0
1351
+ - @backstage/plugin-catalog-react@1.4.0-next.0
1352
+ - @backstage/core-plugin-api@1.4.1-next.0
1353
+ - @backstage/catalog-model@1.2.1-next.0
1354
+ - @backstage/core-components@0.12.5-next.0
1355
+ - @backstage/errors@1.1.4
1356
+ - @backstage/theme@0.2.17
1357
+ - @backstage/types@1.0.2
1358
+ - @backstage/version-bridge@1.0.3
1359
+ - @backstage/plugin-scaffolder-common@1.2.6-next.0
1360
+
1361
+ ## 1.1.0
1362
+
1363
+ ### Minor Changes
1364
+
1365
+ - a07750745b: Added `DescriptionField` field override to the `next/scaffolder`
1366
+ - a521379688: Migrating the `TemplateEditorPage` to work with the new components from `@backstage/plugin-scaffolder-react`
1367
+ - 8c2966536b: Embed scaffolder workflow in other components
1368
+ - 5555e17313: refactor `createAsyncValidators` to be recursive to ensure validators are called in nested schemas.
1369
+
1370
+ ### Patch Changes
1371
+
1372
+ - 04f717a8e1: `scaffolder/next`: bump `react-jsonschema-form` libraries to `v5-stable`
1373
+ - b46f385eff: scaffolder/next: Implementing a simple `OngoingTask` page
1374
+ - cbab8ac107: lock versions of `@rjsf/*-beta` packages
1375
+ - 346d6b6630: Upgrade `@rjsf` version 5 dependencies to `beta.18`
1376
+ - ccbf91051b: bump `@rjsf` `v5` dependencies to 5.1.0
1377
+ - d2ddde2108: Add `ScaffolderLayouts` to `NextScaffolderPage`
1378
+ - Updated dependencies
1379
+ - @backstage/core-components@0.12.4
1380
+ - @backstage/catalog-model@1.2.0
1381
+ - @backstage/theme@0.2.17
1382
+ - @backstage/core-plugin-api@1.4.0
1383
+ - @backstage/plugin-catalog-react@1.3.0
1384
+ - @backstage/catalog-client@1.3.1
1385
+ - @backstage/errors@1.1.4
1386
+ - @backstage/types@1.0.2
1387
+ - @backstage/version-bridge@1.0.3
1388
+ - @backstage/plugin-scaffolder-common@1.2.5
1389
+
1390
+ ## 1.1.0-next.2
1391
+
1392
+ ### Minor Changes
1393
+
1394
+ - 5555e17313: refactor `createAsyncValidators` to be recursive to ensure validators are called in nested schemas.
1395
+
1396
+ ### Patch Changes
1397
+
1398
+ - b46f385eff: scaffolder/next: Implementing a simple `OngoingTask` page
1399
+ - ccbf91051b: bump `@rjsf` `v5` dependencies to 5.1.0
1400
+ - Updated dependencies
1401
+ - @backstage/catalog-model@1.2.0-next.1
1402
+ - @backstage/core-components@0.12.4-next.1
1403
+ - @backstage/catalog-client@1.3.1-next.1
1404
+ - @backstage/core-plugin-api@1.3.0
1405
+ - @backstage/errors@1.1.4
1406
+ - @backstage/theme@0.2.16
1407
+ - @backstage/types@1.0.2
1408
+ - @backstage/version-bridge@1.0.3
1409
+ - @backstage/plugin-catalog-react@1.3.0-next.2
1410
+ - @backstage/plugin-scaffolder-common@1.2.5-next.1
1411
+
1412
+ ## 1.1.0-next.1
1413
+
1414
+ ### Patch Changes
1415
+
1416
+ - 04f717a8e1: `scaffolder/next`: bump `react-jsonschema-form` libraries to `v5-stable`
1417
+ - 346d6b6630: Upgrade `@rjsf` version 5 dependencies to `beta.18`
1418
+ - Updated dependencies
1419
+ - @backstage/core-components@0.12.4-next.0
1420
+ - @backstage/plugin-catalog-react@1.3.0-next.1
1421
+ - @backstage/catalog-client@1.3.1-next.0
1422
+ - @backstage/catalog-model@1.1.6-next.0
1423
+ - @backstage/core-plugin-api@1.3.0
1424
+ - @backstage/errors@1.1.4
1425
+ - @backstage/theme@0.2.16
1426
+ - @backstage/types@1.0.2
1427
+ - @backstage/version-bridge@1.0.3
1428
+ - @backstage/plugin-scaffolder-common@1.2.5-next.0
1429
+
1430
+ ## 1.1.0-next.0
1431
+
1432
+ ### Minor Changes
1433
+
1434
+ - 8c2966536b: Embed scaffolder workflow in other components
1435
+
1436
+ ### Patch Changes
1437
+
1438
+ - cbab8ac107: lock versions of `@rjsf/*-beta` packages
1439
+ - d2ddde2108: Add `ScaffolderLayouts` to `NextScaffolderPage`
1440
+ - Updated dependencies
1441
+ - @backstage/plugin-catalog-react@1.3.0-next.0
1442
+ - @backstage/catalog-model@1.1.6-next.0
1443
+ - @backstage/catalog-client@1.3.1-next.0
1444
+ - @backstage/plugin-scaffolder-common@1.2.5-next.0
1445
+
1446
+ ## 1.0.0
1447
+
1448
+ ### Major Changes
1449
+
1450
+ - 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`.
1451
+
1452
+ ### Patch Changes
1453
+
1454
+ - Updated dependencies
1455
+ - @backstage/catalog-model@1.1.5
1456
+ - @backstage/plugin-scaffolder-common@1.2.4
1457
+ - @backstage/catalog-client@1.3.0
1458
+ - @backstage/plugin-catalog-react@1.2.4
1459
+ - @backstage/core-components@0.12.3
1460
+ - @backstage/core-plugin-api@1.3.0
1461
+ - @backstage/errors@1.1.4
1462
+ - @backstage/theme@0.2.16
1463
+ - @backstage/types@1.0.2
1464
+ - @backstage/version-bridge@1.0.3
1465
+
1466
+ ## 1.0.0-next.0
1467
+
1468
+ ### Major Changes
1469
+
1470
+ - 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`.
1471
+
1472
+ ### Patch Changes
1473
+
1474
+ - Updated dependencies
1475
+ - @backstage/core-plugin-api@1.3.0-next.1
1476
+ - @backstage/catalog-client@1.3.0-next.2
1477
+ - @backstage/plugin-catalog-react@1.2.4-next.2
1478
+ - @backstage/catalog-model@1.1.5-next.1
1479
+ - @backstage/core-components@0.12.3-next.2
1480
+ - @backstage/errors@1.1.4
1481
+ - @backstage/theme@0.2.16
1482
+ - @backstage/types@1.0.2
1483
+ - @backstage/version-bridge@1.0.3
1484
+ - @backstage/plugin-scaffolder-common@1.2.4-next.1
1485
+ in the review step label
1486
+ - bcec60f: updated the ContextMenu, ActionsPage, OngoingTask and TemplateCard frontend components to support the new scaffolder permissions:
1487
+
1488
+ - `scaffolder.task.create`
1489
+ - `scaffolder.task.cancel`
1490
+ - `scaffolder.task.read`
1491
+
1492
+ - Updated dependencies
1493
+ - @backstage/plugin-scaffolder-common@1.5.3-next.0
1494
+ - @backstage/plugin-catalog-react@1.12.1-next.0
1495
+
1496
+ ## 1.8.6-next.0
1497
+
1498
+ ### Patch Changes
1499
+
1500
+ - 86dc29d: Links that are rendered in the markdown in the `ScaffolderField` component are now opened in new tabs.
1501
+ - Updated dependencies
1502
+ - @backstage/theme@0.5.6-next.0
1503
+ - @backstage/core-components@0.14.8-next.0
1504
+ - @backstage/catalog-client@1.6.5
1505
+ - @backstage/catalog-model@1.5.0
1506
+ - @backstage/core-plugin-api@1.9.2
1507
+ - @backstage/types@1.1.1
1508
+ - @backstage/version-bridge@1.0.8
1509
+ - @backstage/plugin-catalog-react@1.12.1-next.0
1510
+ - @backstage/plugin-scaffolder-common@1.5.2
1511
+
1512
+ ## 1.8.5
1513
+
1514
+ ### Patch Changes
1515
+
1516
+ - 9156654: Capturing more event clicks for scaffolder
1517
+ - 0040ec2: Updated dependency `@rjsf/utils` to `5.18.2`.
1518
+ Updated dependency `@rjsf/core` to `5.18.2`.
1519
+ Updated dependency `@rjsf/material-ui` to `5.18.2`.
1520
+ Updated dependency `@rjsf/validator-ajv8` to `5.18.2`.
1521
+ - Updated dependencies
1522
+ - @backstage/plugin-scaffolder-common@1.5.2
1523
+ - @backstage/core-components@0.14.7
1524
+ - @backstage/catalog-model@1.5.0
1525
+ - @backstage/plugin-catalog-react@1.12.0
1526
+ - @backstage/theme@0.5.4
1527
+ - @backstage/catalog-client@1.6.5
1528
+
1529
+ ## 1.8.5-next.2
1530
+
1531
+ ### Patch Changes
1532
+
1533
+ - Updated dependencies
1534
+ - @backstage/plugin-catalog-react@1.12.0-next.2
1535
+ - @backstage/core-components@0.14.7-next.2
1536
+
1537
+ ## 1.8.5-next.1
1538
+
1539
+ ### Patch Changes
1540
+
1541
+ - 9156654: Capturing more event clicks for scaffolder
1542
+ - Updated dependencies
1543
+ - @backstage/plugin-scaffolder-common@1.5.2-next.1
1544
+ - @backstage/core-components@0.14.6-next.1
1545
+ - @backstage/plugin-catalog-react@1.11.4-next.1
1546
+
1547
+ ## 1.8.5-next.0
1548
+
1549
+ ### Patch Changes
1550
+
1551
+ - 0040ec2: Updated dependency `@rjsf/utils` to `5.18.2`.
1552
+ Updated dependency `@rjsf/core` to `5.18.2`.
1553
+ Updated dependency `@rjsf/material-ui` to `5.18.2`.
1554
+ Updated dependency `@rjsf/validator-ajv8` to `5.18.2`.
1555
+ - Updated dependencies
1556
+ - @backstage/catalog-model@1.5.0-next.0
1557
+ - @backstage/theme@0.5.4-next.0
1558
+ - @backstage/core-components@0.14.5-next.0
1559
+ - @backstage/catalog-client@1.6.5-next.0
1560
+ - @backstage/plugin-catalog-react@1.11.4-next.0
1561
+ - @backstage/plugin-scaffolder-common@1.5.2-next.0
1562
+ - @backstage/core-plugin-api@1.9.2
1563
+ - @backstage/types@1.1.1
1564
+ - @backstage/version-bridge@1.0.8
1565
+
1566
+ ## 1.8.4
1567
+
1568
+ ### Patch Changes
1569
+
1570
+ - abfbcfc: Updated dependency `@testing-library/react` to `^15.0.0`.
1571
+ - 87d2eb8: Updated dependency `json-schema-library` to `^9.0.0`.
1572
+ - cb1e3b0: Updated dependency `@testing-library/dom` to `^10.0.0`.
1573
+ - 0e692cf: Added ESLint rule `no-top-level-material-ui-4-imports` to migrate the Material UI imports.
1574
+ - 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.
1575
+
1576
+ 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.
1577
+
1578
+ - Updated dependencies
1579
+ - @backstage/plugin-catalog-react@1.11.3
1580
+ - @backstage/core-components@0.14.4
1581
+ - @backstage/core-plugin-api@1.9.2
1582
+ - @backstage/theme@0.5.3
1583
+ - @backstage/version-bridge@1.0.8
1584
+ - @backstage/catalog-client@1.6.4
1585
+ - @backstage/catalog-model@1.4.5
1586
+ - @backstage/types@1.1.1
1587
+ - @backstage/plugin-scaffolder-common@1.5.1
1588
+
1589
+ ## 1.8.4-next.1
1590
+
1591
+ ### Patch Changes
1592
+
1593
+ - 87d2eb8: Updated dependency `json-schema-library` to `^9.0.0`.
1594
+ - 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.
1595
+
1596
+ 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.
1597
+
1598
+ - Updated dependencies
1599
+ - @backstage/catalog-client@1.6.4-next.0
1600
+ - @backstage/catalog-model@1.4.5
1601
+ - @backstage/core-components@0.14.4-next.0
1602
+ - @backstage/core-plugin-api@1.9.1
1603
+ - @backstage/theme@0.5.2
1604
+ - @backstage/types@1.1.1
1605
+ - @backstage/version-bridge@1.0.7
1606
+ - @backstage/plugin-catalog-react@1.11.3-next.1
1607
+ - @backstage/plugin-scaffolder-common@1.5.1
1608
+
1609
+ ## 1.8.4-next.0
1610
+
1611
+ ### Patch Changes
1612
+
1613
+ - Updated dependencies
1614
+ - @backstage/core-components@0.14.4-next.0
1615
+ - @backstage/catalog-client@1.6.3
1616
+ - @backstage/catalog-model@1.4.5
1617
+ - @backstage/core-plugin-api@1.9.1
1618
+ - @backstage/theme@0.5.2
1619
+ - @backstage/types@1.1.1
1620
+ - @backstage/version-bridge@1.0.7
1621
+ - @backstage/plugin-catalog-react@1.11.3-next.0
1622
+ - @backstage/plugin-scaffolder-common@1.5.1
1623
+
1624
+ ## 1.8.3
1625
+
1626
+ ### Patch Changes
1627
+
1628
+ - e8f026a: Use ESM exports of react-use library
1629
+ - Updated dependencies
1630
+ - @backstage/catalog-client@1.6.3
1631
+ - @backstage/core-components@0.14.3
1632
+ - @backstage/plugin-catalog-react@1.11.2
1633
+ - @backstage/core-plugin-api@1.9.1
1634
+ - @backstage/catalog-model@1.4.5
1635
+ - @backstage/theme@0.5.2
1636
+ - @backstage/types@1.1.1
1637
+ - @backstage/version-bridge@1.0.7
1638
+ - @backstage/plugin-scaffolder-common@1.5.1
1639
+
1640
+ ## 1.8.2
1641
+
1642
+ ### Patch Changes
1643
+
1644
+ - e8f026a: Use ESM exports of react-use library
1645
+ - Updated dependencies
1646
+ - @backstage/catalog-client@1.6.2
1647
+ - @backstage/core-components@0.14.2
1648
+ - @backstage/plugin-catalog-react@1.11.1
1649
+ - @backstage/core-plugin-api@1.9.1
1650
+ - @backstage/catalog-model@1.4.5
1651
+ - @backstage/theme@0.5.2
1652
+ - @backstage/types@1.1.1
1653
+ - @backstage/version-bridge@1.0.7
1654
+ - @backstage/plugin-scaffolder-common@1.5.1
1655
+
1656
+ ## 1.8.1
1657
+
1658
+ ### Patch Changes
1659
+
1660
+ - 930b5c1: Added 'root' and 'label' class key to TemplateCategoryPicker
1661
+ - 6d649d2: Updated dependency `flatted` to `3.3.1`.
1662
+ - 0cecb09: Updated dependency `@rjsf/utils` to `5.17.1`.
1663
+ Updated dependency `@rjsf/core` to `5.17.1`.
1664
+ Updated dependency `@rjsf/material-ui` to `5.17.1`.
1665
+ Updated dependency `@rjsf/validator-ajv8` to `5.17.1`.
1666
+ - Updated dependencies
1667
+ - @backstage/core-components@0.14.1
1668
+ - @backstage/theme@0.5.2
1669
+ - @backstage/plugin-catalog-react@1.11.0
1670
+ - @backstage/catalog-client@1.6.1
1671
+ - @backstage/catalog-model@1.4.5
1672
+ - @backstage/core-plugin-api@1.9.1
1673
+ - @backstage/types@1.1.1
1674
+ - @backstage/version-bridge@1.0.7
1675
+ - @backstage/plugin-scaffolder-common@1.5.1
1676
+
1677
+ ## 1.8.1-next.2
1678
+
1679
+ ### Patch Changes
1680
+
1681
+ - Updated dependencies
1682
+ - @backstage/core-components@0.14.1-next.2
1683
+ - @backstage/plugin-catalog-react@1.11.0-next.2
1684
+ - @backstage/catalog-client@1.6.1-next.1
1685
+ - @backstage/catalog-model@1.4.5-next.0
1686
+ - @backstage/core-plugin-api@1.9.1-next.1
1687
+ - @backstage/theme@0.5.2-next.0
1688
+ - @backstage/types@1.1.1
1689
+ - @backstage/version-bridge@1.0.7
1690
+ - @backstage/plugin-scaffolder-common@1.5.1-next.1
1691
+
1692
+ ## 1.8.1-next.1
1693
+
1694
+ ### Patch Changes
1695
+
1696
+ - Updated dependencies
1697
+ - @backstage/core-components@0.14.1-next.1
1698
+ - @backstage/plugin-catalog-react@1.10.1-next.1
1699
+ - @backstage/core-plugin-api@1.9.1-next.1
1700
+ - @backstage/catalog-client@1.6.1-next.0
1701
+ - @backstage/catalog-model@1.4.5-next.0
1702
+ - @backstage/theme@0.5.2-next.0
1703
+ - @backstage/types@1.1.1
1704
+ - @backstage/version-bridge@1.0.7
1705
+ - @backstage/plugin-scaffolder-common@1.5.1-next.1
1706
+
1707
+ ## 1.8.1-next.0
1708
+
1709
+ ### Patch Changes
1710
+
1711
+ - 930b5c1: Added 'root' and 'label' class key to TemplateCategoryPicker
1712
+ - 6d649d2: Updated dependency `flatted` to `3.3.1`.
1713
+ - 0cecb09: Updated dependency `@rjsf/utils` to `5.17.1`.
1714
+ Updated dependency `@rjsf/core` to `5.17.1`.
1715
+ Updated dependency `@rjsf/material-ui` to `5.17.1`.
1716
+ Updated dependency `@rjsf/validator-ajv8` to `5.17.1`.
1717
+ - Updated dependencies
1718
+ - @backstage/theme@0.5.2-next.0
1719
+ - @backstage/core-components@0.14.1-next.0
1720
+ - @backstage/plugin-catalog-react@1.10.1-next.0
1721
+ - @backstage/catalog-client@1.6.1-next.0
1722
+ - @backstage/catalog-model@1.4.5-next.0
1723
+ - @backstage/core-plugin-api@1.9.1-next.0
1724
+ - @backstage/types@1.1.1
1725
+ - @backstage/version-bridge@1.0.7
1726
+ - @backstage/plugin-scaffolder-common@1.5.1-next.0
1727
+
1728
+ ## 1.8.0
1729
+
1730
+ ### Minor Changes
1731
+
1732
+ - c56f1a2: Remove the old legacy exports from `/alpha`
1733
+ - 11b9a08: Introduced the first version of recoverable tasks.
1734
+ - b07ec70: Use more distinguishable icons for link (`Link`) and text output (`Description`).
1735
+
1736
+ ### Patch Changes
1737
+
1738
+ - 3f60ad5: fix for: converting circular structure to JSON error
1739
+ - 0b0c6b6: Allow defining default output text to be shown
1740
+ - 8fe56a8: Widen `@types/react` dependency range to include version 18.
1741
+ - 31f0a0a: Added `ScaffolderPageContextMenu` to `ActionsPage`, `ListTaskPage`, and `TemplateEditorPage` so that you can more easily navigate between these pages
1742
+ - 09cedb9: Updated dependency `@react-hookz/web` to `^24.0.0`.
1743
+ - e6f0831: Updated dependency `@rjsf/utils` to `5.17.0`.
1744
+ Updated dependency `@rjsf/core` to `5.17.0`.
1745
+ Updated dependency `@rjsf/material-ui` to `5.17.0`.
1746
+ Updated dependency `@rjsf/validator-ajv8` to `5.17.0`.
1747
+ - 6a74ffd: Updated dependency `@rjsf/utils` to `5.16.1`.
1748
+ Updated dependency `@rjsf/core` to `5.16.1`.
1749
+ Updated dependency `@rjsf/material-ui` to `5.16.1`.
1750
+ Updated dependency `@rjsf/validator-ajv8` to `5.16.1`.
1751
+ - 3dff4b0: Remove unused deps
1752
+ - 82affc7: Fix issue where `ui:schema` was replaced with an empty object if `dependencies` is defined
1753
+ - 2985186: Fix bug that erroneously caused a separator or a 0 to render in the TemplateCard for Templates with empty links
1754
+ - Updated dependencies
1755
+ - @backstage/plugin-catalog-react@1.10.0
1756
+ - @backstage/core-components@0.14.0
1757
+ - @backstage/catalog-model@1.4.4
1758
+ - @backstage/theme@0.5.1
1759
+ - @backstage/core-plugin-api@1.9.0
1760
+ - @backstage/catalog-client@1.6.0
1761
+ - @backstage/plugin-scaffolder-common@1.5.0
1762
+ - @backstage/types@1.1.1
1763
+ - @backstage/version-bridge@1.0.7
1764
+
1765
+ ## 1.8.0-next.3
1766
+
1767
+ ### Patch Changes
1768
+
1769
+ - 09cedb9: Updated dependency `@react-hookz/web` to `^24.0.0`.
1770
+ - e6f0831: Updated dependency `@rjsf/utils` to `5.17.0`.
1771
+ Updated dependency `@rjsf/core` to `5.17.0`.
1772
+ Updated dependency `@rjsf/material-ui` to `5.17.0`.
1773
+ Updated dependency `@rjsf/validator-ajv8` to `5.17.0`.
1774
+ - Updated dependencies
1775
+ - @backstage/theme@0.5.1-next.1
1776
+ - @backstage/core-components@0.14.0-next.2
1777
+ - @backstage/plugin-catalog-react@1.10.0-next.3
1778
+ - @backstage/catalog-client@1.6.0-next.1
1779
+ - @backstage/catalog-model@1.4.4-next.0
1780
+ - @backstage/core-plugin-api@1.9.0-next.1
1781
+ - @backstage/types@1.1.1
1782
+ - @backstage/version-bridge@1.0.7
1783
+ - @backstage/plugin-scaffolder-common@1.5.0-next.1
1784
+
1785
+ ## 1.8.0-next.2
1786
+
1787
+ ### Patch Changes
1788
+
1789
+ - 8fe56a8: Widen `@types/react` dependency range to include version 18.
1790
+ - 2985186: Fix bug that erroneously caused a separator or a 0 to render in the TemplateCard for Templates with empty links
1791
+ - Updated dependencies
1792
+ - @backstage/core-components@0.14.0-next.1
1793
+ - @backstage/core-plugin-api@1.9.0-next.1
1794
+ - @backstage/plugin-catalog-react@1.10.0-next.2
1795
+ - @backstage/theme@0.5.1-next.0
1796
+ - @backstage/catalog-client@1.6.0-next.1
1797
+ - @backstage/catalog-model@1.4.4-next.0
1798
+ - @backstage/types@1.1.1
1799
+ - @backstage/version-bridge@1.0.7
1800
+ - @backstage/plugin-scaffolder-common@1.5.0-next.1
1801
+
1802
+ ## 1.8.0-next.1
1803
+
1804
+ ### Minor Changes
1805
+
1806
+ - b07ec70: Use more distinguishable icons for link (`Link`) and text output (`Description`).
1807
+
1808
+ ### Patch Changes
1809
+
1810
+ - 3f60ad5: fix for: converting circular structure to JSON error
1811
+ - 31f0a0a: Added `ScaffolderPageContextMenu` to `ActionsPage`, `ListTaskPage`, and `TemplateEditorPage` so that you can more easily navigate between these pages
1812
+ - 82affc7: Fix issue where `ui:schema` was replaced with an empty object if `dependencies` is defined
1813
+ - Updated dependencies
1814
+ - @backstage/core-components@0.14.0-next.0
1815
+ - @backstage/catalog-model@1.4.4-next.0
1816
+ - @backstage/catalog-client@1.6.0-next.1
1817
+ - @backstage/core-plugin-api@1.8.3-next.0
1818
+ - @backstage/plugin-catalog-react@1.9.4-next.1
1819
+ - @backstage/theme@0.5.0
1820
+ - @backstage/types@1.1.1
1821
+ - @backstage/version-bridge@1.0.7
1822
+ - @backstage/plugin-scaffolder-common@1.5.0-next.1
1823
+
1824
+ ## 1.8.0-next.0
1825
+
1826
+ ### Minor Changes
1827
+
1828
+ - c56f1a2: Remove the old legacy exports from `/alpha`
1829
+ - 11b9a08: Introduced the first version of recoverable tasks.
1830
+
1831
+ ### Patch Changes
1832
+
1833
+ - 0b0c6b6: Allow defining default output text to be shown
1834
+ - 6a74ffd: Updated dependency `@rjsf/utils` to `5.16.1`.
1835
+ Updated dependency `@rjsf/core` to `5.16.1`.
1836
+ Updated dependency `@rjsf/material-ui` to `5.16.1`.
1837
+ Updated dependency `@rjsf/validator-ajv8` to `5.16.1`.
1838
+ - Updated dependencies
1839
+ - @backstage/plugin-catalog-react@1.9.4-next.0
1840
+ - @backstage/catalog-client@1.6.0-next.0
1841
+ - @backstage/plugin-scaffolder-common@1.5.0-next.0
1842
+ - @backstage/core-components@0.13.10
1843
+ - @backstage/catalog-model@1.4.3
1844
+ - @backstage/core-plugin-api@1.8.2
1845
+ - @backstage/theme@0.5.0
1846
+ - @backstage/types@1.1.1
1847
+ - @backstage/version-bridge@1.0.7
1848
+
1849
+ ## 1.7.1
1850
+
1851
+ ### Patch Changes
1852
+
1853
+ - c28f281: Scaffolder form now shows a list of errors at the top of the form.
1854
+ - 0b9ce2b: Fix for a step with no properties
1855
+ - 98ac5ab: Updated dependency `@rjsf/utils` to `5.15.1`.
1856
+ Updated dependency `@rjsf/core` to `5.15.1`.
1857
+ Updated dependency `@rjsf/material-ui` to `5.15.1`.
1858
+ Updated dependency `@rjsf/validator-ajv8` to `5.15.1`.
1859
+ - 4016f21: Remove some unused dependencies
1860
+ - d16f85f: Show first scaffolder output text by default
1861
+ - Updated dependencies
1862
+ - @backstage/core-components@0.13.10
1863
+ - @backstage/plugin-scaffolder-common@1.4.5
1864
+ - @backstage/core-plugin-api@1.8.2
1865
+ - @backstage/catalog-client@1.5.2
1866
+ - @backstage/plugin-catalog-react@1.9.3
1867
+ - @backstage/catalog-model@1.4.3
1868
+ - @backstage/theme@0.5.0
1869
+ - @backstage/types@1.1.1
1870
+ - @backstage/version-bridge@1.0.7
1871
+
1872
+ ## 1.7.1-next.2
1873
+
1874
+ ### Patch Changes
1875
+
1876
+ - 98ac5ab: Updated dependency `@rjsf/utils` to `5.15.1`.
1877
+ Updated dependency `@rjsf/core` to `5.15.1`.
1878
+ Updated dependency `@rjsf/material-ui` to `5.15.1`.
1879
+ Updated dependency `@rjsf/validator-ajv8` to `5.15.1`.
1880
+ - Updated dependencies
1881
+ - @backstage/plugin-catalog-react@1.9.3-next.2
1882
+
1883
+ ## 1.7.1-next.1
1884
+
1885
+ ### Patch Changes
1886
+
1887
+ - Updated dependencies
1888
+ - @backstage/core-plugin-api@1.8.2-next.0
1889
+ - @backstage/core-components@0.13.10-next.1
1890
+ - @backstage/plugin-catalog-react@1.9.3-next.1
1891
+ - @backstage/catalog-client@1.5.2-next.0
1892
+ - @backstage/catalog-model@1.4.3
1893
+ - @backstage/theme@0.5.0
1894
+ - @backstage/types@1.1.1
1895
+ - @backstage/version-bridge@1.0.7
1896
+ - @backstage/plugin-scaffolder-common@1.4.4
1897
+
1898
+ ## 1.7.1-next.0
1899
+
1900
+ ### Patch Changes
1901
+
1902
+ - c28f281: Scaffolder form now shows a list of errors at the top of the form.
1903
+ - 4016f21: Remove some unused dependencies
1904
+ - Updated dependencies
1905
+ - @backstage/core-components@0.13.10-next.0
1906
+ - @backstage/catalog-client@1.5.2-next.0
1907
+ - @backstage/plugin-catalog-react@1.9.3-next.0
1908
+ - @backstage/catalog-model@1.4.3
1909
+ - @backstage/core-plugin-api@1.8.1
1910
+ - @backstage/theme@0.5.0
1911
+ - @backstage/types@1.1.1
1912
+ - @backstage/version-bridge@1.0.7
1913
+ - @backstage/plugin-scaffolder-common@1.4.4
1914
+
1915
+ ## 1.7.0
1916
+
1917
+ ### Minor Changes
1918
+
1919
+ - 33edf50: Added support for dealing with user provided secrets using a new field extension `ui:field: Secret`
1920
+
1921
+ ### Patch Changes
1922
+
1923
+ - 670c7cc: Fix bug where `properties` is set to empty object when it should be empty for schema dependencies
1924
+ - fa66d1b: Fixed bug in `ReviewState` where `enum` value was displayed in step review instead of the corresponding label when using `enumNames`
1925
+ - 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.
1926
+ - aaa6fb3: Minor updates for TypeScript 5.2.2+ compatibility
1927
+ - 2aee53b: Add horizontal slider if stepper overflows
1928
+ - 2b72591: Updated dependency `@rjsf/utils` to `5.14.3`.
1929
+ Updated dependency `@rjsf/core` to `5.14.3`.
1930
+ Updated dependency `@rjsf/material-ui` to `5.14.3`.
1931
+ Updated dependency `@rjsf/validator-ajv8` to `5.14.3`.
1932
+ - 6cd12f2: Updated dependency `@rjsf/utils` to `5.14.1`.
1933
+ Updated dependency `@rjsf/core` to `5.14.1`.
1934
+ Updated dependency `@rjsf/material-ui` to `5.14.1`.
1935
+ Updated dependency `@rjsf/validator-ajv8` to `5.14.1`.
1936
+ - a518c5a: Updated dependency `@react-hookz/web` to `^23.0.0`.
1937
+ - 64301d3: Updated dependency `@rjsf/utils` to `5.15.0`.
1938
+ Updated dependency `@rjsf/core` to `5.15.0`.
1939
+ Updated dependency `@rjsf/material-ui` to `5.15.0`.
1940
+ Updated dependency `@rjsf/validator-ajv8` to `5.15.0`.
1941
+ - 63c494e: Updated dependency `@rjsf/utils` to `5.14.2`.
1942
+ Updated dependency `@rjsf/core` to `5.14.2`.
1943
+ Updated dependency `@rjsf/material-ui` to `5.14.2`.
1944
+ Updated dependency `@rjsf/validator-ajv8` to `5.14.2`.
1945
+ - c8908d4: Use new option from RJSF 5.15
1946
+ - 0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617
1947
+ - 5bb5240: Fixed issue for showing undefined for hidden form items
1948
+ - Updated dependencies
1949
+ - @backstage/core-plugin-api@1.8.1
1950
+ - @backstage/plugin-catalog-react@1.9.2
1951
+ - @backstage/core-components@0.13.9
1952
+ - @backstage/theme@0.5.0
1953
+ - @backstage/catalog-client@1.5.0
1954
+ - @backstage/catalog-model@1.4.3
1955
+ - @backstage/errors@1.2.3
1956
+ - @backstage/types@1.1.1
1957
+ - @backstage/version-bridge@1.0.7
1958
+ - @backstage/plugin-scaffolder-common@1.4.4
1959
+
1960
+ ## 1.6.2-next.3
1961
+
1962
+ ### Patch Changes
1963
+
1964
+ - 64301d3: Updated dependency `@rjsf/utils` to `5.15.0`.
1965
+ Updated dependency `@rjsf/core` to `5.15.0`.
1966
+ Updated dependency `@rjsf/material-ui` to `5.15.0`.
1967
+ Updated dependency `@rjsf/validator-ajv8` to `5.15.0`.
1968
+ - c8908d4: Use new option from RJSF 5.15
1969
+ - Updated dependencies
1970
+ - @backstage/core-components@0.13.9-next.3
1971
+ - @backstage/catalog-client@1.5.0-next.1
1972
+ - @backstage/catalog-model@1.4.3
1973
+ - @backstage/core-plugin-api@1.8.1-next.1
1974
+ - @backstage/errors@1.2.3
1975
+ - @backstage/theme@0.5.0-next.1
1976
+ - @backstage/types@1.1.1
1977
+ - @backstage/version-bridge@1.0.7
1978
+ - @backstage/plugin-catalog-react@1.9.2-next.3
1979
+ - @backstage/plugin-scaffolder-common@1.4.3
1980
+
1981
+ ## 1.6.2-next.2
1982
+
1983
+ ### Patch Changes
1984
+
1985
+ - 5bb5240: Fixed issue for showing undefined for hidden form items
1986
+ - Updated dependencies
1987
+ - @backstage/theme@0.5.0-next.1
1988
+ - @backstage/plugin-catalog-react@1.9.2-next.2
1989
+ - @backstage/catalog-client@1.5.0-next.1
1990
+ - @backstage/catalog-model@1.4.3
1991
+ - @backstage/core-components@0.13.9-next.2
1992
+ - @backstage/core-plugin-api@1.8.1-next.1
1993
+ - @backstage/errors@1.2.3
1994
+ - @backstage/types@1.1.1
1995
+ - @backstage/version-bridge@1.0.7
1996
+ - @backstage/plugin-scaffolder-common@1.4.3
1997
+
1998
+ ## 1.6.2-next.1
1999
+
2000
+ ### Patch Changes
2001
+
2002
+ - fa66d1b5b3: Fixed bug in `ReviewState` where `enum` value was displayed in step review instead of the corresponding label when using `enumNames`
2003
+ - 2aee53bbeb: Add horizontal slider if stepper overflows
2004
+ - 2b725913c1: Updated dependency `@rjsf/utils` to `5.14.3`.
2005
+ Updated dependency `@rjsf/core` to `5.14.3`.
2006
+ Updated dependency `@rjsf/material-ui` to `5.14.3`.
2007
+ Updated dependency `@rjsf/validator-ajv8` to `5.14.3`.
2008
+ - a518c5a25b: Updated dependency `@react-hookz/web` to `^23.0.0`.
2009
+ - Updated dependencies
2010
+ - @backstage/core-components@0.13.9-next.1
2011
+ - @backstage/core-plugin-api@1.8.1-next.1
2012
+ - @backstage/plugin-catalog-react@1.9.2-next.1
2013
+ - @backstage/catalog-client@1.5.0-next.0
2014
+ - @backstage/catalog-model@1.4.3
2015
+ - @backstage/errors@1.2.3
2016
+ - @backstage/theme@0.5.0-next.0
2017
+ - @backstage/types@1.1.1
2018
+ - @backstage/version-bridge@1.0.7
2019
+ - @backstage/plugin-scaffolder-common@1.4.3
2020
+
2021
+ ## 1.6.2-next.0
2022
+
2023
+ ### Patch Changes
2024
+
2025
+ - 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.
2026
+ - aaa6fb3bc9: Minor updates for TypeScript 5.2.2+ compatibility
2027
+ - 6cd12f277b: Updated dependency `@rjsf/utils` to `5.14.1`.
2028
+ Updated dependency `@rjsf/core` to `5.14.1`.
2029
+ Updated dependency `@rjsf/material-ui` to `5.14.1`.
2030
+ Updated dependency `@rjsf/validator-ajv8` to `5.14.1`.
2031
+ - 63c494ef22: Updated dependency `@rjsf/utils` to `5.14.2`.
2032
+ Updated dependency `@rjsf/core` to `5.14.2`.
2033
+ Updated dependency `@rjsf/material-ui` to `5.14.2`.
2034
+ Updated dependency `@rjsf/validator-ajv8` to `5.14.2`.
2035
+ - Updated dependencies
2036
+ - @backstage/core-plugin-api@1.8.1-next.0
2037
+ - @backstage/plugin-catalog-react@1.9.2-next.0
2038
+ - @backstage/core-components@0.13.9-next.0
2039
+ - @backstage/theme@0.5.0-next.0
2040
+ - @backstage/catalog-client@1.4.6
2041
+ - @backstage/catalog-model@1.4.3
2042
+ - @backstage/errors@1.2.3
2043
+ - @backstage/types@1.1.1
2044
+ - @backstage/version-bridge@1.0.7
2045
+ - @backstage/plugin-scaffolder-common@1.4.3
2046
+
2047
+ ## 1.6.0
2048
+
2049
+ ### Minor Changes
2050
+
2051
+ - 3fdffbb699: Release design improvements for the `Scaffolder` plugin and support v5 of `@rjsf/*` libraries.
2052
+
2053
+ 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)
2054
+
2055
+ 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.
2056
+
2057
+ 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.
2058
+
2059
+ ### Patch Changes
2060
+
2061
+ - 6c2b872153: Add official support for React 18.
2062
+ - 171a99816b: Fixed `backstage:featureFlag` in `scaffolder/next` by sorting out `manifest.steps`.
2063
+ - c838da0edd: Updated dependency `@rjsf/utils` to `5.13.6`.
2064
+ Updated dependency `@rjsf/core` to `5.13.6`.
2065
+ Updated dependency `@rjsf/material-ui` to `5.13.6`.
2066
+ Updated dependency `@rjsf/validator-ajv8` to `5.13.6`.
2067
+ - 69c14904b6: Use `EntityRefLinks` with `hideIcons` property to avoid double icons
2068
+ - 62b5922916: Internal theme type updates
2069
+ - dda56ae265: Preserve step's time execution for a non-running task.
2070
+ - 76d07da66a: Make it possible to define control buttons text (Back, Create, Review) per template
2071
+ - Updated dependencies
2072
+ - @backstage/plugin-catalog-react@1.9.0
2073
+ - @backstage/core-components@0.13.8
2074
+ - @backstage/plugin-scaffolder-common@1.4.3
2075
+ - @backstage/core-plugin-api@1.8.0
2076
+ - @backstage/version-bridge@1.0.7
2077
+ - @backstage/theme@0.4.4
2078
+ - @backstage/catalog-client@1.4.6
2079
+ - @backstage/catalog-model@1.4.3
2080
+ - @backstage/errors@1.2.3
2081
+ - @backstage/types@1.1.1
2082
+
2083
+ ## 1.6.0-next.2
2084
+
2085
+ ### Patch Changes
2086
+
2087
+ - Updated dependencies
2088
+ - @backstage/core-components@0.13.8-next.2
2089
+ - @backstage/plugin-catalog-react@1.9.0-next.2
2090
+
2091
+ ## 1.6.0-next.1
2092
+
2093
+ ### Patch Changes
2094
+
2095
+ - 62b5922916: Internal theme type updates
2096
+ - 76d07da66a: Make it possible to define control buttons text (Back, Create, Review) per template
2097
+ - Updated dependencies
2098
+ - @backstage/plugin-catalog-react@1.9.0-next.1
2099
+ - @backstage/plugin-scaffolder-common@1.4.3-next.1
2100
+ - @backstage/core-components@0.13.8-next.1
2101
+ - @backstage/catalog-client@1.4.5
2102
+ - @backstage/catalog-model@1.4.3
2103
+ - @backstage/core-plugin-api@1.8.0-next.0
2104
+ - @backstage/errors@1.2.3
2105
+ - @backstage/theme@0.4.4-next.0
2106
+ - @backstage/types@1.1.1
2107
+ - @backstage/version-bridge@1.0.7-next.0
2108
+
2109
+ ## 1.6.0-next.0
2110
+
2111
+ ### Minor Changes
2112
+
2113
+ - 3fdffbb699: Release design improvements for the `Scaffolder` plugin and support v5 of `@rjsf/*` libraries.
2114
+
2115
+ 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)
2116
+
2117
+ 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.
2118
+
2119
+ 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.
2120
+
2121
+ ### Patch Changes
2122
+
2123
+ - 6c2b872153: Add official support for React 18.
2124
+ - Updated dependencies
2125
+ - @backstage/core-components@0.13.7-next.0
2126
+ - @backstage/plugin-scaffolder-common@1.4.3-next.0
2127
+ - @backstage/plugin-catalog-react@1.9.0-next.0
2128
+ - @backstage/core-plugin-api@1.8.0-next.0
2129
+ - @backstage/version-bridge@1.0.7-next.0
2130
+ - @backstage/theme@0.4.4-next.0
2131
+ - @backstage/catalog-client@1.4.5
2132
+ - @backstage/catalog-model@1.4.3
2133
+ - @backstage/errors@1.2.3
2134
+ - @backstage/types@1.1.1
2135
+
2136
+ ## 1.5.6
2137
+
2138
+ ### Patch Changes
2139
+
2140
+ - 9a1fce352e: Updated dependency `@testing-library/jest-dom` to `^6.0.0`.
2141
+ - f95af4e540: Updated dependency `@testing-library/dom` to `^9.0.0`.
2142
+ - Updated dependencies
2143
+ - @backstage/plugin-catalog-react@1.8.5
2144
+ - @backstage/core-plugin-api@1.7.0
2145
+ - @backstage/core-components@0.13.6
2146
+ - @backstage/catalog-model@1.4.3
2147
+ - @backstage/errors@1.2.3
2148
+ - @backstage/version-bridge@1.0.6
2149
+ - @backstage/theme@0.4.3
2150
+ - @backstage/catalog-client@1.4.5
2151
+ - @backstage/types@1.1.1
2152
+ - @backstage/plugin-scaffolder-common@1.4.2
2153
+
2154
+ ## 1.5.6-next.2
2155
+
2156
+ ### Patch Changes
2157
+
2158
+ - Updated dependencies
2159
+ - @backstage/core-components@0.13.6-next.2
2160
+ - @backstage/core-plugin-api@1.7.0-next.1
2161
+ - @backstage/catalog-model@1.4.3-next.0
2162
+ - @backstage/plugin-catalog-react@1.8.5-next.2
2163
+ - @backstage/errors@1.2.3-next.0
2164
+ - @backstage/theme@0.4.3-next.0
2165
+ - @backstage/catalog-client@1.4.5-next.0
2166
+ - @backstage/types@1.1.1
2167
+ - @backstage/version-bridge@1.0.5
2168
+ - @backstage/plugin-scaffolder-common@1.4.2-next.0
2169
+
2170
+ ## 1.5.6-next.1
2171
+
2172
+ ### Patch Changes
2173
+
2174
+ - Updated dependencies
2175
+ - @backstage/core-components@0.13.6-next.1
2176
+ - @backstage/plugin-catalog-react@1.8.5-next.1
2177
+ - @backstage/core-plugin-api@1.7.0-next.0
2178
+ - @backstage/catalog-client@1.4.4
2179
+ - @backstage/catalog-model@1.4.2
2180
+ - @backstage/errors@1.2.2
2181
+ - @backstage/theme@0.4.2
2182
+ - @backstage/types@1.1.1
2183
+ - @backstage/version-bridge@1.0.5
2184
+ - @backstage/plugin-scaffolder-common@1.4.1
2185
+
2186
+ ## 1.5.6-next.0
2187
+
2188
+ ### Patch Changes
2189
+
2190
+ - Updated dependencies
2191
+ - @backstage/plugin-catalog-react@1.8.5-next.0
2192
+ - @backstage/core-plugin-api@1.7.0-next.0
2193
+ - @backstage/core-components@0.13.6-next.0
2194
+ - @backstage/catalog-client@1.4.4
2195
+ - @backstage/catalog-model@1.4.2
2196
+ - @backstage/errors@1.2.2
2197
+ - @backstage/theme@0.4.2
2198
+ - @backstage/types@1.1.1
2199
+ - @backstage/version-bridge@1.0.5
2200
+ - @backstage/plugin-scaffolder-common@1.4.1
2201
+
2202
+ ## 1.5.5
2203
+
2204
+ ### Patch Changes
2205
+
2206
+ - 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
2207
+ - b16c341ced45: Updated dependency `@rjsf/utils` to `5.13.0`.
2208
+ Updated dependency `@rjsf/core-v5` to `npm:@rjsf/core@5.13.0`.
2209
+ Updated dependency `@rjsf/material-ui-v5` to `npm:@rjsf/material-ui@5.13.0`.
2210
+ Updated dependency `@rjsf/validator-ajv8` to `5.13.0`.
2211
+ - 27fef07f9229: Updated dependency `use-immer` to `^0.9.0`.
2212
+ - Updated dependencies
2213
+ - @backstage/plugin-catalog-react@1.8.4
2214
+ - @backstage/core-components@0.13.5
2215
+ - @backstage/catalog-client@1.4.4
2216
+ - @backstage/catalog-model@1.4.2
2217
+ - @backstage/core-plugin-api@1.6.0
2218
+ - @backstage/errors@1.2.2
2219
+ - @backstage/plugin-scaffolder-common@1.4.1
2220
+ - @backstage/theme@0.4.2
2221
+ - @backstage/types@1.1.1
2222
+ - @backstage/version-bridge@1.0.5
2223
+
2224
+ ## 1.5.5-next.3
2225
+
2226
+ ### Patch Changes
2227
+
2228
+ - 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
2229
+ - b16c341ced45: Updated dependency `@rjsf/utils` to `5.13.0`.
2230
+ Updated dependency `@rjsf/core-v5` to `npm:@rjsf/core@5.13.0`.
2231
+ Updated dependency `@rjsf/material-ui-v5` to `npm:@rjsf/material-ui@5.13.0`.
2232
+ Updated dependency `@rjsf/validator-ajv8` to `5.13.0`.
2233
+ - Updated dependencies
2234
+ - @backstage/catalog-client@1.4.4-next.2
2235
+ - @backstage/catalog-model@1.4.2-next.2
2236
+ - @backstage/core-components@0.13.5-next.3
2237
+ - @backstage/core-plugin-api@1.6.0-next.3
2238
+ - @backstage/errors@1.2.2-next.0
2239
+ - @backstage/plugin-catalog-react@1.8.4-next.3
2240
+ - @backstage/plugin-scaffolder-common@1.4.1-next.2
2241
+ - @backstage/theme@0.4.2-next.0
2242
+ - @backstage/types@1.1.1-next.0
2243
+ - @backstage/version-bridge@1.0.5-next.0
2244
+
2245
+ ## 1.5.5-next.2
2246
+
2247
+ ### Patch Changes
2248
+
2249
+ - 27fef07f9229: Updated dependency `use-immer` to `^0.9.0`.
2250
+ - Updated dependencies
2251
+ - @backstage/core-components@0.13.5-next.2
2252
+ - @backstage/core-plugin-api@1.6.0-next.2
2253
+ - @backstage/plugin-catalog-react@1.8.4-next.2
2254
+ - @backstage/catalog-model@1.4.2-next.1
2255
+ - @backstage/catalog-client@1.4.4-next.1
2256
+ - @backstage/errors@1.2.1
2257
+ - @backstage/theme@0.4.1
2258
+ - @backstage/types@1.1.0
2259
+ - @backstage/version-bridge@1.0.4
2260
+ - @backstage/plugin-scaffolder-common@1.4.1-next.1
2261
+
2262
+ ## 1.5.5-next.1
2263
+
2264
+ ### Patch Changes
2265
+
2266
+ - Updated dependencies
2267
+ - @backstage/plugin-catalog-react@1.8.4-next.1
2268
+ - @backstage/core-components@0.13.5-next.1
2269
+ - @backstage/catalog-model@1.4.2-next.0
2270
+ - @backstage/core-plugin-api@1.6.0-next.1
2271
+ - @backstage/catalog-client@1.4.4-next.0
2272
+ - @backstage/plugin-scaffolder-common@1.4.1-next.0
2273
+ - @backstage/errors@1.2.1
2274
+ - @backstage/theme@0.4.1
2275
+ - @backstage/types@1.1.0
2276
+ - @backstage/version-bridge@1.0.4
2277
+
2278
+ ## 1.5.4-next.0
2279
+
2280
+ ### Patch Changes
2281
+
2282
+ - Updated dependencies
2283
+ - @backstage/core-plugin-api@1.6.0-next.0
2284
+ - @backstage/core-components@0.13.5-next.0
2285
+ - @backstage/catalog-client@1.4.3
2286
+ - @backstage/catalog-model@1.4.1
2287
+ - @backstage/errors@1.2.1
2288
+ - @backstage/theme@0.4.1
2289
+ - @backstage/types@1.1.0
2290
+ - @backstage/version-bridge@1.0.4
2291
+ - @backstage/plugin-catalog-react@1.8.3-next.0
2292
+ - @backstage/plugin-scaffolder-common@1.4.0
2293
+
2294
+ ## 1.5.2
2295
+
2296
+ ### Patch Changes
2297
+
2298
+ - ba9ee98a37bd: Fixed bug in Workflow component by passing a prop `templateName` down to Stepper component.
2299
+ - Updated dependencies
2300
+ - @backstage/core-components@0.13.4
2301
+ - @backstage/plugin-catalog-react@1.8.1
2302
+ - @backstage/plugin-scaffolder-common@1.4.0
2303
+ - @backstage/core-plugin-api@1.5.3
2304
+ - @backstage/catalog-client@1.4.3
2305
+ - @backstage/catalog-model@1.4.1
2306
+ - @backstage/errors@1.2.1
2307
+ - @backstage/theme@0.4.1
2308
+ - @backstage/types@1.1.0
2309
+ - @backstage/version-bridge@1.0.4
2310
+
2311
+ ## 1.5.2-next.1
2312
+
2313
+ ### Patch Changes
2314
+
2315
+ - Updated dependencies
2316
+ - @backstage/plugin-catalog-react@1.8.1-next.1
2317
+
2318
+ ## 1.5.2-next.0
2319
+
2320
+ ### Patch Changes
2321
+
2322
+ - ba9ee98a37bd: Fixed bug in Workflow component by passing a prop `templateName` down to Stepper component.
2323
+ - Updated dependencies
2324
+ - @backstage/core-components@0.13.4-next.0
2325
+ - @backstage/core-plugin-api@1.5.3
2326
+ - @backstage/plugin-catalog-react@1.8.1-next.0
2327
+ - @backstage/catalog-client@1.4.3
2328
+ - @backstage/catalog-model@1.4.1
2329
+ - @backstage/errors@1.2.1
2330
+ - @backstage/theme@0.4.1
2331
+ - @backstage/types@1.1.0
2332
+ - @backstage/version-bridge@1.0.4
2333
+ - @backstage/plugin-scaffolder-common@1.3.2
2334
+
2335
+ ## 1.5.1
2336
+
2337
+ ### Patch Changes
2338
+
2339
+ - f74a27de4d2c: Made markdown description theme-able
2340
+ - Updated dependencies
2341
+ - @backstage/theme@0.4.1
2342
+ - @backstage/errors@1.2.1
2343
+ - @backstage/plugin-catalog-react@1.8.0
2344
+ - @backstage/core-components@0.13.3
2345
+ - @backstage/core-plugin-api@1.5.3
2346
+ - @backstage/catalog-client@1.4.3
2347
+ - @backstage/catalog-model@1.4.1
2348
+ - @backstage/types@1.1.0
2349
+ - @backstage/version-bridge@1.0.4
2350
+ - @backstage/plugin-scaffolder-common@1.3.2
2351
+
2352
+ ## 1.5.1-next.2
2353
+
2354
+ ### Patch Changes
2355
+
2356
+ - Updated dependencies
2357
+ - @backstage/plugin-catalog-react@1.8.0-next.2
2358
+ - @backstage/theme@0.4.1-next.1
2359
+ - @backstage/core-plugin-api@1.5.3-next.1
2360
+ - @backstage/core-components@0.13.3-next.2
2361
+ - @backstage/catalog-client@1.4.3-next.0
2362
+ - @backstage/catalog-model@1.4.1-next.0
2363
+ - @backstage/errors@1.2.1-next.0
2364
+ - @backstage/types@1.1.0
2365
+ - @backstage/version-bridge@1.0.4
2366
+ - @backstage/plugin-scaffolder-common@1.3.2-next.0
2367
+
2368
+ ## 1.5.1-next.1
2369
+
2370
+ ### Patch Changes
2371
+
2372
+ - f74a27de4d2c: Made markdown description theme-able
2373
+ - Updated dependencies
2374
+ - @backstage/theme@0.4.1-next.0
2375
+ - @backstage/core-components@0.13.3-next.1
2376
+ - @backstage/core-plugin-api@1.5.3-next.0
2377
+ - @backstage/plugin-catalog-react@1.7.1-next.1
2378
+
2379
+ ## 1.5.1-next.0
2380
+
2381
+ ### Patch Changes
2382
+
2383
+ - Updated dependencies
2384
+ - @backstage/errors@1.2.1-next.0
2385
+ - @backstage/core-components@0.13.3-next.0
2386
+ - @backstage/catalog-client@1.4.3-next.0
2387
+ - @backstage/catalog-model@1.4.1-next.0
2388
+ - @backstage/core-plugin-api@1.5.2
2389
+ - @backstage/theme@0.4.0
2390
+ - @backstage/types@1.1.0
2391
+ - @backstage/version-bridge@1.0.4
2392
+ - @backstage/plugin-catalog-react@1.7.1-next.0
2393
+ - @backstage/plugin-scaffolder-common@1.3.2-next.0
2394
+
2395
+ ## 1.5.0
2396
+
2397
+ ### Minor Changes
2398
+
2399
+ - 6b571405f806: `scaffolder/next`: Provide some default template components to `rjsf` to allow for standardization and markdown descriptions
2400
+ - 4505dc3b4598: `scaffolder/next`: Don't render `TemplateGroups` when there's no results in with search query
2401
+ - a452bda74d7a: Fixed typescript casting bug for useTemplateParameterSchema hook
2402
+ - 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`.
2403
+
2404
+ ### Patch Changes
2405
+
2406
+ - 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
2407
+ - cf34311cdbe1: Extract `ui:*` fields from conditional `then` and `else` schema branches.
2408
+ - 2ff94da135a4: bump `rjsf` dependencies to 5.7.3
2409
+ - 74b216ee4e50: Add `PropsWithChildren` to usages of `ComponentType`, in preparation for React 18 where the children are no longer implicit.
2410
+ - Updated dependencies
2411
+ - @backstage/core-plugin-api@1.5.2
2412
+ - @backstage/catalog-client@1.4.2
2413
+ - @backstage/core-components@0.13.2
2414
+ - @backstage/types@1.1.0
2415
+ - @backstage/theme@0.4.0
2416
+ - @backstage/plugin-catalog-react@1.7.0
2417
+ - @backstage/catalog-model@1.4.0
2418
+ - @backstage/errors@1.2.0
2419
+ - @backstage/version-bridge@1.0.4
2420
+ - @backstage/plugin-scaffolder-common@1.3.1
2421
+
2422
+ ## 1.5.0-next.3
2423
+
2424
+ ### Minor Changes
2425
+
2426
+ - a452bda74d7a: Fixed typescript casting bug for useTemplateParameterSchema hook
2427
+
2428
+ ### Patch Changes
2429
+
2430
+ - Updated dependencies
2431
+ - @backstage/core-components@0.13.2-next.3
2432
+ - @backstage/catalog-model@1.4.0-next.1
2433
+ - @backstage/catalog-client@1.4.2-next.2
2434
+ - @backstage/core-plugin-api@1.5.2-next.0
2435
+ - @backstage/errors@1.2.0-next.0
2436
+ - @backstage/theme@0.4.0-next.1
2437
+ - @backstage/types@1.0.2
2438
+ - @backstage/version-bridge@1.0.4
2439
+ - @backstage/plugin-catalog-react@1.7.0-next.3
2440
+ - @backstage/plugin-scaffolder-common@1.3.1-next.1
2441
+
2442
+ ## 1.5.0-next.2
2443
+
2444
+ ### Patch Changes
2445
+
2446
+ - cf34311cdbe1: Extract `ui:*` fields from conditional `then` and `else` schema branches.
2447
+ - 2ff94da135a4: bump `rjsf` dependencies to 5.7.3
2448
+ - Updated dependencies
2449
+ - @backstage/theme@0.4.0-next.1
2450
+ - @backstage/plugin-catalog-react@1.7.0-next.2
2451
+ - @backstage/core-components@0.13.2-next.2
2452
+ - @backstage/core-plugin-api@1.5.2-next.0
2453
+
2454
+ ## 1.5.0-next.1
2455
+
2456
+ ### Minor Changes
2457
+
2458
+ - 6b571405f806: `scaffolder/next`: Provide some default template components to `rjsf` to allow for standardization and markdown descriptions
2459
+ - 4505dc3b4598: `scaffolder/next`: Don't render `TemplateGroups` when there's no results in with search query
2460
+ - 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`.
2461
+
2462
+ ### Patch Changes
2463
+
2464
+ - 74b216ee4e50: Add `PropsWithChildren` to usages of `ComponentType`, in preparation for React 18 where the children are no longer implicit.
2465
+ - Updated dependencies
2466
+ - @backstage/errors@1.2.0-next.0
2467
+ - @backstage/core-components@0.13.2-next.1
2468
+ - @backstage/plugin-catalog-react@1.7.0-next.1
2469
+ - @backstage/catalog-model@1.4.0-next.0
2470
+ - @backstage/core-plugin-api@1.5.2-next.0
2471
+ - @backstage/catalog-client@1.4.2-next.1
2472
+ - @backstage/plugin-scaffolder-common@1.3.1-next.0
2473
+ - @backstage/theme@0.4.0-next.0
2474
+ - @backstage/types@1.0.2
2475
+ - @backstage/version-bridge@1.0.4
2476
+
2477
+ ## 1.4.1-next.0
2478
+
2479
+ ### Patch Changes
2480
+
2481
+ - 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
2482
+ - Updated dependencies
2483
+ - @backstage/catalog-client@1.4.2-next.0
2484
+ - @backstage/plugin-catalog-react@1.7.0-next.0
2485
+ - @backstage/theme@0.4.0-next.0
2486
+ - @backstage/core-components@0.13.2-next.0
2487
+ - @backstage/core-plugin-api@1.5.1
2488
+ - @backstage/catalog-model@1.3.0
2489
+ - @backstage/errors@1.1.5
2490
+ - @backstage/types@1.0.2
2491
+ - @backstage/version-bridge@1.0.4
2492
+ - @backstage/plugin-scaffolder-common@1.3.0
2493
+
2494
+ ## 1.4.0
2495
+
2496
+ ### Minor Changes
2497
+
2498
+ - 82e10a6939c: Add support for Markdown text blob outputs from templates
2499
+
2500
+ ### Patch Changes
2501
+
2502
+ - ad1a1429de4: Improvements to the `scaffolder/next` buttons UX:
2503
+
2504
+ - Added padding around the "Create" button in the `Stepper` component
2505
+ - 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
2506
+ - Added a "Show Button Bar"/"Hide Button Bar" item to the `ContextMenu` component
2507
+
2508
+ - Updated dependencies
2509
+ - @backstage/theme@0.3.0
2510
+ - @backstage/plugin-catalog-react@1.6.0
2511
+ - @backstage/plugin-scaffolder-common@1.3.0
2512
+ - @backstage/core-components@0.13.1
2513
+ - @backstage/catalog-client@1.4.1
2514
+ - @backstage/catalog-model@1.3.0
2515
+ - @backstage/core-plugin-api@1.5.1
2516
+ - @backstage/errors@1.1.5
2517
+ - @backstage/types@1.0.2
2518
+ - @backstage/version-bridge@1.0.4
2519
+
2520
+ ## 1.4.0-next.2
2521
+
2522
+ ### Minor Changes
2523
+
2524
+ - 82e10a6939c: Add support for Markdown text blob outputs from templates
2525
+
2526
+ ### Patch Changes
2527
+
2528
+ - Updated dependencies
2529
+ - @backstage/theme@0.3.0-next.0
2530
+ - @backstage/plugin-scaffolder-common@1.3.0-next.0
2531
+ - @backstage/core-components@0.13.1-next.1
2532
+ - @backstage/plugin-catalog-react@1.6.0-next.2
2533
+ - @backstage/core-plugin-api@1.5.1
2534
+
2535
+ ## 1.3.1-next.1
2536
+
2537
+ ### Patch Changes
2538
+
2539
+ - Updated dependencies
2540
+ - @backstage/core-components@0.13.1-next.0
2541
+ - @backstage/core-plugin-api@1.5.1
2542
+ - @backstage/plugin-catalog-react@1.6.0-next.1
2543
+
2544
+ ## 1.3.1-next.0
2545
+
2546
+ ### Patch Changes
2547
+
2548
+ - ad1a1429de4: Improvements to the `scaffolder/next` buttons UX:
2549
+
2550
+ - Added padding around the "Create" button in the `Stepper` component
2551
+ - 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
2552
+ - Added a "Show Button Bar"/"Hide Button Bar" item to the `ContextMenu` component
2553
+
2554
+ - Updated dependencies
2555
+ - @backstage/plugin-catalog-react@1.6.0-next.0
2556
+ - @backstage/core-components@0.13.0
2557
+ - @backstage/core-plugin-api@1.5.1
2558
+ - @backstage/catalog-client@1.4.1
2559
+ - @backstage/catalog-model@1.3.0
2560
+ - @backstage/errors@1.1.5
2561
+ - @backstage/theme@0.2.19
2562
+ - @backstage/types@1.0.2
2563
+ - @backstage/version-bridge@1.0.4
2564
+ - @backstage/plugin-scaffolder-common@1.2.7
2565
+
2566
+ ## 1.3.0
2567
+
2568
+ ### Minor Changes
2569
+
2570
+ - 259d3407b9b: Move `CategoryPicker` from `scaffolder` into `scaffolder-react`
2571
+ Move `ContextMenu` into `scaffolder-react` and rename it to `ScaffolderPageContextMenu`
2572
+ - 2cfd03d7376: To offer better customization options, `ScaffolderPageContextMenu` takes callbacks as props instead of booleans
2573
+ - 48da4c46e45: `scaffolder/next`: Export the `TemplateGroupFilter` and `TemplateGroups` and make an extensible component
2574
+
2575
+ ### Patch Changes
2576
+
2577
+ - 7e1d900413a: `scaffolder/next`: Bump `@rjsf/*` dependencies to 5.5.2
2578
+ - e27ddc36dad: Added a possibility to cancel the running task (executing of a scaffolder template)
2579
+ - 0435174b06f: Accessibility issues identified using lighthouse fixed.
2580
+ - 7a6b16cc506: `scaffolder/next`: Bump `@rjsf/*` deps to 5.3.1
2581
+ - 90dda42cfd2: bug: Invert `templateFilter` predicate to align with `Array.filter`
2582
+ - d2488f5e54c: Add an indication that the validators are running when clicking `next` on each step of the form.
2583
+ - 1e4f5e91b8e: Bump `zod` and `zod-to-json-schema` dependencies.
2584
+ - 8c40997df44: Updated dependency `@rjsf/core-v5` to `npm:@rjsf/core@5.5.2`.
2585
+ - f84fc7fd040: Updated dependency `@rjsf/validator-ajv8` to `5.3.0`.
2586
+ - 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
2587
+ - 34dab7ee7f8: `scaffolder/next`: bump `rjsf` dependencies to `5.5.0`
2588
+ - 2898b6c8d52: Minor type tweaks for TypeScript 5.0
2589
+ - e0c6e8b9c3c: Update peer dependencies
2590
+ - cf71c3744a5: scaffolder/next: Bump `@rjsf/*` dependencies to 5.6.0
2591
+ - Updated dependencies
2592
+ - @backstage/core-components@0.13.0
2593
+ - @backstage/plugin-scaffolder-common@1.2.7
2594
+ - @backstage/catalog-client@1.4.1
2595
+ - @backstage/plugin-catalog-react@1.5.0
2596
+ - @backstage/theme@0.2.19
2597
+ - @backstage/core-plugin-api@1.5.1
2598
+ - @backstage/catalog-model@1.3.0
2599
+ - @backstage/version-bridge@1.0.4
2600
+ - @backstage/errors@1.1.5
2601
+ - @backstage/types@1.0.2
2602
+
2603
+ ## 1.3.0-next.3
2604
+
2605
+ ### Patch Changes
2606
+
2607
+ - d2488f5e54c: Add indication that the validators are running
2608
+ - 8c40997df44: Updated dependency `@rjsf/core-v5` to `npm:@rjsf/core@5.5.2`.
2609
+ - Updated dependencies
2610
+ - @backstage/plugin-catalog-react@1.5.0-next.3
2611
+ - @backstage/catalog-model@1.3.0-next.0
2612
+ - @backstage/core-components@0.13.0-next.3
2613
+ - @backstage/catalog-client@1.4.1-next.1
2614
+ - @backstage/core-plugin-api@1.5.1-next.1
2615
+ - @backstage/errors@1.1.5
2616
+ - @backstage/theme@0.2.19-next.0
2617
+ - @backstage/types@1.0.2
2618
+ - @backstage/version-bridge@1.0.4-next.0
2619
+ - @backstage/plugin-scaffolder-common@1.2.7-next.2
2620
+
2621
+ ## 1.3.0-next.2
2622
+
2623
+ ### Patch Changes
2624
+
2625
+ - 90dda42cfd2: bug: Invert `templateFilter` predicate to align with `Array.filter`
2626
+ - 34dab7ee7f8: `scaffolder/next`: bump `rjsf` dependencies to `5.5.0`
2627
+ - 2898b6c8d52: Minor type tweaks for TypeScript 5.0
2628
+ - Updated dependencies
2629
+ - @backstage/catalog-client@1.4.1-next.0
2630
+ - @backstage/core-components@0.12.6-next.2
2631
+ - @backstage/plugin-catalog-react@1.4.1-next.2
2632
+ - @backstage/core-plugin-api@1.5.1-next.1
2633
+ - @backstage/catalog-model@1.2.1
2634
+ - @backstage/errors@1.1.5
2635
+ - @backstage/theme@0.2.19-next.0
2636
+ - @backstage/types@1.0.2
2637
+ - @backstage/version-bridge@1.0.4-next.0
2638
+ - @backstage/plugin-scaffolder-common@1.2.7-next.1
2639
+
2640
+ ## 1.3.0-next.1
2641
+
2642
+ ### Patch Changes
2643
+
2644
+ - 1e4f5e91b8e: Bump `zod` and `zod-to-json-schema` dependencies.
2645
+ - e0c6e8b9c3c: Update peer dependencies
2646
+ - Updated dependencies
2647
+ - @backstage/core-components@0.12.6-next.1
2648
+ - @backstage/plugin-scaffolder-common@1.2.7-next.1
2649
+ - @backstage/core-plugin-api@1.5.1-next.0
2650
+ - @backstage/version-bridge@1.0.4-next.0
2651
+ - @backstage/plugin-catalog-react@1.4.1-next.1
2652
+ - @backstage/theme@0.2.19-next.0
2653
+ - @backstage/catalog-client@1.4.0
2654
+ - @backstage/catalog-model@1.2.1
2655
+ - @backstage/errors@1.1.5
2656
+ - @backstage/types@1.0.2
2657
+
2658
+ ## 1.3.0-next.0
2659
+
2660
+ ### Minor Changes
2661
+
2662
+ - 259d3407b9b: Move `CategoryPicker` from `scaffolder` into `scaffolder-react`
2663
+ Move `ContextMenu` into `scaffolder-react` and rename it to `ScaffolderPageContextMenu`
2664
+ - 2cfd03d7376: To offer better customization options, `ScaffolderPageContextMenu` takes callbacks as props instead of booleans
2665
+ - 48da4c46e45: `scaffolder/next`: Export the `TemplateGroupFilter` and `TemplateGroups` and make an extensible component
2666
+
2667
+ ### Patch Changes
2668
+
2669
+ - e27ddc36dad: Added a possibility to cancel the running task (executing of a scaffolder template)
2670
+ - 7a6b16cc506: `scaffolder/next`: Bump `@rjsf/*` deps to 5.3.1
2671
+ - f84fc7fd040: Updated dependency `@rjsf/validator-ajv8` to `5.3.0`.
2672
+ - 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
2673
+ - Updated dependencies
2674
+ - @backstage/plugin-scaffolder-common@1.2.7-next.0
2675
+ - @backstage/core-components@0.12.6-next.0
2676
+ - @backstage/plugin-catalog-react@1.4.1-next.0
2677
+ - @backstage/core-plugin-api@1.5.0
2678
+ - @backstage/catalog-client@1.4.0
2679
+ - @backstage/catalog-model@1.2.1
2680
+ - @backstage/errors@1.1.5
2681
+ - @backstage/theme@0.2.18
2682
+ - @backstage/types@1.0.2
2683
+ - @backstage/version-bridge@1.0.3
2684
+
2685
+ ## 1.2.0
2686
+
2687
+ ### Minor Changes
2688
+
2689
+ - 8f4d13f21cf: Move `useTaskStream`, `TaskBorder`, `TaskLogStream` and `TaskSteps` into `scaffolder-react`.
2690
+
2691
+ ### Patch Changes
2692
+
2693
+ - 65454876fb2: Minor API report tweaks
2694
+ - 3c96e77b513: Make scaffolder adhere to page themes by using page `fontColor` consistently. If your theme overwrites template list or card headers, review those styles.
2695
+ - c8d78b9ae9d: fix bug with `hasErrors` returning false when dealing with empty objects
2696
+ - 9b8c374ace5: Remove timer for skipped steps in Scaffolder Next's TaskSteps
2697
+ - 44941fc97eb: scaffolder/next: Move the `uiSchema` to its own property in the validation `context` to align with component development and access of `ui:options`
2698
+ - d9893263ba9: scaffolder/next: Fix for steps without properties
2699
+ - 928a12a9b3e: Internal refactor of `/alpha` exports.
2700
+ - cc418d652a7: scaffolder/next: Added the ability to get the fields definition in the schema in the validation function
2701
+ - d4100d0ec42: Fix alignment bug for owners on `TemplateCard`
2702
+ - Updated dependencies
2703
+ - @backstage/catalog-client@1.4.0
2704
+ - @backstage/core-components@0.12.5
2705
+ - @backstage/plugin-catalog-react@1.4.0
2706
+ - @backstage/errors@1.1.5
2707
+ - @backstage/core-plugin-api@1.5.0
2708
+ - @backstage/catalog-model@1.2.1
2709
+ - @backstage/theme@0.2.18
2710
+ - @backstage/types@1.0.2
2711
+ - @backstage/version-bridge@1.0.3
2712
+ - @backstage/plugin-scaffolder-common@1.2.6
2713
+
2714
+ ## 1.2.0-next.2
2715
+
2716
+ ### Patch Changes
2717
+
2718
+ - 65454876fb2: Minor API report tweaks
2719
+ - 3c96e77b513: Make scaffolder adhere to page themes by using page `fontColor` consistently. If your theme overwrites template list or card headers, review those styles.
2720
+ - d9893263ba9: scaffolder/next: Fix for steps without properties
2721
+ - Updated dependencies
2722
+ - @backstage/core-components@0.12.5-next.2
2723
+ - @backstage/plugin-catalog-react@1.4.0-next.2
2724
+ - @backstage/core-plugin-api@1.5.0-next.2
2725
+
2726
+ ## 1.2.0-next.1
2727
+
2728
+ ### Minor Changes
2729
+
2730
+ - 8f4d13f21cf: Move `useTaskStream`, `TaskBorder`, `TaskLogStream` and `TaskSteps` into `scaffolder-react`.
2731
+
2732
+ ### Patch Changes
2733
+
2734
+ - 44941fc97eb: scaffolder/next: Move the `uiSchema` to its own property in the validation `context` to align with component development and access of `ui:options`
2735
+ - Updated dependencies
2736
+ - @backstage/core-components@0.12.5-next.1
2737
+ - @backstage/errors@1.1.5-next.0
2738
+ - @backstage/catalog-client@1.4.0-next.1
2739
+ - @backstage/core-plugin-api@1.4.1-next.1
2740
+ - @backstage/theme@0.2.18-next.0
2741
+ - @backstage/plugin-catalog-react@1.4.0-next.1
2742
+ - @backstage/catalog-model@1.2.1-next.1
2743
+ - @backstage/types@1.0.2
2744
+ - @backstage/version-bridge@1.0.3
2745
+ - @backstage/plugin-scaffolder-common@1.2.6-next.1
2746
+
2747
+ ## 1.1.1-next.0
2748
+
2749
+ ### Patch Changes
2750
+
2751
+ - c8d78b9ae9: fix bug with `hasErrors` returning false when dealing with empty objects
2752
+ - 928a12a9b3: Internal refactor of `/alpha` exports.
2753
+ - cc418d652a: scaffolder/next: Added the ability to get the fields definition in the schema in the validation function
2754
+ - d4100d0ec4: Fix alignment bug for owners on `TemplateCard`
2755
+ - Updated dependencies
2756
+ - @backstage/catalog-client@1.4.0-next.0
2757
+ - @backstage/plugin-catalog-react@1.4.0-next.0
2758
+ - @backstage/core-plugin-api@1.4.1-next.0
2759
+ - @backstage/catalog-model@1.2.1-next.0
2760
+ - @backstage/core-components@0.12.5-next.0
2761
+ - @backstage/errors@1.1.4
2762
+ - @backstage/theme@0.2.17
2763
+ - @backstage/types@1.0.2
2764
+ - @backstage/version-bridge@1.0.3
2765
+ - @backstage/plugin-scaffolder-common@1.2.6-next.0
2766
+
2767
+ ## 1.1.0
2768
+
2769
+ ### Minor Changes
2770
+
2771
+ - a07750745b: Added `DescriptionField` field override to the `next/scaffolder`
2772
+ - a521379688: Migrating the `TemplateEditorPage` to work with the new components from `@backstage/plugin-scaffolder-react`
2773
+ - 8c2966536b: Embed scaffolder workflow in other components
2774
+ - 5555e17313: refactor `createAsyncValidators` to be recursive to ensure validators are called in nested schemas.
2775
+
2776
+ ### Patch Changes
2777
+
2778
+ - 04f717a8e1: `scaffolder/next`: bump `react-jsonschema-form` libraries to `v5-stable`
2779
+ - b46f385eff: scaffolder/next: Implementing a simple `OngoingTask` page
2780
+ - cbab8ac107: lock versions of `@rjsf/*-beta` packages
2781
+ - 346d6b6630: Upgrade `@rjsf` version 5 dependencies to `beta.18`
2782
+ - ccbf91051b: bump `@rjsf` `v5` dependencies to 5.1.0
2783
+ - d2ddde2108: Add `ScaffolderLayouts` to `NextScaffolderPage`
2784
+ - Updated dependencies
2785
+ - @backstage/core-components@0.12.4
2786
+ - @backstage/catalog-model@1.2.0
2787
+ - @backstage/theme@0.2.17
2788
+ - @backstage/core-plugin-api@1.4.0
2789
+ - @backstage/plugin-catalog-react@1.3.0
2790
+ - @backstage/catalog-client@1.3.1
2791
+ - @backstage/errors@1.1.4
2792
+ - @backstage/types@1.0.2
2793
+ - @backstage/version-bridge@1.0.3
2794
+ - @backstage/plugin-scaffolder-common@1.2.5
2795
+
2796
+ ## 1.1.0-next.2
2797
+
2798
+ ### Minor Changes
2799
+
2800
+ - 5555e17313: refactor `createAsyncValidators` to be recursive to ensure validators are called in nested schemas.
2801
+
2802
+ ### Patch Changes
2803
+
2804
+ - b46f385eff: scaffolder/next: Implementing a simple `OngoingTask` page
2805
+ - ccbf91051b: bump `@rjsf` `v5` dependencies to 5.1.0
2806
+ - Updated dependencies
2807
+ - @backstage/catalog-model@1.2.0-next.1
2808
+ - @backstage/core-components@0.12.4-next.1
2809
+ - @backstage/catalog-client@1.3.1-next.1
2810
+ - @backstage/core-plugin-api@1.3.0
2811
+ - @backstage/errors@1.1.4
2812
+ - @backstage/theme@0.2.16
2813
+ - @backstage/types@1.0.2
2814
+ - @backstage/version-bridge@1.0.3
2815
+ - @backstage/plugin-catalog-react@1.3.0-next.2
2816
+ - @backstage/plugin-scaffolder-common@1.2.5-next.1
2817
+
2818
+ ## 1.1.0-next.1
2819
+
2820
+ ### Patch Changes
2821
+
2822
+ - 04f717a8e1: `scaffolder/next`: bump `react-jsonschema-form` libraries to `v5-stable`
2823
+ - 346d6b6630: Upgrade `@rjsf` version 5 dependencies to `beta.18`
2824
+ - Updated dependencies
2825
+ - @backstage/core-components@0.12.4-next.0
2826
+ - @backstage/plugin-catalog-react@1.3.0-next.1
2827
+ - @backstage/catalog-client@1.3.1-next.0
2828
+ - @backstage/catalog-model@1.1.6-next.0
2829
+ - @backstage/core-plugin-api@1.3.0
2830
+ - @backstage/errors@1.1.4
2831
+ - @backstage/theme@0.2.16
2832
+ - @backstage/types@1.0.2
2833
+ - @backstage/version-bridge@1.0.3
2834
+ - @backstage/plugin-scaffolder-common@1.2.5-next.0
2835
+
2836
+ ## 1.1.0-next.0
2837
+
2838
+ ### Minor Changes
2839
+
2840
+ - 8c2966536b: Embed scaffolder workflow in other components
2841
+
2842
+ ### Patch Changes
2843
+
2844
+ - cbab8ac107: lock versions of `@rjsf/*-beta` packages
2845
+ - d2ddde2108: Add `ScaffolderLayouts` to `NextScaffolderPage`
2846
+ - Updated dependencies
2847
+ - @backstage/plugin-catalog-react@1.3.0-next.0
2848
+ - @backstage/catalog-model@1.1.6-next.0
2849
+ - @backstage/catalog-client@1.3.1-next.0
2850
+ - @backstage/plugin-scaffolder-common@1.2.5-next.0
2851
+
2852
+ ## 1.0.0
2853
+
2854
+ ### Major Changes
2855
+
2856
+ - 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`.
2857
+
2858
+ ### Patch Changes
2859
+
2860
+ - Updated dependencies
2861
+ - @backstage/catalog-model@1.1.5
2862
+ - @backstage/plugin-scaffolder-common@1.2.4
2863
+ - @backstage/catalog-client@1.3.0
2864
+ - @backstage/plugin-catalog-react@1.2.4
2865
+ - @backstage/core-components@0.12.3
2866
+ - @backstage/core-plugin-api@1.3.0
2867
+ - @backstage/errors@1.1.4
2868
+ - @backstage/theme@0.2.16
2869
+ - @backstage/types@1.0.2
2870
+ - @backstage/version-bridge@1.0.3
2871
+
2872
+ ## 1.0.0-next.0
2873
+
2874
+ ### Major Changes
2875
+
2876
+ - 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`.
2877
+
2878
+ ### Patch Changes
2879
+
2880
+ - Updated dependencies
2881
+ - @backstage/core-plugin-api@1.3.0-next.1
2882
+ - @backstage/catalog-client@1.3.0-next.2
2883
+ - @backstage/plugin-catalog-react@1.2.4-next.2
2884
+ - @backstage/catalog-model@1.1.5-next.1
2885
+ - @backstage/core-components@0.12.3-next.2
2886
+ - @backstage/errors@1.1.4
2887
+ - @backstage/theme@0.2.16
2888
+ - @backstage/types@1.0.2
2889
+ - @backstage/version-bridge@1.0.3
2890
+ - @backstage/plugin-scaffolder-common@1.2.4-next.1
2891
+ in the review step label
2892
+ - bcec60f: updated the ContextMenu, ActionsPage, OngoingTask and TemplateCard frontend components to support the new scaffolder permissions:
2893
+
2894
+ - `scaffolder.task.create`
2895
+ - `scaffolder.task.cancel`
2896
+ - `scaffolder.task.read`
2897
+
2898
+ - Updated dependencies
2899
+ - @backstage/core-components@0.14.8
2900
+ - @backstage/core-plugin-api@1.9.3
2901
+ - @backstage/theme@0.5.6
2902
+ - @backstage/plugin-scaffolder-common@1.5.3
2903
+ - @backstage/plugin-permission-react@0.4.23
2904
+ - @backstage/plugin-catalog-react@1.12.1
2905
+ - @backstage/catalog-client@1.6.5
2906
+ - @backstage/catalog-model@1.5.0
2907
+ - @backstage/types@1.1.1
2908
+ - @backstage/version-bridge@1.0.8
2909
+
3
2910
  ## 1.8.7-next.3
4
2911
 
5
2912
  ### Patch Changes