@saas-ui/react 2.8.1 → 2.8.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 +38 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
# @saas-ui/react
|
|
2
2
|
|
|
3
|
+
## 2.8.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5a334e2: Fixed issue where hideLabel prop would be passed to input
|
|
8
|
+
- 1cc3e3b: FormLayout now supports theming
|
|
9
|
+
- 69f5e66: Removed lost console.log
|
|
10
|
+
- Updated dependencies [5a334e2]
|
|
11
|
+
- Updated dependencies [1cc3e3b]
|
|
12
|
+
- Updated dependencies [69f5e66]
|
|
13
|
+
- @saas-ui/forms@2.6.3
|
|
14
|
+
- @saas-ui/core@2.5.2
|
|
15
|
+
- @saas-ui/modals@2.1.33
|
|
16
|
+
- @saas-ui/data-table@10.0.3
|
|
17
|
+
- @saas-ui/hotkeys@2.2.10
|
|
18
|
+
|
|
19
|
+
## 2.8.2
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 5fb8082: Fixed issue where isInvalid would not be passed down to form control
|
|
24
|
+
- 5fb8082: Fixed issue where the SearchInput reset button could be interacted with when disabled
|
|
25
|
+
- d94ccec: Fixed issue where long pressed hotkeys would not reset and prevent other keys from triggering
|
|
26
|
+
- d94ccec: Fixed aria role of PropertyList
|
|
27
|
+
- 06ec4b6: Fixed issue where snackbar promise would not close
|
|
28
|
+
- 1ff54a2: Fixed issue where text selection was disabled inside ContextMenuTrigger on mouse devices
|
|
29
|
+
- Updated dependencies [5fb8082]
|
|
30
|
+
- Updated dependencies [5fb8082]
|
|
31
|
+
- Updated dependencies [d94ccec]
|
|
32
|
+
- Updated dependencies [d94ccec]
|
|
33
|
+
- Updated dependencies [06ec4b6]
|
|
34
|
+
- Updated dependencies [1ff54a2]
|
|
35
|
+
- @saas-ui/forms@2.6.2
|
|
36
|
+
- @saas-ui/core@2.5.1
|
|
37
|
+
- @saas-ui/hotkeys@2.2.9
|
|
38
|
+
- @saas-ui/modals@2.1.32
|
|
39
|
+
- @saas-ui/data-table@10.0.2
|
|
40
|
+
|
|
3
41
|
## 2.8.1
|
|
4
42
|
|
|
5
43
|
### Patch 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.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.5.
|
|
64
|
-
"@saas-ui/data-table": "10.0.
|
|
65
|
-
"@saas-ui/forms": "2.6.
|
|
63
|
+
"@saas-ui/core": "2.5.2",
|
|
64
|
+
"@saas-ui/data-table": "10.0.3",
|
|
65
|
+
"@saas-ui/forms": "2.6.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.10",
|
|
68
|
+
"@saas-ui/modals": "2.1.33",
|
|
69
69
|
"@saas-ui/nprogress": "2.0.3",
|
|
70
70
|
"@saas-ui/theme": "2.4.0"
|
|
71
71
|
},
|