@saas-ui/react 2.0.0-next.2 → 2.0.0-next.5
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.
- package/CHANGELOG.md +77 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,72 @@
|
|
|
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
|
+
|
|
57
|
+
## 2.0.0-next.3
|
|
58
|
+
|
|
59
|
+
### Patch Changes
|
|
60
|
+
|
|
61
|
+
- Updated dependencies [f79376c3]
|
|
62
|
+
- @saas-ui/theme@2.0.0-next.2
|
|
63
|
+
- @saas-ui/core@2.0.0-next.3
|
|
64
|
+
- @saas-ui/auth@2.0.0-next.3
|
|
65
|
+
- @saas-ui/data-table@2.0.0-next.3
|
|
66
|
+
- @saas-ui/forms@2.0.0-next.3
|
|
67
|
+
- @saas-ui/hotkeys@2.0.0-next.3
|
|
68
|
+
- @saas-ui/modals@2.0.0-next.3
|
|
69
|
+
|
|
3
70
|
## 2.0.0-next.2
|
|
4
71
|
|
|
5
72
|
### Major Changes
|
|
@@ -81,6 +148,16 @@
|
|
|
81
148
|
- @saas-ui/nprogress@2.0.0-next.0
|
|
82
149
|
- @saas-ui/theme@2.0.0-next.0
|
|
83
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
|
+
|
|
84
161
|
## 1.9.0
|
|
85
162
|
|
|
86
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.
|
|
4
|
-
"description": "Saas UI - The
|
|
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.
|
|
62
|
-
"@saas-ui/core": "2.0.0-next.
|
|
63
|
-
"@saas-ui/data-table": "2.0.0-next.
|
|
64
|
-
"@saas-ui/forms": "2.0.0-next.
|
|
65
|
-
"@saas-ui/hooks": "2.0.0-next.
|
|
66
|
-
"@saas-ui/hotkeys": "2.0.0-next.
|
|
67
|
-
"@saas-ui/modals": "2.0.0-next.
|
|
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.
|
|
69
|
+
"@saas-ui/theme": "2.0.0-next.3"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"@chakra-ui/react": ">=2.4.0",
|