@saas-ui/react 2.0.0-rc.29 → 2.0.0-rc.31
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +40 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,45 @@
|
|
1
1
|
# @saas-ui/react
|
2
2
|
|
3
|
+
## 2.0.0-rc.31
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 0fda9fee: Fix ContextMenu and OverflowMenu exports.
|
8
|
+
- Updated dependencies [0fda9fee]
|
9
|
+
- @saas-ui/core@2.0.0-rc.26
|
10
|
+
- @saas-ui/data-table@2.0.0-rc.31
|
11
|
+
- @saas-ui/auth@2.0.0-rc.30
|
12
|
+
- @saas-ui/forms@2.0.0-rc.29
|
13
|
+
- @saas-ui/hotkeys@2.0.0-rc.27
|
14
|
+
- @saas-ui/modals@2.0.0-rc.29
|
15
|
+
|
16
|
+
## 2.0.0-rc.30
|
17
|
+
|
18
|
+
### Major Changes
|
19
|
+
|
20
|
+
- 6236e117: Removed the Divider component in favor of the Chakra UI Divider component.
|
21
|
+
|
22
|
+
### Minor Changes
|
23
|
+
|
24
|
+
- 046e42b8: Updated to Chakra UI 2.7
|
25
|
+
|
26
|
+
### Patch Changes
|
27
|
+
|
28
|
+
- 6193c47c: Fixed issue where Sidebar would not get defaultProps from the theme.
|
29
|
+
- Updated dependencies [8d6516c2]
|
30
|
+
- Updated dependencies [6193c47c]
|
31
|
+
- Updated dependencies [046e42b8]
|
32
|
+
- Updated dependencies [6236e117]
|
33
|
+
- @saas-ui/theme@2.0.0-rc.16
|
34
|
+
- @saas-ui/core@2.0.0-rc.25
|
35
|
+
- @saas-ui/data-table@2.0.0-rc.30
|
36
|
+
- @saas-ui/nprogress@2.0.0-rc.5
|
37
|
+
- @saas-ui/hotkeys@2.0.0-rc.26
|
38
|
+
- @saas-ui/modals@2.0.0-rc.28
|
39
|
+
- @saas-ui/forms@2.0.0-rc.28
|
40
|
+
- @saas-ui/hooks@2.0.0-rc.6
|
41
|
+
- @saas-ui/auth@2.0.0-rc.29
|
42
|
+
|
3
43
|
## 2.0.0-rc.29
|
4
44
|
|
5
45
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/react",
|
3
|
-
"version": "2.0.0-rc.
|
3
|
+
"version": "2.0.0-rc.31",
|
4
4
|
"description": "Saas UI - The React component library for startups.",
|
5
5
|
"source": "src/index.ts",
|
6
6
|
"exports": {
|
@@ -57,17 +57,17 @@
|
|
57
57
|
},
|
58
58
|
"dependencies": {
|
59
59
|
"@chakra-ui/react-utils": "^2.0.12",
|
60
|
-
"@chakra-ui/system": "^2.5.
|
60
|
+
"@chakra-ui/system": "^2.5.8",
|
61
61
|
"@chakra-ui/utils": "^2.0.15",
|
62
|
-
"@saas-ui/auth": "2.0.0-rc.
|
63
|
-
"@saas-ui/core": "2.0.0-rc.
|
64
|
-
"@saas-ui/data-table": "2.0.0-rc.
|
65
|
-
"@saas-ui/forms": "2.0.0-rc.
|
66
|
-
"@saas-ui/hooks": "2.0.0-rc.
|
67
|
-
"@saas-ui/hotkeys": "2.0.0-rc.
|
68
|
-
"@saas-ui/modals": "2.0.0-rc.
|
69
|
-
"@saas-ui/nprogress": "2.0.0-rc.
|
70
|
-
"@saas-ui/theme": "2.0.0-rc.
|
62
|
+
"@saas-ui/auth": "2.0.0-rc.30",
|
63
|
+
"@saas-ui/core": "2.0.0-rc.26",
|
64
|
+
"@saas-ui/data-table": "2.0.0-rc.31",
|
65
|
+
"@saas-ui/forms": "2.0.0-rc.29",
|
66
|
+
"@saas-ui/hooks": "2.0.0-rc.6",
|
67
|
+
"@saas-ui/hotkeys": "2.0.0-rc.27",
|
68
|
+
"@saas-ui/modals": "2.0.0-rc.29",
|
69
|
+
"@saas-ui/nprogress": "2.0.0-rc.5",
|
70
|
+
"@saas-ui/theme": "2.0.0-rc.16"
|
71
71
|
},
|
72
72
|
"peerDependencies": {
|
73
73
|
"@chakra-ui/react": ">=2.6.0",
|