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