@saas-ui/react 2.5.9 → 2.6.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 +36 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
# @saas-ui/react
|
|
2
2
|
|
|
3
|
+
## 2.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 4a95712: Improved snackbar.promise method to not rethrow error when the error option is a function
|
|
8
|
+
- 4a95712: Improved snackbar.promise success prop to accept an optional function callback
|
|
9
|
+
- 73d09d9: Added support for leftAddon and rightAddon on number input types
|
|
10
|
+
- efca417: Improved ObjectSchema type definitions to be more strict and inherit correct field type props
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [4a95712]
|
|
15
|
+
- Updated dependencies [4a95712]
|
|
16
|
+
- Updated dependencies [73d09d9]
|
|
17
|
+
- Updated dependencies [efca417]
|
|
18
|
+
- @saas-ui/core@2.4.0
|
|
19
|
+
- @saas-ui/forms@2.4.0
|
|
20
|
+
- @saas-ui/data-table@8.0.0
|
|
21
|
+
- @saas-ui/hotkeys@2.2.3
|
|
22
|
+
- @saas-ui/modals@2.1.22
|
|
23
|
+
|
|
24
|
+
## 2.5.10
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- 2e7da38: Updated dependencies
|
|
29
|
+
- Updated dependencies [2e7da38]
|
|
30
|
+
- Updated dependencies [da5167a]
|
|
31
|
+
- @saas-ui/data-table@7.0.10
|
|
32
|
+
- @saas-ui/nprogress@2.0.3
|
|
33
|
+
- @saas-ui/modals@2.1.21
|
|
34
|
+
- @saas-ui/forms@2.3.12
|
|
35
|
+
- @saas-ui/theme@2.3.3
|
|
36
|
+
- @saas-ui/core@2.3.6
|
|
37
|
+
- @saas-ui/hotkeys@2.2.2
|
|
38
|
+
|
|
3
39
|
## 2.5.9
|
|
4
40
|
|
|
5
41
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saas-ui/react",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.6.0",
|
|
4
4
|
"description": "Saas UI - The React component library for startups.",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"exports": {
|
|
@@ -58,16 +58,16 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@chakra-ui/icon": "^3.2.0",
|
|
60
60
|
"@chakra-ui/react-utils": "^2.0.12",
|
|
61
|
-
"@chakra-ui/system": "^2.6.
|
|
61
|
+
"@chakra-ui/system": "^2.6.2",
|
|
62
62
|
"@chakra-ui/utils": "^2.0.15",
|
|
63
|
-
"@saas-ui/core": "2.
|
|
64
|
-
"@saas-ui/data-table": "
|
|
65
|
-
"@saas-ui/forms": "2.
|
|
63
|
+
"@saas-ui/core": "2.4.0",
|
|
64
|
+
"@saas-ui/data-table": "8.0.0",
|
|
65
|
+
"@saas-ui/forms": "2.4.0",
|
|
66
66
|
"@saas-ui/hooks": "2.0.3",
|
|
67
|
-
"@saas-ui/hotkeys": "2.2.
|
|
68
|
-
"@saas-ui/modals": "2.1.
|
|
69
|
-
"@saas-ui/nprogress": "2.0.
|
|
70
|
-
"@saas-ui/theme": "2.3.
|
|
67
|
+
"@saas-ui/hotkeys": "2.2.3",
|
|
68
|
+
"@saas-ui/modals": "2.1.22",
|
|
69
|
+
"@saas-ui/nprogress": "2.0.3",
|
|
70
|
+
"@saas-ui/theme": "2.3.3"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
73
|
"@chakra-ui/react": ">=2.6.0",
|