@saas-ui/forms 1.0.0-rc.9 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,92 @@
1
1
  # @saas-ui/forms
2
2
 
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 1db5bf9: Initial release candidate
8
+
9
+ ### Minor Changes
10
+
11
+ - 3ae6be1: breaking: Updated to Chakra UI 2.1
12
+ - 532a7d4: Updated to Chakra UI 2.2.1
13
+ - 7a16ef7: Updated to Chakra UI 2.2.1
14
+ - 3ae6be1: breaking: React 18 support.
15
+
16
+ ### Patch Changes
17
+
18
+ - fca06e4: Added Json Schema (ajv) support for AutoForm.
19
+ - 6cc9343: Add exports entry for ajv
20
+ - 15c3960: Re-publish.
21
+ - 1744543: Updated dependencies.
22
+ - bd3438d: FormStep now supports an onSubmit handler.
23
+ - 6133901: No longer passing down label to input fields.
24
+ - dc6376f: Updated all readme files, added better descriptions and links to docs and source code.
25
+ - 43dff99: Option labels are now optional.
26
+ - d4afda3: ArrayFieldRowFields now accepts all FormLayout props (#48).
27
+ - ddec417: ArrayField no longer passing down items to the container element.
28
+ - 43dff99: Field is now correctly typed based on the field type.
29
+ - 5a1b92b: Fix vertical orientation for FormStepper.
30
+ - 1fdf52a: Modern bundles now use .mjs extension.
31
+ - 38f7171: #50 - Fixed StepForm render prop types.
32
+ - 5f80cea: AutoForm now renders children.
33
+ - 532a7d4: Fixed all theme onconsistencies.
34
+ - 1c247cb: InputField now has type="text" by default.
35
+ - d1fb472: Select now renders a hidden input with the current value.
36
+ - 68f5d3b: Removed isPrimary and isSecondary Button properties, use colorScheme="primary" instead.
37
+ - Updated dependencies [3ae6be1]
38
+ - Updated dependencies [c8621b8]
39
+ - Updated dependencies [15c3960]
40
+ - Updated dependencies [532a7d4]
41
+ - Updated dependencies [1744543]
42
+ - Updated dependencies [dc6376f]
43
+ - Updated dependencies [9e9c601]
44
+ - Updated dependencies [1db5bf9]
45
+ - Updated dependencies [1fdf52a]
46
+ - Updated dependencies [7a16ef7]
47
+ - Updated dependencies [532a7d4]
48
+ - Updated dependencies [3dee538]
49
+ - Updated dependencies [870db1f]
50
+ - Updated dependencies [3ae6be1]
51
+ - Updated dependencies [68f5d3b]
52
+ - @saas-ui/button@1.0.0
53
+ - @saas-ui/input-right-button@1.0.0
54
+ - @saas-ui/number-input@1.0.0
55
+ - @saas-ui/password-input@1.0.0
56
+ - @saas-ui/pin-input@1.0.0
57
+ - @saas-ui/radio@1.0.0
58
+ - @saas-ui/react-utils@1.0.0
59
+ - @saas-ui/select@1.0.0
60
+ - @saas-ui/stepper@1.0.0
61
+
62
+ ## 1.0.0-rc.12
63
+
64
+ ### Patch Changes
65
+
66
+ - @saas-ui/stepper@1.0.0-rc.6
67
+
68
+ ## 1.0.0-rc.11
69
+
70
+ ### Patch Changes
71
+
72
+ - 1744543: Updated dependencies.
73
+ - Updated dependencies [1744543]
74
+ - @saas-ui/button@1.0.0-rc.5
75
+ - @saas-ui/input-right-button@1.0.0-rc.5
76
+ - @saas-ui/number-input@1.0.0-rc.4
77
+ - @saas-ui/password-input@1.0.0-rc.5
78
+ - @saas-ui/pin-input@1.0.0-rc.5
79
+ - @saas-ui/radio@1.0.0-rc.4
80
+ - @saas-ui/react-utils@1.0.0-rc.4
81
+ - @saas-ui/select@1.0.0-rc.4
82
+ - @saas-ui/stepper@1.0.0-rc.5
83
+
84
+ ## 1.0.0-rc.10
85
+
86
+ ### Patch Changes
87
+
88
+ - bd3438d: FormStep now supports an onSubmit handler.
89
+
3
90
  ## 1.0.0-rc.9
4
91
 
5
92
  ### Patch Changes