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

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,18 @@
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
+
3
16
  ## 1.0.0-rc.8
4
17
 
5
18
  ### Patch Changes