@saas-ui/react 1.3.1 → 1.4.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 +44 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,49 @@
|
|
|
1
1
|
# @saas-ui/react
|
|
2
2
|
|
|
3
|
+
## 1.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- d003608: Form now accepts a render function with form state props.
|
|
8
|
+
- d003608: Re-export all React Hook Form types and hooks
|
|
9
|
+
- d003608: New onChange prop for Form that triggers when the form state is changed.
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [d003608]
|
|
14
|
+
- Updated dependencies [d003608]
|
|
15
|
+
- Updated dependencies [d003608]
|
|
16
|
+
- @saas-ui/auth@1.3.0
|
|
17
|
+
- @saas-ui/forms@1.2.0
|
|
18
|
+
- @saas-ui/modals@1.2.0
|
|
19
|
+
|
|
20
|
+
## 1.3.3
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- b7f169b: Removed fontSize from HotkeysListItem base styles.
|
|
25
|
+
- 935a47c: useLocalStorage now returns the correct type.
|
|
26
|
+
- bef671d: Field variant now passed down to the internal Input.
|
|
27
|
+
- Updated dependencies [b7f169b]
|
|
28
|
+
- Updated dependencies [935a47c]
|
|
29
|
+
- Updated dependencies [bef671d]
|
|
30
|
+
- @saas-ui/hotkeys@1.1.1
|
|
31
|
+
- @saas-ui/hooks@1.1.1
|
|
32
|
+
- @saas-ui/forms@1.1.2
|
|
33
|
+
- @saas-ui/auth@1.2.2
|
|
34
|
+
- @saas-ui/modals@1.1.2
|
|
35
|
+
|
|
36
|
+
## 1.3.2
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- Updated dependencies
|
|
41
|
+
- @saas-ui/collapse@1.1.0
|
|
42
|
+
- @saas-ui/stepper@1.1.1
|
|
43
|
+
- @saas-ui/forms@1.1.1
|
|
44
|
+
- @saas-ui/auth@1.2.1
|
|
45
|
+
- @saas-ui/modals@1.1.1
|
|
46
|
+
|
|
3
47
|
## 1.3.1
|
|
4
48
|
|
|
5
49
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saas-ui/react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "Saas UI - The frontend stack for SaaS companies.",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"exports": {
|
|
@@ -56,20 +56,20 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@chakra-ui/system": "^2.1.3",
|
|
59
|
-
"@saas-ui/auth": "1.
|
|
59
|
+
"@saas-ui/auth": "1.3.0",
|
|
60
60
|
"@saas-ui/banner": "1.1.0",
|
|
61
61
|
"@saas-ui/button": "1.1.0",
|
|
62
62
|
"@saas-ui/card": "1.2.0",
|
|
63
|
-
"@saas-ui/collapse": "1.
|
|
63
|
+
"@saas-ui/collapse": "1.1.0",
|
|
64
64
|
"@saas-ui/data-table": "1.1.0",
|
|
65
|
-
"@saas-ui/forms": "1.
|
|
66
|
-
"@saas-ui/hooks": "1.1.
|
|
67
|
-
"@saas-ui/hotkeys": "1.1.
|
|
65
|
+
"@saas-ui/forms": "1.2.0",
|
|
66
|
+
"@saas-ui/hooks": "1.1.1",
|
|
67
|
+
"@saas-ui/hotkeys": "1.1.1",
|
|
68
68
|
"@saas-ui/input-right-button": "1.1.0",
|
|
69
69
|
"@saas-ui/layout": "1.1.0",
|
|
70
70
|
"@saas-ui/list": "1.1.0",
|
|
71
71
|
"@saas-ui/menu": "1.1.0",
|
|
72
|
-
"@saas-ui/modals": "1.
|
|
72
|
+
"@saas-ui/modals": "1.2.0",
|
|
73
73
|
"@saas-ui/nprogress": "1.1.0",
|
|
74
74
|
"@saas-ui/number-input": "1.1.0",
|
|
75
75
|
"@saas-ui/palette": "1.1.0",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"@saas-ui/search-input": "1.1.0",
|
|
83
83
|
"@saas-ui/select": "1.1.0",
|
|
84
84
|
"@saas-ui/snackbar": "1.1.0",
|
|
85
|
-
"@saas-ui/stepper": "1.1.
|
|
85
|
+
"@saas-ui/stepper": "1.1.1",
|
|
86
86
|
"@saas-ui/theme": "1.2.0"
|
|
87
87
|
},
|
|
88
88
|
"peerDependencies": {
|