@saas-ui/react 2.0.0-next.0 → 2.0.0-next.10
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 +202 -0
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,197 @@
|
|
|
1
1
|
# @saas-ui/react
|
|
2
2
|
|
|
3
|
+
## 2.0.0-next.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b521ce10]
|
|
8
|
+
- @saas-ui/theme@2.0.0-next.4
|
|
9
|
+
- @saas-ui/core@2.0.0-next.8
|
|
10
|
+
- @saas-ui/auth@2.0.0-next.10
|
|
11
|
+
- @saas-ui/data-table@2.0.0-next.10
|
|
12
|
+
- @saas-ui/forms@2.0.0-next.10
|
|
13
|
+
- @saas-ui/hotkeys@2.0.0-next.8
|
|
14
|
+
- @saas-ui/modals@2.0.0-next.10
|
|
15
|
+
|
|
16
|
+
## 2.0.0-next.9
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- 1177329d: Improved MenuDialog position on mobile
|
|
21
|
+
- 84e59fec: Added new createModals method to create typesafe modals managers with support for custom modals
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- 189190c6: Fix Card theme tokens
|
|
26
|
+
- Updated dependencies [84e59fec]
|
|
27
|
+
- Updated dependencies [189190c6]
|
|
28
|
+
- Updated dependencies [1177329d]
|
|
29
|
+
- Updated dependencies [84e59fec]
|
|
30
|
+
- Updated dependencies [1177329d]
|
|
31
|
+
- @saas-ui/forms@2.0.0-next.9
|
|
32
|
+
- @saas-ui/core@2.0.0-next.7
|
|
33
|
+
- @saas-ui/modals@2.0.0-next.9
|
|
34
|
+
- @saas-ui/auth@2.0.0-next.9
|
|
35
|
+
- @saas-ui/data-table@2.0.0-next.9
|
|
36
|
+
- @saas-ui/hotkeys@2.0.0-next.7
|
|
37
|
+
|
|
38
|
+
## 2.0.0-next.8
|
|
39
|
+
|
|
40
|
+
### Patch Changes
|
|
41
|
+
|
|
42
|
+
- Updated dependencies [6d3f5717]
|
|
43
|
+
- @saas-ui/forms@2.0.0-next.8
|
|
44
|
+
- @saas-ui/auth@2.0.0-next.8
|
|
45
|
+
- @saas-ui/modals@2.0.0-next.8
|
|
46
|
+
- @saas-ui/data-table@2.0.0-next.8
|
|
47
|
+
|
|
48
|
+
## 2.0.0-next.7
|
|
49
|
+
|
|
50
|
+
### Patch Changes
|
|
51
|
+
|
|
52
|
+
- Updated dependencies [7052dad3]
|
|
53
|
+
- @saas-ui/core@2.0.0-next.6
|
|
54
|
+
- @saas-ui/auth@2.0.0-next.7
|
|
55
|
+
- @saas-ui/data-table@2.0.0-next.7
|
|
56
|
+
- @saas-ui/forms@2.0.0-next.7
|
|
57
|
+
- @saas-ui/hotkeys@2.0.0-next.6
|
|
58
|
+
- @saas-ui/modals@2.0.0-next.7
|
|
59
|
+
|
|
60
|
+
## 2.0.0-next.6
|
|
61
|
+
|
|
62
|
+
### Major Changes
|
|
63
|
+
|
|
64
|
+
- 37e38165: Auth forms can now be used standalone, to build custom solutions.
|
|
65
|
+
- 532011d6: Restructured the Select component to make it atomic, the new composition is Select, SelectButton, SelectList and SelectOption.
|
|
66
|
+
- 39e778d8: Form will now render AutoField by default when no children are passed.
|
|
67
|
+
|
|
68
|
+
### Minor Changes
|
|
69
|
+
|
|
70
|
+
- 532011d6: Select can now supports theming using the SuiSelect theme config.
|
|
71
|
+
- 6dd737ce: Select field now renders invalid state.
|
|
72
|
+
- c85541cb: AutoForm field props can now be overridden using the fields prop on Form
|
|
73
|
+
|
|
74
|
+
### Patch Changes
|
|
75
|
+
|
|
76
|
+
- Updated dependencies [37e38165]
|
|
77
|
+
- Updated dependencies [532011d6]
|
|
78
|
+
- Updated dependencies [532011d6]
|
|
79
|
+
- Updated dependencies [6dd737ce]
|
|
80
|
+
- Updated dependencies [c85541cb]
|
|
81
|
+
- Updated dependencies [39e778d8]
|
|
82
|
+
- @saas-ui/auth@2.0.0-next.6
|
|
83
|
+
- @saas-ui/forms@2.0.0-next.6
|
|
84
|
+
- @saas-ui/data-table@2.0.0-next.6
|
|
85
|
+
- @saas-ui/modals@2.0.0-next.6
|
|
86
|
+
|
|
87
|
+
## 2.0.0-next.5
|
|
88
|
+
|
|
89
|
+
### Major Changes
|
|
90
|
+
|
|
91
|
+
- 61b27fa6: Stepper useNext and usePrev hooks renamed to useStepperNextButton and useStepperPrevButton
|
|
92
|
+
|
|
93
|
+
### Minor Changes
|
|
94
|
+
|
|
95
|
+
- a8ea24da: PasswordInput now accepts leftAddon property.
|
|
96
|
+
|
|
97
|
+
### Patch Changes
|
|
98
|
+
|
|
99
|
+
- Updated dependencies [a8ea24da]
|
|
100
|
+
- Updated dependencies [61b27fa6]
|
|
101
|
+
- @saas-ui/forms@2.0.0-next.5
|
|
102
|
+
- @saas-ui/core@2.0.0-next.5
|
|
103
|
+
- @saas-ui/auth@2.0.0-next.5
|
|
104
|
+
- @saas-ui/modals@2.0.0-next.5
|
|
105
|
+
- @saas-ui/data-table@2.0.0-next.5
|
|
106
|
+
- @saas-ui/hotkeys@2.0.0-next.5
|
|
107
|
+
|
|
108
|
+
## 2.0.0-next.4
|
|
109
|
+
|
|
110
|
+
### Major Changes
|
|
111
|
+
|
|
112
|
+
- 83f54180: ErrorBoundary errorComponent property renamed to fallback to be consistent with Suspense.
|
|
113
|
+
- 83f54180: Secondary button now uses solid variant and gray colorScheme.
|
|
114
|
+
- 83f54180: Renamed Loader to LoadingOverlay.
|
|
115
|
+
|
|
116
|
+
### Minor Changes
|
|
117
|
+
|
|
118
|
+
- 83f54180: Added new tertiary button variant.
|
|
119
|
+
- 27a68bca: useLocalStorage now updates all hook instances on the current page when the value changed
|
|
120
|
+
|
|
121
|
+
### Patch Changes
|
|
122
|
+
|
|
123
|
+
- ba61612f: Fixed useSnackbar return type, always returns toastId.
|
|
124
|
+
- 83f54180: Fix NavItem focus outline color.
|
|
125
|
+
- Updated dependencies [83f54180]
|
|
126
|
+
- Updated dependencies [ba61612f]
|
|
127
|
+
- Updated dependencies [83f54180]
|
|
128
|
+
- Updated dependencies [83f54180]
|
|
129
|
+
- Updated dependencies [83f54180]
|
|
130
|
+
- Updated dependencies [83f54180]
|
|
131
|
+
- Updated dependencies [27a68bca]
|
|
132
|
+
- @saas-ui/core@2.0.0-next.4
|
|
133
|
+
- @saas-ui/theme@2.0.0-next.3
|
|
134
|
+
- @saas-ui/hooks@2.0.0-next.2
|
|
135
|
+
- @saas-ui/auth@2.0.0-next.4
|
|
136
|
+
- @saas-ui/data-table@2.0.0-next.4
|
|
137
|
+
- @saas-ui/forms@2.0.0-next.4
|
|
138
|
+
- @saas-ui/hotkeys@2.0.0-next.4
|
|
139
|
+
- @saas-ui/modals@2.0.0-next.4
|
|
140
|
+
|
|
141
|
+
## 2.0.0-next.3
|
|
142
|
+
|
|
143
|
+
### Patch Changes
|
|
144
|
+
|
|
145
|
+
- Updated dependencies [f79376c3]
|
|
146
|
+
- @saas-ui/theme@2.0.0-next.2
|
|
147
|
+
- @saas-ui/core@2.0.0-next.3
|
|
148
|
+
- @saas-ui/auth@2.0.0-next.3
|
|
149
|
+
- @saas-ui/data-table@2.0.0-next.3
|
|
150
|
+
- @saas-ui/forms@2.0.0-next.3
|
|
151
|
+
- @saas-ui/hotkeys@2.0.0-next.3
|
|
152
|
+
- @saas-ui/modals@2.0.0-next.3
|
|
153
|
+
|
|
154
|
+
## 2.0.0-next.2
|
|
155
|
+
|
|
156
|
+
### Major Changes
|
|
157
|
+
|
|
158
|
+
- 0a11d7b6: Renamed Sidebar condensed variant to compact.
|
|
159
|
+
- 76887bda: Sidebar breakpoints property renamed to toggleBreakpoint. Now expects a single breakpoint or false to disable auto toggle.
|
|
160
|
+
|
|
161
|
+
### Minor Changes
|
|
162
|
+
|
|
163
|
+
- 76887bda: AppShell now controls the Sidebar disclosure state.
|
|
164
|
+
- 76887bda: SidebarToggleButton can now be used outside of the Sidebar context, using the new AppShell context.
|
|
165
|
+
|
|
166
|
+
### Patch Changes
|
|
167
|
+
|
|
168
|
+
- Updated dependencies [0a11d7b6]
|
|
169
|
+
- Updated dependencies [76887bda]
|
|
170
|
+
- Updated dependencies [76887bda]
|
|
171
|
+
- Updated dependencies [76887bda]
|
|
172
|
+
- @saas-ui/core@2.0.0-next.2
|
|
173
|
+
- @saas-ui/auth@2.0.0-next.2
|
|
174
|
+
- @saas-ui/data-table@2.0.0-next.2
|
|
175
|
+
- @saas-ui/forms@2.0.0-next.2
|
|
176
|
+
- @saas-ui/hotkeys@2.0.0-next.2
|
|
177
|
+
- @saas-ui/modals@2.0.0-next.2
|
|
178
|
+
|
|
179
|
+
## 2.0.0-next.1
|
|
180
|
+
|
|
181
|
+
### Patch Changes
|
|
182
|
+
|
|
183
|
+
- 166978bd: Fix esm bundle filename.
|
|
184
|
+
- Updated dependencies [166978bd]
|
|
185
|
+
- @saas-ui/auth@2.0.0-next.1
|
|
186
|
+
- @saas-ui/core@2.0.0-next.1
|
|
187
|
+
- @saas-ui/data-table@2.0.0-next.1
|
|
188
|
+
- @saas-ui/forms@2.0.0-next.1
|
|
189
|
+
- @saas-ui/hooks@2.0.0-next.1
|
|
190
|
+
- @saas-ui/hotkeys@2.0.0-next.1
|
|
191
|
+
- @saas-ui/modals@2.0.0-next.1
|
|
192
|
+
- @saas-ui/nprogress@2.0.0-next.1
|
|
193
|
+
- @saas-ui/theme@2.0.0-next.1
|
|
194
|
+
|
|
3
195
|
## 2.0.0-next.0
|
|
4
196
|
|
|
5
197
|
### Major Changes
|
|
@@ -40,6 +232,16 @@
|
|
|
40
232
|
- @saas-ui/nprogress@2.0.0-next.0
|
|
41
233
|
- @saas-ui/theme@2.0.0-next.0
|
|
42
234
|
|
|
235
|
+
## 1.9.1
|
|
236
|
+
|
|
237
|
+
### Patch Changes
|
|
238
|
+
|
|
239
|
+
- 382e095: InputRightButton no longer exported from forms package to prevent conflicts.
|
|
240
|
+
- Updated dependencies [382e095]
|
|
241
|
+
- @saas-ui/forms@1.5.3
|
|
242
|
+
- @saas-ui/auth@1.7.4
|
|
243
|
+
- @saas-ui/modals@1.5.5
|
|
244
|
+
|
|
43
245
|
## 1.9.0
|
|
44
246
|
|
|
45
247
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
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.10",
|
|
4
|
+
"description": "Saas UI - The React component library for startups.",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
8
8
|
"require": "./dist/index.js",
|
|
9
|
-
"import": "./dist/index.
|
|
9
|
+
"import": "./dist/index.mjs"
|
|
10
10
|
},
|
|
11
11
|
"./src": {
|
|
12
12
|
"default": "./src/index.ts"
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"main": "./dist/index.js",
|
|
16
|
-
"module": "./dist/index.
|
|
16
|
+
"module": "./dist/index.mjs",
|
|
17
17
|
"types": "./dist/index.d.ts",
|
|
18
18
|
"scripts": {
|
|
19
19
|
"clean": "rimraf --no-glob ./dist",
|
|
@@ -55,18 +55,18 @@
|
|
|
55
55
|
"url": "https://storybook.saas-ui.dev"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@chakra-ui/react-utils": "^2.0.
|
|
59
|
-
"@chakra-ui/system": "^2.
|
|
60
|
-
"@chakra-ui/utils": "^2.0.
|
|
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.
|
|
68
|
-
"@saas-ui/nprogress": "2.0.0-next.
|
|
69
|
-
"@saas-ui/theme": "2.0.0-next.
|
|
58
|
+
"@chakra-ui/react-utils": "^2.0.12",
|
|
59
|
+
"@chakra-ui/system": "^2.5.5",
|
|
60
|
+
"@chakra-ui/utils": "^2.0.15",
|
|
61
|
+
"@saas-ui/auth": "2.0.0-next.10",
|
|
62
|
+
"@saas-ui/core": "2.0.0-next.8",
|
|
63
|
+
"@saas-ui/data-table": "2.0.0-next.10",
|
|
64
|
+
"@saas-ui/forms": "2.0.0-next.10",
|
|
65
|
+
"@saas-ui/hooks": "2.0.0-next.2",
|
|
66
|
+
"@saas-ui/hotkeys": "2.0.0-next.8",
|
|
67
|
+
"@saas-ui/modals": "2.0.0-next.10",
|
|
68
|
+
"@saas-ui/nprogress": "2.0.0-next.1",
|
|
69
|
+
"@saas-ui/theme": "2.0.0-next.4"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"@chakra-ui/react": ">=2.4.0",
|