@saas-ui/react 2.0.0-rc.25 → 2.0.0-rc.27

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 +34 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.0.0-rc.27
4
+
5
+ ### Minor Changes
6
+
7
+ - 2366db6a: ConfirmDialog now supports an async onConfirm prop and shows a spinner when a promise is returned
8
+
9
+ ### Patch Changes
10
+
11
+ - e23790a8: Fix SnackbarPromiseOptions error type to SnackbarOptions
12
+ - Updated dependencies [e23790a8]
13
+ - Updated dependencies [2366db6a]
14
+ - @saas-ui/core@2.0.0-rc.22
15
+ - @saas-ui/modals@2.0.0-rc.25
16
+ - @saas-ui/data-table@2.0.0-rc.27
17
+ - @saas-ui/auth@2.0.0-rc.26
18
+ - @saas-ui/forms@2.0.0-rc.25
19
+ - @saas-ui/hotkeys@2.0.0-rc.23
20
+
21
+ ## 2.0.0-rc.26
22
+
23
+ ### Patch Changes
24
+
25
+ - 5ac0e9ba: Fix vertical stepper items not taking up the full parent width.
26
+ - 5ac0e9ba: Fix issue where StepForm would not submit when subsequent fields are required.
27
+ - Updated dependencies [5ac0e9ba]
28
+ - Updated dependencies [5ac0e9ba]
29
+ - @saas-ui/theme@2.0.0-rc.14
30
+ - @saas-ui/forms@2.0.0-rc.24
31
+ - @saas-ui/data-table@2.0.0-rc.26
32
+ - @saas-ui/core@2.0.0-rc.21
33
+ - @saas-ui/auth@2.0.0-rc.25
34
+ - @saas-ui/modals@2.0.0-rc.24
35
+ - @saas-ui/hotkeys@2.0.0-rc.22
36
+
3
37
  ## 2.0.0-rc.25
4
38
 
5
39
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.0.0-rc.25",
3
+ "version": "2.0.0-rc.27",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -59,15 +59,15 @@
59
59
  "@chakra-ui/react-utils": "^2.0.12",
60
60
  "@chakra-ui/system": "^2.5.7",
61
61
  "@chakra-ui/utils": "^2.0.15",
62
- "@saas-ui/auth": "2.0.0-rc.24",
63
- "@saas-ui/core": "2.0.0-rc.20",
64
- "@saas-ui/data-table": "2.0.0-rc.25",
65
- "@saas-ui/forms": "2.0.0-rc.23",
62
+ "@saas-ui/auth": "2.0.0-rc.26",
63
+ "@saas-ui/core": "2.0.0-rc.22",
64
+ "@saas-ui/data-table": "2.0.0-rc.27",
65
+ "@saas-ui/forms": "2.0.0-rc.25",
66
66
  "@saas-ui/hooks": "2.0.0-rc.5",
67
- "@saas-ui/hotkeys": "2.0.0-rc.21",
68
- "@saas-ui/modals": "2.0.0-rc.23",
67
+ "@saas-ui/hotkeys": "2.0.0-rc.23",
68
+ "@saas-ui/modals": "2.0.0-rc.25",
69
69
  "@saas-ui/nprogress": "2.0.0-rc.4",
70
- "@saas-ui/theme": "2.0.0-rc.13"
70
+ "@saas-ui/theme": "2.0.0-rc.14"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "@chakra-ui/react": ">=2.6.0",