@saas-ui/react 2.7.3 → 2.8.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +29 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,34 @@
|
|
1
1
|
# @saas-ui/react
|
2
2
|
|
3
|
+
## 2.8.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- 9fe1899: Improved Select types, value type is now string or string[] depending on the multiple prop
|
8
|
+
- e75e99b: StructuredListItem now supports isDisabled props
|
9
|
+
|
10
|
+
### Patch Changes
|
11
|
+
|
12
|
+
- e75e99b: Fixed issue where StructuredListItem would not receive focus
|
13
|
+
- Updated dependencies [9fe1899]
|
14
|
+
- Updated dependencies [e75e99b]
|
15
|
+
- Updated dependencies [e75e99b]
|
16
|
+
- @saas-ui/forms@2.6.0
|
17
|
+
- @saas-ui/core@2.5.0
|
18
|
+
- @saas-ui/theme@2.4.0
|
19
|
+
- @saas-ui/modals@2.1.30
|
20
|
+
- @saas-ui/data-table@10.0.0
|
21
|
+
- @saas-ui/hotkeys@2.2.8
|
22
|
+
|
23
|
+
## 2.7.4
|
24
|
+
|
25
|
+
### Patch Changes
|
26
|
+
|
27
|
+
- Updated dependencies
|
28
|
+
- @saas-ui/forms@2.5.4
|
29
|
+
- @saas-ui/modals@2.1.29
|
30
|
+
- @saas-ui/data-table@9.0.4
|
31
|
+
|
3
32
|
## 2.7.3
|
4
33
|
|
5
34
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/react",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.8.0",
|
4
4
|
"description": "Saas UI - The React component library for startups.",
|
5
5
|
"source": "src/index.ts",
|
6
6
|
"exports": {
|
@@ -60,14 +60,14 @@
|
|
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.
|
64
|
-
"@saas-ui/data-table": "
|
65
|
-
"@saas-ui/forms": "2.
|
63
|
+
"@saas-ui/core": "2.5.0",
|
64
|
+
"@saas-ui/data-table": "10.0.0",
|
65
|
+
"@saas-ui/forms": "2.6.0",
|
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.8",
|
68
|
+
"@saas-ui/modals": "2.1.30",
|
69
69
|
"@saas-ui/nprogress": "2.0.3",
|
70
|
-
"@saas-ui/theme": "2.
|
70
|
+
"@saas-ui/theme": "2.4.0"
|
71
71
|
},
|
72
72
|
"peerDependencies": {
|
73
73
|
"@chakra-ui/react": ">=2.6.0",
|