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

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