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

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @saas-ui/forms
2
2
 
3
+ ## 1.0.0-rc.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 43dff99: Option labels are now optional.
8
+ - d4afda3: ArrayFieldRowFields now accepts all FormLayout props (#48).
9
+ - 43dff99: Field is now correctly typed based on the field type.
10
+ - 38f7171: #50 - Fixed StepForm render prop types.
11
+ - Updated dependencies [870db1f]
12
+ - @saas-ui/button@1.0.0-rc.4
13
+ - @saas-ui/input-right-button@1.0.0-rc.4
14
+ - @saas-ui/password-input@1.0.0-rc.4
15
+
16
+ ## 1.0.0-rc.8
17
+
18
+ ### Patch Changes
19
+
20
+ - dc6376f: Updated all readme files, added better descriptions and links to docs and source code.
21
+ - 68f5d3b: Removed isPrimary and isSecondary Button properties, use colorScheme="primary" instead.
22
+ - Updated dependencies [dc6376f]
23
+ - Updated dependencies [68f5d3b]
24
+ - @saas-ui/button@1.0.0-rc.3
25
+ - @saas-ui/input-right-button@1.0.0-rc.3
26
+ - @saas-ui/number-input@1.0.0-rc.3
27
+ - @saas-ui/password-input@1.0.0-rc.3
28
+ - @saas-ui/pin-input@1.0.0-rc.4
29
+ - @saas-ui/radio@1.0.0-rc.3
30
+ - @saas-ui/react-utils@1.0.0-rc.3
31
+ - @saas-ui/select@1.0.0-rc.3
32
+ - @saas-ui/stepper@1.0.0-rc.4
33
+
34
+ ## 1.0.0-rc.7
35
+
36
+ ### Patch Changes
37
+
38
+ - Fix vertical orientation for FormStepper.
39
+
3
40
  ## 1.0.0-rc.6
4
41
 
5
42
  ### 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