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