@saas-ui/forms 1.1.2 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @saas-ui/forms
2
2
 
3
+ ## 1.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - dfd61ed: Custom Field onChange and onBlur handlers will no longer override the internal HookForm handlers.
8
+ - @saas-ui/stepper@1.1.2
9
+
10
+ ## 1.2.0
11
+
12
+ ### Minor Changes
13
+
14
+ - d003608: Form now accepts a render function with form state props.
15
+ - d003608: Re-export all React Hook Form types and hooks
16
+ - d003608: New onChange prop for Form that triggers when the form state is changed.
17
+
3
18
  ## 1.1.2
4
19
 
5
20
  ### Patch Changes