This repository was archived by the owner on Jan 31, 2025. It is now read-only.
fix(deps): update dependency @saas-ui/react to v2#412
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
fix(deps): update dependency @saas-ui/react to v2#412renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.9.1->2.8.1Release Notes
saas-js/saas-ui (@saas-ui/react)
v2.8.1Compare Source
Patch Changes
b110d4a]v2.8.0Compare Source
Minor Changes
9fe1899: Improved Select types, value type is now string or string[] depending on the multiple prope75e99b: StructuredListItem now supports isDisabled propsPatch Changes
e75e99b: Fixed issue where StructuredListItem would not receive focus9fe1899]e75e99b]e75e99b]v2.7.4Compare Source
Patch Changes
v2.7.3Compare Source
Patch Changes
20c7175: Added forwardRef to ContextMenuTriggerca911e4: Fixed issue where global toast default options would not apply to snackbar0a218fd: Fixed issue where Field types would not be inferred20c7175]ca911e4]ca911e4]0a218fd]0a218fd]v2.7.2Compare Source
Patch Changes
d77a5b3: Fixed circular dependency issued77a5b3]v2.7.1Compare Source
Patch Changes
v2.7.0Compare Source
Minor Changes
Patch Changes
v2.6.2Compare Source
Patch Changes
0fad607]v2.6.1Compare Source
Patch Changes
2f32548: Fixed issue where Chakra UI Card sizes would not apply0778d23: Moved all StructuredList styling into theme7db4aee: Fixed issue where ref would not be forwarded to StructuredListHeader2f32548]0778d23]7db4aee]v2.6.0Compare Source
Minor Changes
4a95712: Improved snackbar.promise method to not rethrow error when the error option is a function4a95712: Improved snackbar.promise success prop to accept an optional function callback73d09d9: Added support for leftAddon and rightAddon on number input typesefca417: Improved ObjectSchema type definitions to be more strict and inherit correct field type propsPatch Changes
4a95712]4a95712]73d09d9]efca417]v2.5.10Compare Source
Patch Changes
2e7da38: Updated dependencies2e7da38]da5167a]v2.5.9Compare Source
Patch Changes
29e5c31]v2.5.8Compare Source
Patch Changes
bc1997b: Fixed issue where form dialog content would overflow when using using scrollbehavior insidebc1997b]v2.5.7Compare Source
Patch Changes
v2.5.6Compare Source
Patch Changes
52e7490: Fixed issue where theming props would be forwarded to form layout elementafb87d8]836305f]52e7490]v2.5.5Compare Source
Patch Changes
d6d7ca3: Added xl size to IconBadge4e29138: Updated Input lg variant heightaa3c97a: Fixed issue where FormStepper separator would render incorrectlyd6d7ca3]4e29138]ac3e7f9]2f170bf]aa3c97a]v2.5.4Compare Source
Patch Changes
bc17684]bc17684]829a336]90ee13c]v2.5.3Compare Source
Patch Changes
bbd692d: Improved StructuredList with keyboard navigation support781a1c2: Added long press support to ContextMenubbd692d]029b9b1]029b9b1]781a1c2]v2.5.2Compare Source
Patch Changes
042c15f: Added useScrollPosition hook042c15f]v2.5.1Compare Source
Patch Changes
2e7da38: Updated dependencies2e7da38]da5167a]v2.5.0Compare Source
Minor Changes
78bc41d: Improved timeline behavior so it scales automatically with the icon and ocontent size used.316388b: Added ghost variant to the Badge themePatch Changes
8782a76: Fixed issue where variant would not be passed to SearchInput8782a76: Improved Navbar inner padding on small screens8782a76: Added new left-accent variant to the NavItem theme8782a76: Added new neutral color scheme to Button theme8782a76: Updated NavGroup to no longer be collapsible by default8782a76: Fixed issue where SidebarToggleButton style props would not have any effect8782a76: Added data-state attribute to SidebarToggleButton8782a76: NavItem href prop no longer has # as default8782a76]8782a76]8782a76]8782a76]8782a76]8782a76]8782a76]78bc41d]8782a76]316388b]8782a76]v2.4.4Compare Source
Patch Changes
f03246a: Improved IconBadge sizing4c81f54]f03246a]v2.4.3Compare Source
Patch Changes
d5ca55e: Fixed issue where SubmitButton would not properties from form fields prop537804b: Fixed NavLink line heightd5ca55e]d5ca55e]537804b]v2.4.2Compare Source
Patch Changes
491315a]v2.4.1Compare Source
Patch Changes
4e728c2]3ddca73]v2.4.0Compare Source
Minor Changes
31d05ed: Added new Navbar component 🥳ebba840: Added new IconBadge componenta3180b0: Removed all Component.defaultProps definitionsPatch Changes
dddb3d1: Fixed issue where width would not be applied to the SearchInput container element91412d7: Fixed SearchInput reset when uncontrolled91412d7: Fixed theme incompatibility with Chakra UI 2.831d05ed]dddb3d1]6899555]ebba840]91412d7]a3180b0]91412d7]v2.3.1Compare Source
Patch Changes
1c64bfa: Fixed issue where Zod or Yup schemas would not validate in FormDialog4a3c9dc: Fixed issue where ErrorBoundary would not have access to SaasProvider context1c64bfa]4a3c9dc]v2.3.0Compare Source
Minor Changes
87fcdc2: FormLayout no longer renders each child in a wrapper divPatch Changes
9ad407a: Zod schema enum types now render a Select by defaultbcd6d65: Fixed issue where closing large models with modals manager would flicker654ad18: Fixed issue where Field would not infer correct onChange handler87fcdc2: Fixed issue where not all StepForm data would be passed to onSubmit9ad407a: ZodForm now infers defaultValues from the schemabe52e78: Fixed issue where placeholder would not be passed to the NumberInputField9ad407a]bcd6d65]654ad18]87fcdc2]9ad407a]87fcdc2]be52e78]v2.2.4Compare Source
Patch Changes
e13ae4c: Fixed issue where overlay elements inside a vertical stepper would not overflow correctlye13ae4c]v2.2.3Compare Source
Patch Changes
v2.2.2Compare Source
Patch Changes
3b12ef4: Removed client directive from index, fixes app directory compatibility2fec29d: Added formRef prop to FormDialog to access the internal form state2fec29d]v2.2.1Compare Source
Patch Changes
96b0a05: Fixed select button sizes96b0a05]v2.2.0Compare Source
Minor Changes
5a384c2: Updated to Chakra UI 2.8.05a384c2: Addeduse clientdirective for better RSC supportPatch Changes
5a384c2]v2.1.1Compare Source
Patch Changes
0aecc7b]v2.1.0Compare Source
Minor Changes
b480806: useHotkeys now supports a custom targetElement, eg an inputPatch Changes
b480806: Fixed issue where useHotkeys would not reset pressed keysb480806]b480806]v2.0.6Compare Source
Patch Changes
493a548: NavItem now renders an aria-current tag when the item is active.9e84807: Export createStandAloneSnackbar from core package.493a548: NavItem active state is now compatible with Remix and ReactRouter NavLink493a548]9e84807]493a548]v2.0.5Compare Source
Patch Changes
3b5567c: Fixed issue where StepForm would not render custom fields3b5567c]v2.0.4Compare Source
Patch Changes
8c7ee0b]v2.0.3Compare Source
Patch Changes
268fa24: Add support for standalone snackbars93736be: Export createZodStepForm from form package268fa24]93736be]v2.0.2Compare Source
Patch Changes
df98007: Add missing dependency9b60911: Fix issue where Link would not pass props correctly.9b60911]v2.0.1Compare Source
Patch Changes
f29338d]v2.0.0Compare Source
Major Changes
772c986: Updated to Tanstack ReactTable V8d7c87a3: Moved form resolvers into a separate package.83f5418: ErrorBoundary errorComponent property renamed to fallback to be consistent with Suspense.37e3816: Auth forms can now be used standalone, to build custom solutions.f1e9919: BREAKING: createPalette no longer exported from @saas-ui/react8b82d94: Renamed List to StructuredList532011d: Restructured the Select component to make it atomic, the new composition is Select, SelectButton, SelectList and SelectOption.83f5418: Secondary button now uses solid variant and gray colorScheme.8b82d94: Removed button package.61b27fa: Stepper useNext and usePrev hooks renamed to useStepperNextButton and useStepperPrevButton83f5418: Renamed Loader to LoadingOverlay.0a11d7b: Renamed Sidebar condensed variant to compact.f34de7a: Moved Supabase and Magic auth services to separate packages.3a15e8c: Improve StructuredList API.f1e9919: Restructured packages.39e778d: Form will now render AutoField by default when no children are passed.6236e11: Removed the Divider component in favor of the Chakra UI Divider component.76887bd: Sidebar breakpoints property renamed to toggleBreakpoint. Now expects a single breakpoint or false to disable auto toggle.f3b0919: Removed Card component in favor of the new Chakra UI Card component.Minor Changes
ccfce5c: useHotkeys now supports preventDefault option to prevent default browser events from firing1177329: Improved MenuDialog position on mobilee94ca3c: Added TimeLine to core components.7ce390e: Added Sidebar to core packages.532011d: Select can now supports theming using the SuiSelect theme config.a8ea24d: PasswordInput now accepts leftAddon property.84e59fe: Added new createModals method to create typesafe modals managers with support for custom modals83f5418: Added new tertiary button variant.046e42b: Updated to Chakra UI 2.72d18cdc: New createFormDialog function to create Zod or Yup specific FormDialogse52f63f: useSnackbar promise error option now accepts a function with err param or SnackbarOptionsa9ca90d: Updated to Chakra UI 2.6.x2366db6: ConfirmDialog now supports an async onConfirm prop and shows a spinner when a promise is returned6dd737c: Select field now renders invalid state.c85541c: AutoForm field props can now be overridden using the fields prop on Form76887bd: AppShell now controls the Sidebar disclosure state.76887bd: SidebarToggleButton can now be used outside of the Sidebar context, using the new AppShell context.27a68bc: useLocalStorage now updates all hook instances on the current page when the value changed826c561: EmptyState title and description no longer use Header and TextPatch Changes
189190c: Fix Card theme tokense23790a: Fix SnackbarPromiseOptions error type to SnackbarOptionsd3900ec: button primary, secondary and tertiary variants colorScheme can now be changed.ba61612: Fixed useSnackbar return type, always returns toastId.b8be6d4: tooltipProps on NavItem no longer require childrend725a5d: Fix esm bundle import70af3ea: Select now supports theming props.d725a5d: Bump version5ac0e9b: Fix vertical stepper items not taking up the full parent width.a5898c4: Fix Divider label contrast6193c47: Fixed issue where Sidebar would not get defaultProps from the theme.f1e9919: Migrated from microbundle to tsup for buildsdc435dd: No longer needed to use Next.js legacyBehavior for the Link component.7027d7c: Improve Stepper seperator position on all sizes0fda9fe: Fix ContextMenu and OverflowMenu exports.a7ef6dd: Fixed issue where types for exports were not detected6c63217: object and array field props can now be overridden using the fields propd6e9a39: Form fields overries types now support array and object type props83f5418: Fix NavItem focus outline color.2b63965: Fixed issue where colorScheme would be passed down to stepper dom elementb895e5b: Add Timeline theme to theme package.ccfce5c: Fixed issue where multiple + separators were not parsed correctly in useHotkeys.0319aa5: Bump version166978b: Fix esm bundle filename.5ac0e9b: Fix issue where StepForm would not submit when subsequent fields are required.ccfce5c]772c986]84e59fe]d7c87a3]1563cc9]189190c]1177329]e23790a]d236fb7]83f5418]d3900ec]ba61612]e94ca3c]37e3816]b8be6d4](https://togithub.com/saas-js/saaConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.