@saas-ui/react 1.4.1 → 1.4.2
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 +13 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @saas-ui/react
|
|
2
2
|
|
|
3
|
+
## 1.4.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b88c087: Added missing onChange handler on FormDialog, thanks to @eliandersoh
|
|
8
|
+
- 62f3d4c: AuthProvider / useAuth now accept a generic User type to support custom user types.
|
|
9
|
+
- 62f3d4c: User.email now is optional
|
|
10
|
+
- Updated dependencies [b88c087]
|
|
11
|
+
- Updated dependencies [62f3d4c]
|
|
12
|
+
- Updated dependencies [62f3d4c]
|
|
13
|
+
- @saas-ui/modals@1.2.2
|
|
14
|
+
- @saas-ui/auth@1.3.2
|
|
15
|
+
|
|
3
16
|
## 1.4.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saas-ui/react",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"description": "Saas UI - The frontend stack for SaaS companies.",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"exports": {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@chakra-ui/system": "^2.1.3",
|
|
59
|
-
"@saas-ui/auth": "1.3.
|
|
59
|
+
"@saas-ui/auth": "1.3.2",
|
|
60
60
|
"@saas-ui/banner": "1.1.0",
|
|
61
61
|
"@saas-ui/button": "1.1.0",
|
|
62
62
|
"@saas-ui/card": "1.2.0",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@saas-ui/layout": "1.1.1",
|
|
70
70
|
"@saas-ui/list": "1.1.0",
|
|
71
71
|
"@saas-ui/menu": "1.1.1",
|
|
72
|
-
"@saas-ui/modals": "1.2.
|
|
72
|
+
"@saas-ui/modals": "1.2.2",
|
|
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",
|