@saas-ui/react 2.5.10 → 2.6.0

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 +21 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 4a95712: Improved snackbar.promise method to not rethrow error when the error option is a function
8
+ - 4a95712: Improved snackbar.promise success prop to accept an optional function callback
9
+ - 73d09d9: Added support for leftAddon and rightAddon on number input types
10
+ - efca417: Improved ObjectSchema type definitions to be more strict and inherit correct field type props
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [4a95712]
15
+ - Updated dependencies [4a95712]
16
+ - Updated dependencies [73d09d9]
17
+ - Updated dependencies [efca417]
18
+ - @saas-ui/core@2.4.0
19
+ - @saas-ui/forms@2.4.0
20
+ - @saas-ui/data-table@8.0.0
21
+ - @saas-ui/hotkeys@2.2.3
22
+ - @saas-ui/modals@2.1.22
23
+
3
24
  ## 2.5.10
4
25
 
5
26
  ### 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.0",
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.3.6",
64
- "@saas-ui/data-table": "7.0.10",
65
- "@saas-ui/forms": "2.3.12",
63
+ "@saas-ui/core": "2.4.0",
64
+ "@saas-ui/data-table": "8.0.0",
65
+ "@saas-ui/forms": "2.4.0",
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.3",
68
+ "@saas-ui/modals": "2.1.22",
69
69
  "@saas-ui/nprogress": "2.0.3",
70
70
  "@saas-ui/theme": "2.3.3"
71
71
  },