@backstage/plugin-scaffolder 1.8.0 → 1.9.0-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,63 @@
1
1
  # @backstage/plugin-scaffolder
2
2
 
3
+ ## 1.9.0-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - c3fa90e184: Updated dependency `zen-observable` to `^0.10.0`.
8
+ - Updated dependencies
9
+ - @backstage/core-components@0.12.1-next.1
10
+ - @backstage/core-plugin-api@1.1.1-next.1
11
+ - @backstage/types@1.0.2-next.1
12
+ - @backstage/plugin-catalog-react@1.2.2-next.1
13
+ - @backstage/integration-react@1.1.7-next.1
14
+ - @backstage/config@1.0.5-next.1
15
+ - @backstage/integration@1.4.1-next.1
16
+ - @backstage/plugin-permission-react@0.4.8-next.1
17
+ - @backstage/catalog-client@1.2.0-next.1
18
+ - @backstage/catalog-model@1.1.4-next.1
19
+ - @backstage/errors@1.1.4-next.1
20
+ - @backstage/theme@0.2.16
21
+ - @backstage/plugin-catalog-common@1.0.9-next.1
22
+ - @backstage/plugin-scaffolder-common@1.2.3-next.1
23
+
24
+ ## 1.9.0-next.0
25
+
26
+ ### Minor Changes
27
+
28
+ - ddd1c3308d: Implement Custom Field Explorer to view and play around with available installed custom field extensions
29
+ - adb1b01e32: Adds the ability to supply a `transformErrors` function to the `Stepper` for `/next`
30
+
31
+ ### Patch Changes
32
+
33
+ - d4d07cf55e: Enabling the customization of the last step in the scaffolder template.
34
+
35
+ To override the content you have to do the next:
36
+
37
+ ```typescript jsx
38
+ <TemplatePage ReviewStepComponent={YourCustomComponent} />
39
+ ```
40
+
41
+ - ef803022f1: Initialize all `formData` in the `Stepper` in `/next`
42
+ - 3280711113: Updated dependency `msw` to `^0.49.0`.
43
+ - 19356df560: Updated dependency `zen-observable` to `^0.9.0`.
44
+ - a63e2df559: fixed `headerOptions` not passed to `TemplatePage` component
45
+ - Updated dependencies
46
+ - @backstage/catalog-client@1.2.0-next.0
47
+ - @backstage/core-components@0.12.1-next.0
48
+ - @backstage/core-plugin-api@1.1.1-next.0
49
+ - @backstage/integration-react@1.1.7-next.0
50
+ - @backstage/integration@1.4.1-next.0
51
+ - @backstage/types@1.0.2-next.0
52
+ - @backstage/plugin-catalog-react@1.2.2-next.0
53
+ - @backstage/catalog-model@1.1.4-next.0
54
+ - @backstage/config@1.0.5-next.0
55
+ - @backstage/errors@1.1.4-next.0
56
+ - @backstage/theme@0.2.16
57
+ - @backstage/plugin-catalog-common@1.0.9-next.0
58
+ - @backstage/plugin-permission-react@0.4.8-next.0
59
+ - @backstage/plugin-scaffolder-common@1.2.3-next.0
60
+
3
61
  ## 1.8.0
4
62
 
5
63
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder",
3
- "version": "1.8.0",
3
+ "version": "1.9.0-next.1",
4
4
  "main": "../dist/index.esm.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }