@saas-ui/react 2.0.0-next.3 → 2.0.0-next.5

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 +64 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,59 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.0.0-next.5
4
+
5
+ ### Major Changes
6
+
7
+ - 61b27fa6: Stepper useNext and usePrev hooks renamed to useStepperNextButton and useStepperPrevButton
8
+
9
+ ### Minor Changes
10
+
11
+ - a8ea24da: PasswordInput now accepts leftAddon property.
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [a8ea24da]
16
+ - Updated dependencies [61b27fa6]
17
+ - @saas-ui/forms@2.0.0-next.5
18
+ - @saas-ui/core@2.0.0-next.5
19
+ - @saas-ui/auth@2.0.0-next.5
20
+ - @saas-ui/modals@2.0.0-next.5
21
+ - @saas-ui/data-table@2.0.0-next.5
22
+ - @saas-ui/hotkeys@2.0.0-next.5
23
+
24
+ ## 2.0.0-next.4
25
+
26
+ ### Major Changes
27
+
28
+ - 83f54180: ErrorBoundary errorComponent property renamed to fallback to be consistent with Suspense.
29
+ - 83f54180: Secondary button now uses solid variant and gray colorScheme.
30
+ - 83f54180: Renamed Loader to LoadingOverlay.
31
+
32
+ ### Minor Changes
33
+
34
+ - 83f54180: Added new tertiary button variant.
35
+ - 27a68bca: useLocalStorage now updates all hook instances on the current page when the value changed
36
+
37
+ ### Patch Changes
38
+
39
+ - ba61612f: Fixed useSnackbar return type, always returns toastId.
40
+ - 83f54180: Fix NavItem focus outline color.
41
+ - Updated dependencies [83f54180]
42
+ - Updated dependencies [ba61612f]
43
+ - Updated dependencies [83f54180]
44
+ - Updated dependencies [83f54180]
45
+ - Updated dependencies [83f54180]
46
+ - Updated dependencies [83f54180]
47
+ - Updated dependencies [27a68bca]
48
+ - @saas-ui/core@2.0.0-next.4
49
+ - @saas-ui/theme@2.0.0-next.3
50
+ - @saas-ui/hooks@2.0.0-next.2
51
+ - @saas-ui/auth@2.0.0-next.4
52
+ - @saas-ui/data-table@2.0.0-next.4
53
+ - @saas-ui/forms@2.0.0-next.4
54
+ - @saas-ui/hotkeys@2.0.0-next.4
55
+ - @saas-ui/modals@2.0.0-next.4
56
+
3
57
  ## 2.0.0-next.3
4
58
 
5
59
  ### Patch Changes
@@ -94,6 +148,16 @@
94
148
  - @saas-ui/nprogress@2.0.0-next.0
95
149
  - @saas-ui/theme@2.0.0-next.0
96
150
 
151
+ ## 1.9.1
152
+
153
+ ### Patch Changes
154
+
155
+ - 382e095: InputRightButton no longer exported from forms package to prevent conflicts.
156
+ - Updated dependencies [382e095]
157
+ - @saas-ui/forms@1.5.3
158
+ - @saas-ui/auth@1.7.4
159
+ - @saas-ui/modals@1.5.5
160
+
97
161
  ## 1.9.0
98
162
 
99
163
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.0.0-next.3",
4
- "description": "Saas UI - The frontend stack for SaaS companies.",
3
+ "version": "2.0.0-next.5",
4
+ "description": "Saas UI - The React component library for startups.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
7
7
  ".": {
@@ -58,15 +58,15 @@
58
58
  "@chakra-ui/react-utils": "^2.0.11",
59
59
  "@chakra-ui/system": "^2.3.8",
60
60
  "@chakra-ui/utils": "^2.0.14",
61
- "@saas-ui/auth": "2.0.0-next.3",
62
- "@saas-ui/core": "2.0.0-next.3",
63
- "@saas-ui/data-table": "2.0.0-next.3",
64
- "@saas-ui/forms": "2.0.0-next.3",
65
- "@saas-ui/hooks": "2.0.0-next.1",
66
- "@saas-ui/hotkeys": "2.0.0-next.3",
67
- "@saas-ui/modals": "2.0.0-next.3",
61
+ "@saas-ui/auth": "2.0.0-next.5",
62
+ "@saas-ui/core": "2.0.0-next.5",
63
+ "@saas-ui/data-table": "2.0.0-next.5",
64
+ "@saas-ui/forms": "2.0.0-next.5",
65
+ "@saas-ui/hooks": "2.0.0-next.2",
66
+ "@saas-ui/hotkeys": "2.0.0-next.5",
67
+ "@saas-ui/modals": "2.0.0-next.5",
68
68
  "@saas-ui/nprogress": "2.0.0-next.1",
69
- "@saas-ui/theme": "2.0.0-next.2"
69
+ "@saas-ui/theme": "2.0.0-next.3"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "@chakra-ui/react": ">=2.4.0",