@saas-ui/react 2.8.0 → 2.8.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +31 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,36 @@
|
|
1
1
|
# @saas-ui/react
|
2
2
|
|
3
|
+
## 2.8.2
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 5fb8082: Fixed issue where isInvalid would not be passed down to form control
|
8
|
+
- 5fb8082: Fixed issue where the SearchInput reset button could be interacted with when disabled
|
9
|
+
- d94ccec: Fixed issue where long pressed hotkeys would not reset and prevent other keys from triggering
|
10
|
+
- d94ccec: Fixed aria role of PropertyList
|
11
|
+
- 06ec4b6: Fixed issue where snackbar promise would not close
|
12
|
+
- 1ff54a2: Fixed issue where text selection was disabled inside ContextMenuTrigger on mouse devices
|
13
|
+
- Updated dependencies [5fb8082]
|
14
|
+
- Updated dependencies [5fb8082]
|
15
|
+
- Updated dependencies [d94ccec]
|
16
|
+
- Updated dependencies [d94ccec]
|
17
|
+
- Updated dependencies [06ec4b6]
|
18
|
+
- Updated dependencies [1ff54a2]
|
19
|
+
- @saas-ui/forms@2.6.2
|
20
|
+
- @saas-ui/core@2.5.1
|
21
|
+
- @saas-ui/hotkeys@2.2.9
|
22
|
+
- @saas-ui/modals@2.1.32
|
23
|
+
- @saas-ui/data-table@10.0.2
|
24
|
+
|
25
|
+
## 2.8.1
|
26
|
+
|
27
|
+
### Patch Changes
|
28
|
+
|
29
|
+
- Updated dependencies [b110d4a]
|
30
|
+
- @saas-ui/forms@2.6.1
|
31
|
+
- @saas-ui/modals@2.1.31
|
32
|
+
- @saas-ui/data-table@10.0.1
|
33
|
+
|
3
34
|
## 2.8.0
|
4
35
|
|
5
36
|
### Minor Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/react",
|
3
|
-
"version": "2.8.
|
3
|
+
"version": "2.8.2",
|
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.5.
|
64
|
-
"@saas-ui/data-table": "10.0.
|
65
|
-
"@saas-ui/forms": "2.6.
|
63
|
+
"@saas-ui/core": "2.5.1",
|
64
|
+
"@saas-ui/data-table": "10.0.2",
|
65
|
+
"@saas-ui/forms": "2.6.2",
|
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.9",
|
68
|
+
"@saas-ui/modals": "2.1.32",
|
69
69
|
"@saas-ui/nprogress": "2.0.3",
|
70
70
|
"@saas-ui/theme": "2.4.0"
|
71
71
|
},
|