@saas-ui/forms 1.0.0-rc.7 → 1.0.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,123 @@
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
+
90
+ ## 1.0.0-rc.9
91
+
92
+ ### Patch Changes
93
+
94
+ - 43dff99: Option labels are now optional.
95
+ - d4afda3: ArrayFieldRowFields now accepts all FormLayout props (#48).
96
+ - 43dff99: Field is now correctly typed based on the field type.
97
+ - 38f7171: #50 - Fixed StepForm render prop types.
98
+ - Updated dependencies [870db1f]
99
+ - @saas-ui/button@1.0.0-rc.4
100
+ - @saas-ui/input-right-button@1.0.0-rc.4
101
+ - @saas-ui/password-input@1.0.0-rc.4
102
+
103
+ ## 1.0.0-rc.8
104
+
105
+ ### Patch Changes
106
+
107
+ - dc6376f: Updated all readme files, added better descriptions and links to docs and source code.
108
+ - 68f5d3b: Removed isPrimary and isSecondary Button properties, use colorScheme="primary" instead.
109
+ - Updated dependencies [dc6376f]
110
+ - Updated dependencies [68f5d3b]
111
+ - @saas-ui/button@1.0.0-rc.3
112
+ - @saas-ui/input-right-button@1.0.0-rc.3
113
+ - @saas-ui/number-input@1.0.0-rc.3
114
+ - @saas-ui/password-input@1.0.0-rc.3
115
+ - @saas-ui/pin-input@1.0.0-rc.4
116
+ - @saas-ui/radio@1.0.0-rc.3
117
+ - @saas-ui/react-utils@1.0.0-rc.3
118
+ - @saas-ui/select@1.0.0-rc.3
119
+ - @saas-ui/stepper@1.0.0-rc.4
120
+
3
121
  ## 1.0.0-rc.7
4
122
 
5
123
  ### Patch Changes
package/README.md ADDED
@@ -0,0 +1,29 @@
1
+ # @saas-ui/forms
2
+
3
+ Chakra UI Forms.
4
+
5
+ Create fully functional React forms with just a few lines of code.
6
+
7
+ Uses React Hook Form under the hood.
8
+
9
+ ## Installation
10
+
11
+ ```sh
12
+ $ yarn add @saas-ui/forms
13
+
14
+ #or
15
+
16
+ $ npm i @saas-ui/forms --save
17
+ ```
18
+
19
+ ## Docs
20
+
21
+ https://www.saas-ui.dev/docs/forms/form
22
+
23
+ ## Source
24
+
25
+ https://github.com/saas-js/saas-ui/tree/next/packages/saas-ui-forms
26
+
27
+ ## License
28
+
29
+ MIT - Appulse Software