@saas-ui/forms 1.2.0 → 1.2.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,18 @@
1
1
  # @saas-ui/forms
2
2
 
3
+ ## 1.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - ad47180: FormStepper now supports theming props.
8
+
9
+ ## 1.2.1
10
+
11
+ ### Patch Changes
12
+
13
+ - dfd61ed: Custom Field onChange and onBlur handlers will no longer override the internal HookForm handlers.
14
+ - @saas-ui/stepper@1.1.2
15
+
3
16
  ## 1.2.0
4
17
 
5
18
  ### Minor Changes