@saas-ui/react 2.5.10 → 2.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 2f32548: Fixed issue where Chakra UI Card sizes would not apply
8
+ - 0778d23: Moved all StructuredList styling into theme
9
+ - 7db4aee: Fixed issue where ref would not be forwarded to StructuredListHeader
10
+ - Updated dependencies [2f32548]
11
+ - Updated dependencies [0778d23]
12
+ - Updated dependencies [7db4aee]
13
+ - @saas-ui/theme@2.3.4
14
+ - @saas-ui/core@2.4.1
15
+ - @saas-ui/data-table@8.0.1
16
+ - @saas-ui/forms@2.4.1
17
+ - @saas-ui/hotkeys@2.2.4
18
+ - @saas-ui/modals@2.1.23
19
+
20
+ ## 2.6.0
21
+
22
+ ### Minor Changes
23
+
24
+ - 4a95712: Improved snackbar.promise method to not rethrow error when the error option is a function
25
+ - 4a95712: Improved snackbar.promise success prop to accept an optional function callback
26
+ - 73d09d9: Added support for leftAddon and rightAddon on number input types
27
+ - efca417: Improved ObjectSchema type definitions to be more strict and inherit correct field type props
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [4a95712]
32
+ - Updated dependencies [4a95712]
33
+ - Updated dependencies [73d09d9]
34
+ - Updated dependencies [efca417]
35
+ - @saas-ui/core@2.4.0
36
+ - @saas-ui/forms@2.4.0
37
+ - @saas-ui/data-table@8.0.0
38
+ - @saas-ui/hotkeys@2.2.3
39
+ - @saas-ui/modals@2.1.22
40
+
3
41
  ## 2.5.10
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.5.10",
3
+ "version": "2.6.1",
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.3.6",
64
- "@saas-ui/data-table": "7.0.10",
65
- "@saas-ui/forms": "2.3.12",
63
+ "@saas-ui/core": "2.4.1",
64
+ "@saas-ui/data-table": "8.0.1",
65
+ "@saas-ui/forms": "2.4.1",
66
66
  "@saas-ui/hooks": "2.0.3",
67
- "@saas-ui/hotkeys": "2.2.2",
68
- "@saas-ui/modals": "2.1.21",
67
+ "@saas-ui/hotkeys": "2.2.4",
68
+ "@saas-ui/modals": "2.1.23",
69
69
  "@saas-ui/nprogress": "2.0.3",
70
- "@saas-ui/theme": "2.3.3"
70
+ "@saas-ui/theme": "2.3.4"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "@chakra-ui/react": ">=2.6.0",