@saas-ui/forms 2.0.0-rc.32 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +80 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,85 @@
1
1
  # @saas-ui/forms
2
2
 
3
+ ## 2.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [9b609119]
8
+ - @saas-ui/core@2.0.1
9
+
10
+ ## 2.0.0
11
+
12
+ ### Major Changes
13
+
14
+ - d7c87a31: Moved form resolvers into a separate package.
15
+ - 532011d6: Restructured the Select component to make it atomic, the new composition is Select, SelectButton, SelectList and SelectOption.
16
+ - 8b82d945: Removed button package.
17
+ - f1e99198: Restructured packages.
18
+ - 39e778d8: Form will now render AutoField by default when no children are passed.
19
+
20
+ ### Minor Changes
21
+
22
+ - 532011d6: Select can now supports theming using the SuiSelect theme config.
23
+ - a8ea24da: PasswordInput now accepts leftAddon property.
24
+ - 046e42b8: Updated to Chakra UI 2.7
25
+ - 2d18cdc2: New createFormDialog function to create Zod or Yup specific FormDialogs
26
+ - a9ca90dd: Updated to Chakra UI 2.6.x
27
+ - 6dd737ce: Select field now renders invalid state.
28
+ - c85541cb: AutoForm field props can now be overridden using the fields prop on Form
29
+
30
+ ### Patch Changes
31
+
32
+ - 84e59fec: Form render prop Field now supports ref
33
+ - d725a5da: Fix esm bundle import
34
+ - 6d3f5717: Fix React import
35
+ - d725a5da: Bump version
36
+ - f1e99198: Migrated from microbundle to tsup for builds
37
+ - 01ac442f: Fixed modal form handler type inference
38
+ - a7ef6dd9: Fixed issue where types for exports were not detected
39
+ - 6c63217c: object and array field props can now be overridden using the fields prop
40
+ - d6e9a39d: Form fields overries types now support array and object type props
41
+ - b5912297: Fix Select button overflow.
42
+ - 0319aa57: Bump version
43
+ - 166978bd: Fix esm bundle filename.
44
+ - 5ac0e9ba: Fix issue where StepForm would not submit when subsequent fields are required.
45
+ - Updated dependencies [189190c6]
46
+ - Updated dependencies [1177329d]
47
+ - Updated dependencies [e23790a8]
48
+ - Updated dependencies [83f54180]
49
+ - Updated dependencies [ba61612f]
50
+ - Updated dependencies [e94ca3c0]
51
+ - Updated dependencies [b8be6d41]
52
+ - Updated dependencies [d725a5da]
53
+ - Updated dependencies [70af3ead]
54
+ - Updated dependencies [d725a5da]
55
+ - Updated dependencies [e9258592]
56
+ - Updated dependencies [a5898c44]
57
+ - Updated dependencies [6193c47c]
58
+ - Updated dependencies [83f54180]
59
+ - Updated dependencies [046e42b8]
60
+ - Updated dependencies [83f54180]
61
+ - Updated dependencies [7052dad3]
62
+ - Updated dependencies [e52f63fa]
63
+ - Updated dependencies [61b27fa6]
64
+ - Updated dependencies [7027d7c1]
65
+ - Updated dependencies [0fda9fee]
66
+ - Updated dependencies [a7ef6dd9]
67
+ - Updated dependencies [83f54180]
68
+ - Updated dependencies [0a11d7b6]
69
+ - Updated dependencies [83f54180]
70
+ - Updated dependencies [2b639656]
71
+ - Updated dependencies [b895e5bd]
72
+ - Updated dependencies [3a15e8c8]
73
+ - Updated dependencies [76887bda]
74
+ - Updated dependencies [76887bda]
75
+ - Updated dependencies [27a68bca]
76
+ - Updated dependencies [6236e117]
77
+ - Updated dependencies [0319aa57]
78
+ - Updated dependencies [76887bda]
79
+ - Updated dependencies [826c561a]
80
+ - Updated dependencies [166978bd]
81
+ - @saas-ui/core@2.0.0
82
+
3
83
  ## 2.0.0-rc.32
4
84
 
5
85
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/forms",
3
- "version": "2.0.0-rc.32",
3
+ "version": "2.0.1",
4
4
  "description": "Fully functional forms for Chakra UI.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -104,7 +104,7 @@
104
104
  "@chakra-ui/react-utils": "^2.0.12",
105
105
  "@chakra-ui/utils": "^2.0.15",
106
106
  "@hookform/resolvers": "^3.1.0",
107
- "@saas-ui/core": "2.0.0-rc.29",
107
+ "@saas-ui/core": "2.0.1",
108
108
  "react-hook-form": "^7.44.3"
109
109
  },
110
110
  "peerDependencies": {