@saas-ui/react 2.8.1 → 2.8.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
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
+
3
25
  ## 2.8.1
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.8.1",
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.0",
64
- "@saas-ui/data-table": "10.0.1",
65
- "@saas-ui/forms": "2.6.1",
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.8",
68
- "@saas-ui/modals": "2.1.31",
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
  },