@saas-ui/react 2.7.2 → 2.7.3
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 +18 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @saas-ui/react
|
|
2
2
|
|
|
3
|
+
## 2.7.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 20c7175: Added forwardRef to ContextMenuTrigger
|
|
8
|
+
- ca911e4: Fixed issue where global toast default options would not apply to snackbar
|
|
9
|
+
- 0a218fd: Fixed issue where Field types would not be inferred
|
|
10
|
+
- Updated dependencies [20c7175]
|
|
11
|
+
- Updated dependencies [ca911e4]
|
|
12
|
+
- Updated dependencies [ca911e4]
|
|
13
|
+
- Updated dependencies [0a218fd]
|
|
14
|
+
- Updated dependencies [0a218fd]
|
|
15
|
+
- @saas-ui/core@2.4.4
|
|
16
|
+
- @saas-ui/forms@2.5.3
|
|
17
|
+
- @saas-ui/data-table@9.0.3
|
|
18
|
+
- @saas-ui/hotkeys@2.2.7
|
|
19
|
+
- @saas-ui/modals@2.1.28
|
|
20
|
+
|
|
3
21
|
## 2.7.2
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saas-ui/react",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.3",
|
|
4
4
|
"description": "Saas UI - The React component library for startups.",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"exports": {
|
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
"@chakra-ui/react-utils": "^2.0.12",
|
|
61
61
|
"@chakra-ui/system": "^2.6.2",
|
|
62
62
|
"@chakra-ui/utils": "^2.0.15",
|
|
63
|
-
"@saas-ui/core": "2.4.
|
|
64
|
-
"@saas-ui/data-table": "9.0.
|
|
65
|
-
"@saas-ui/forms": "2.5.
|
|
63
|
+
"@saas-ui/core": "2.4.4",
|
|
64
|
+
"@saas-ui/data-table": "9.0.3",
|
|
65
|
+
"@saas-ui/forms": "2.5.3",
|
|
66
66
|
"@saas-ui/hooks": "2.0.3",
|
|
67
|
-
"@saas-ui/hotkeys": "2.2.
|
|
68
|
-
"@saas-ui/modals": "2.1.
|
|
67
|
+
"@saas-ui/hotkeys": "2.2.7",
|
|
68
|
+
"@saas-ui/modals": "2.1.28",
|
|
69
69
|
"@saas-ui/nprogress": "2.0.3",
|
|
70
70
|
"@saas-ui/theme": "2.3.4"
|
|
71
71
|
},
|