@saas-ui/react 2.0.0-rc.34 → 2.0.0

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