@saas-ui/react 2.0.0-rc.34 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +170 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,175 @@
|
|
1
1
|
# @saas-ui/react
|
2
2
|
|
3
|
+
## 2.0.1
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [f29338d0]
|
8
|
+
- @saas-ui/modals@2.0.1
|
9
|
+
- @saas-ui/data-table@2.0.1
|
10
|
+
|
11
|
+
## 2.0.0
|
12
|
+
|
13
|
+
### Major Changes
|
14
|
+
|
15
|
+
- 772c9868: Updated to Tanstack ReactTable V8
|
16
|
+
- d7c87a31: Moved form resolvers into a separate package.
|
17
|
+
- 83f54180: ErrorBoundary errorComponent property renamed to fallback to be consistent with Suspense.
|
18
|
+
- 37e38165: Auth forms can now be used standalone, to build custom solutions.
|
19
|
+
- f1e99198: BREAKING: createPalette no longer exported from @saas-ui/react
|
20
|
+
- 8b82d945: Renamed List to StructuredList
|
21
|
+
- 532011d6: Restructured the Select component to make it atomic, the new composition is Select, SelectButton, SelectList and SelectOption.
|
22
|
+
- 83f54180: Secondary button now uses solid variant and gray colorScheme.
|
23
|
+
- 8b82d945: Removed button package.
|
24
|
+
- 61b27fa6: Stepper useNext and usePrev hooks renamed to useStepperNextButton and useStepperPrevButton
|
25
|
+
- 83f54180: Renamed Loader to LoadingOverlay.
|
26
|
+
- 0a11d7b6: Renamed Sidebar condensed variant to compact.
|
27
|
+
- f34de7af: Moved Supabase and Magic auth services to separate packages.
|
28
|
+
- 3a15e8c8: Improve StructuredList API.
|
29
|
+
- f1e99198: Restructured packages.
|
30
|
+
- 39e778d8: Form will now render AutoField by default when no children are passed.
|
31
|
+
- 6236e117: Removed the Divider component in favor of the Chakra UI Divider component.
|
32
|
+
- 76887bda: Sidebar breakpoints property renamed to toggleBreakpoint. Now expects a single breakpoint or false to disable auto toggle.
|
33
|
+
- f3b09191: Removed Card component in favor of the new Chakra UI Card component.
|
34
|
+
|
35
|
+
### Minor Changes
|
36
|
+
|
37
|
+
- ccfce5c1: useHotkeys now supports preventDefault option to prevent default browser events from firing
|
38
|
+
- 1177329d: Improved MenuDialog position on mobile
|
39
|
+
- e94ca3c0: Added TimeLine to core components.
|
40
|
+
- 7ce390e9: Added Sidebar to core packages.
|
41
|
+
- 532011d6: Select can now supports theming using the SuiSelect theme config.
|
42
|
+
- a8ea24da: PasswordInput now accepts leftAddon property.
|
43
|
+
- 84e59fec: Added new createModals method to create typesafe modals managers with support for custom modals
|
44
|
+
- 83f54180: Added new tertiary button variant.
|
45
|
+
- 046e42b8: Updated to Chakra UI 2.7
|
46
|
+
- 2d18cdc2: New createFormDialog function to create Zod or Yup specific FormDialogs
|
47
|
+
- e52f63fa: useSnackbar promise error option now accepts a function with err param or SnackbarOptions
|
48
|
+
- a9ca90dd: Updated to Chakra UI 2.6.x
|
49
|
+
- 2366db6a: ConfirmDialog now supports an async onConfirm prop and shows a spinner when a promise is returned
|
50
|
+
- 6dd737ce: Select field now renders invalid state.
|
51
|
+
- c85541cb: AutoForm field props can now be overridden using the fields prop on Form
|
52
|
+
- 76887bda: AppShell now controls the Sidebar disclosure state.
|
53
|
+
- 76887bda: SidebarToggleButton can now be used outside of the Sidebar context, using the new AppShell context.
|
54
|
+
- 27a68bca: useLocalStorage now updates all hook instances on the current page when the value changed
|
55
|
+
- 826c561a: EmptyState title and description no longer use Header and Text
|
56
|
+
|
57
|
+
### Patch Changes
|
58
|
+
|
59
|
+
- 189190c6: Fix Card theme tokens
|
60
|
+
- e23790a8: Fix SnackbarPromiseOptions error type to SnackbarOptions
|
61
|
+
- d3900eca: button primary, secondary and tertiary variants colorScheme can now be changed.
|
62
|
+
- ba61612f: Fixed useSnackbar return type, always returns toastId.
|
63
|
+
- b8be6d41: tooltipProps on NavItem no longer require children
|
64
|
+
- d725a5da: Fix esm bundle import
|
65
|
+
- 70af3ead: Select now supports theming props.
|
66
|
+
- d725a5da: Bump version
|
67
|
+
- 5ac0e9ba: Fix vertical stepper items not taking up the full parent width.
|
68
|
+
- a5898c44: Fix Divider label contrast
|
69
|
+
- 6193c47c: Fixed issue where Sidebar would not get defaultProps from the theme.
|
70
|
+
- f1e99198: Migrated from microbundle to tsup for builds
|
71
|
+
- dc435dd5: No longer needed to use Next.js legacyBehavior for the Link component.
|
72
|
+
- 7027d7c1: Improve Stepper seperator position on all sizes
|
73
|
+
- 0fda9fee: Fix ContextMenu and OverflowMenu exports.
|
74
|
+
- a7ef6dd9: Fixed issue where types for exports were not detected
|
75
|
+
- 6c63217c: object and array field props can now be overridden using the fields prop
|
76
|
+
- d6e9a39d: Form fields overries types now support array and object type props
|
77
|
+
- 83f54180: Fix NavItem focus outline color.
|
78
|
+
- 2b639656: Fixed issue where colorScheme would be passed down to stepper dom element
|
79
|
+
- b895e5bd: Add Timeline theme to theme package.
|
80
|
+
- ccfce5c1: Fixed issue where multiple + separators were not parsed correctly in useHotkeys.
|
81
|
+
- 0319aa57: Bump version
|
82
|
+
- 166978bd: Fix esm bundle filename.
|
83
|
+
- 5ac0e9ba: Fix issue where StepForm would not submit when subsequent fields are required.
|
84
|
+
- Updated dependencies [ccfce5c1]
|
85
|
+
- Updated dependencies [772c9868]
|
86
|
+
- Updated dependencies [84e59fec]
|
87
|
+
- Updated dependencies [d7c87a31]
|
88
|
+
- Updated dependencies [1563cc9a]
|
89
|
+
- Updated dependencies [189190c6]
|
90
|
+
- Updated dependencies [1177329d]
|
91
|
+
- Updated dependencies [e23790a8]
|
92
|
+
- Updated dependencies [d236fb75]
|
93
|
+
- Updated dependencies [83f54180]
|
94
|
+
- Updated dependencies [d3900eca]
|
95
|
+
- Updated dependencies [ba61612f]
|
96
|
+
- Updated dependencies [e94ca3c0]
|
97
|
+
- Updated dependencies [37e38165]
|
98
|
+
- Updated dependencies [b8be6d41]
|
99
|
+
- Updated dependencies [d725a5da]
|
100
|
+
- Updated dependencies [b521ce10]
|
101
|
+
- Updated dependencies [70af3ead]
|
102
|
+
- Updated dependencies [532011d6]
|
103
|
+
- Updated dependencies [a8ea24da]
|
104
|
+
- Updated dependencies [6d3f5717]
|
105
|
+
- Updated dependencies [d725a5da]
|
106
|
+
- Updated dependencies [5ac0e9ba]
|
107
|
+
- Updated dependencies [8d6516c2]
|
108
|
+
- Updated dependencies [84e59fec]
|
109
|
+
- Updated dependencies [1177329d]
|
110
|
+
- Updated dependencies [09dd16cc]
|
111
|
+
- Updated dependencies [e9258592]
|
112
|
+
- Updated dependencies [a5898c44]
|
113
|
+
- Updated dependencies [0a2bb91f]
|
114
|
+
- Updated dependencies [532011d6]
|
115
|
+
- Updated dependencies [8045baed]
|
116
|
+
- Updated dependencies [6193c47c]
|
117
|
+
- Updated dependencies [83f54180]
|
118
|
+
- Updated dependencies [f1e99198]
|
119
|
+
- Updated dependencies [01ac442f]
|
120
|
+
- Updated dependencies [f79376c3]
|
121
|
+
- Updated dependencies [ffd878b6]
|
122
|
+
- Updated dependencies [5b9d90e8]
|
123
|
+
- Updated dependencies [046e42b8]
|
124
|
+
- Updated dependencies [cc713117]
|
125
|
+
- Updated dependencies [83f54180]
|
126
|
+
- Updated dependencies [8b82d945]
|
127
|
+
- Updated dependencies [2d18cdc2]
|
128
|
+
- Updated dependencies [7052dad3]
|
129
|
+
- Updated dependencies [e52f63fa]
|
130
|
+
- Updated dependencies [61b27fa6]
|
131
|
+
- Updated dependencies [7027d7c1]
|
132
|
+
- Updated dependencies [a9ca90dd]
|
133
|
+
- Updated dependencies [0fda9fee]
|
134
|
+
- Updated dependencies [2366db6a]
|
135
|
+
- Updated dependencies [6dd737ce]
|
136
|
+
- Updated dependencies [a7ef6dd9]
|
137
|
+
- Updated dependencies [6c63217c]
|
138
|
+
- Updated dependencies [83f54180]
|
139
|
+
- Updated dependencies [0a11d7b6]
|
140
|
+
- Updated dependencies [d6e9a39d]
|
141
|
+
- Updated dependencies [c85541cb]
|
142
|
+
- Updated dependencies [aeab9b0b]
|
143
|
+
- Updated dependencies [b5912297]
|
144
|
+
- Updated dependencies [83f54180]
|
145
|
+
- Updated dependencies [2b639656]
|
146
|
+
- Updated dependencies [b895e5bd]
|
147
|
+
- Updated dependencies [f34de7af]
|
148
|
+
- Updated dependencies [3a15e8c8]
|
149
|
+
- Updated dependencies [ccfce5c1]
|
150
|
+
- Updated dependencies [f1e99198]
|
151
|
+
- Updated dependencies [8e155c3b]
|
152
|
+
- Updated dependencies [76887bda]
|
153
|
+
- Updated dependencies [39e778d8]
|
154
|
+
- Updated dependencies [76887bda]
|
155
|
+
- Updated dependencies [27a68bca]
|
156
|
+
- Updated dependencies [6236e117]
|
157
|
+
- Updated dependencies [943f6287]
|
158
|
+
- Updated dependencies [0319aa57]
|
159
|
+
- Updated dependencies [76887bda]
|
160
|
+
- Updated dependencies [826c561a]
|
161
|
+
- Updated dependencies [166978bd]
|
162
|
+
- Updated dependencies [5ac0e9ba]
|
163
|
+
- @saas-ui/hotkeys@2.0.0
|
164
|
+
- @saas-ui/data-table@2.0.0
|
165
|
+
- @saas-ui/forms@2.0.0
|
166
|
+
- @saas-ui/modals@2.0.0
|
167
|
+
- @saas-ui/core@2.0.0
|
168
|
+
- @saas-ui/theme@2.0.0
|
169
|
+
- @saas-ui/auth@2.0.0
|
170
|
+
- @saas-ui/nprogress@2.0.0
|
171
|
+
- @saas-ui/hooks@2.0.0
|
172
|
+
|
3
173
|
## 2.0.0-rc.34
|
4
174
|
|
5
175
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/react",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.1",
|
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.8",
|
61
61
|
"@chakra-ui/utils": "^2.0.15",
|
62
|
-
"@saas-ui/auth": "2.0.0
|
63
|
-
"@saas-ui/core": "2.0.0
|
64
|
-
"@saas-ui/data-table": "2.0.
|
65
|
-
"@saas-ui/forms": "2.0.0
|
66
|
-
"@saas-ui/hooks": "2.0.0
|
67
|
-
"@saas-ui/hotkeys": "2.0.0
|
68
|
-
"@saas-ui/modals": "2.0.
|
69
|
-
"@saas-ui/nprogress": "2.0.0
|
70
|
-
"@saas-ui/theme": "2.0.0
|
62
|
+
"@saas-ui/auth": "2.0.0",
|
63
|
+
"@saas-ui/core": "2.0.0",
|
64
|
+
"@saas-ui/data-table": "2.0.1",
|
65
|
+
"@saas-ui/forms": "2.0.0",
|
66
|
+
"@saas-ui/hooks": "2.0.0",
|
67
|
+
"@saas-ui/hotkeys": "2.0.0",
|
68
|
+
"@saas-ui/modals": "2.0.1",
|
69
|
+
"@saas-ui/nprogress": "2.0.0",
|
70
|
+
"@saas-ui/theme": "2.0.0"
|
71
71
|
},
|
72
72
|
"peerDependencies": {
|
73
73
|
"@chakra-ui/react": ">=2.6.0",
|