Skip to content
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
renovate/saas-ui-react-2.x
Closed

fix(deps): update dependency @saas-ui/react to v2#412
renovate[bot] wants to merge 1 commit intomainfrom
renovate/saas-ui-react-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@saas-ui/react (source) 1.9.1 -> 2.8.1 age adoption passing confidence

Release Notes

saas-js/saas-ui (@​saas-ui/react)

v2.8.1

Compare Source

Patch Changes

v2.8.0

Compare Source

Minor Changes
  • 9fe1899: Improved Select types, value type is now string or string[] depending on the multiple prop
  • e75e99b: StructuredListItem now supports isDisabled props
Patch Changes

v2.7.4

Compare Source

Patch Changes

v2.7.3

Compare Source

Patch Changes

v2.7.2

Compare Source

Patch Changes

v2.7.1

Compare Source

Patch Changes

v2.7.0

Compare Source

Minor Changes
  • Improved forms to support a global base field override
Patch Changes

v2.6.2

Compare Source

Patch Changes

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

Minor Changes
  • 4a95712: Improved snackbar.promise method to not rethrow error when the error option is a function
  • 4a95712: Improved snackbar.promise success prop to accept an optional function callback
  • 73d09d9: Added support for leftAddon and rightAddon on number input types
  • efca417: Improved ObjectSchema type definitions to be more strict and inherit correct field type props
Patch Changes

v2.5.10

Compare Source

Patch Changes

v2.5.9

Compare Source

Patch Changes

v2.5.8

Compare Source

Patch Changes

v2.5.7

Compare Source

Patch Changes

v2.5.6

Compare Source

Patch Changes

v2.5.5

Compare Source

Patch Changes

v2.5.4

Compare Source

Patch Changes

v2.5.3

Compare Source

Patch Changes

v2.5.2

Compare Source

Patch Changes

v2.5.1

Compare Source

Patch Changes

v2.5.0

Compare 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 theme
Patch Changes

v2.4.4

Compare Source

Patch Changes

v2.4.3

Compare Source

Patch Changes

v2.4.2

Compare Source

Patch Changes

v2.4.1

Compare Source

Patch Changes

v2.4.0

Compare Source

Minor Changes
  • 31d05ed: Added new Navbar component 🥳
  • ebba840: Added new IconBadge component
  • a3180b0: Removed all Component.defaultProps definitions
Patch Changes

v2.3.1

Compare Source

Patch Changes

v2.3.0

Compare Source

Minor Changes
  • 87fcdc2: FormLayout no longer renders each child in a wrapper div
Patch Changes

v2.2.4

Compare Source

Patch Changes

v2.2.3

Compare Source

Patch Changes

v2.2.2

Compare Source

Patch Changes

v2.2.1

Compare Source

Patch Changes

v2.2.0

Compare Source

Minor Changes
  • 5a384c2: Updated to Chakra UI 2.8.0
  • 5a384c2: Added use client directive for better RSC support
Patch Changes

v2.1.1

Compare Source

Patch Changes

v2.1.0

Compare Source

Minor Changes
  • b480806: useHotkeys now supports a custom targetElement, eg an input
Patch Changes

v2.0.6

Compare Source

Patch Changes

v2.0.5

Compare Source

Patch Changes

v2.0.4

Compare Source

Patch Changes

v2.0.3

Compare Source

Patch Changes

v2.0.2

Compare Source

Patch Changes

v2.0.1

Compare Source

Patch Changes

v2.0.0

Compare Source

Major Changes
  • 772c986: Updated to Tanstack ReactTable V8
  • d7c87a3: 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/react
  • 8b82d94: Renamed List to StructuredList
  • 532011d: 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 useStepperPrevButton
  • 83f5418: 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 firing
  • 1177329: Improved MenuDialog position on mobile
  • e94ca3c: 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 modals
  • 83f5418: Added new tertiary button variant.
  • 046e42b: Updated to Chakra UI 2.7
  • 2d18cdc: New createFormDialog function to create Zod or Yup specific FormDialogs
  • e52f63f: useSnackbar promise error option now accepts a function with err param or SnackbarOptions
  • a9ca90d: Updated to Chakra UI 2.6.x
  • 2366db6: ConfirmDialog now supports an async onConfirm prop and shows a spinner when a promise is returned
  • 6dd737c: Select field now renders invalid state.
  • c85541c: AutoForm field props can now be overridden using the fields prop on Form
  • 76887bd: 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 changed
  • 826c561: EmptyState title and description no longer use Header and Text
Patch Changes
  • 189190c: Fix Card theme tokens
  • e23790a: Fix SnackbarPromiseOptions error type to SnackbarOptions
  • d3900ec: 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 children
  • d725a5d: Fix esm bundle import
  • 70af3ea: Select now supports theming props.
  • d725a5d: Bump version
  • 5ac0e9b: Fix vertical stepper items not taking up the full parent width.
  • a5898c4: Fix Divider label contrast
  • 6193c47: Fixed issue where Sidebar would not get defaultProps from the theme.
  • f1e9919: Migrated from microbundle to tsup for builds
  • dc435dd: No longer needed to use Next.js legacyBehavior for the Link component.
  • 7027d7c: Improve Stepper seperator position on all sizes
  • 0fda9fe: Fix ContextMenu and OverflowMenu exports.
  • a7ef6dd: Fixed issue where types for exports were not detected
  • 6c63217: object and array field props can now be overridden using the fields prop
  • d6e9a39: Form fields overries types now support array and object type props
  • 83f5418: Fix NavItem focus outline color.
  • 2b63965: Fixed issue where colorScheme would be passed down to stepper dom element
  • b895e5b: Add Timeline theme to theme package.
  • ccfce5c: Fixed issue where multiple + separators were not parsed correctly in useHotkeys.
  • 0319aa5: Bump version
  • 166978b: Fix esm bundle filename.
  • 5ac0e9b: Fix issue where StepForm would not submit when subsequent fields are required.
  • Updated dependencies [ccfce5c]
  • Updated dependencies [772c986]
  • Updated dependencies [84e59fe]
  • Updated dependencies [d7c87a3]
  • Updated dependencies [1563cc9]
  • Updated dependencies [189190c]
  • Updated dependencies [1177329]
  • Updated dependencies [e23790a]
  • Updated dependencies [d236fb7]
  • Updated dependencies [83f5418]
  • Updated dependencies [d3900ec]
  • Updated dependencies [ba61612]
  • Updated dependencies [e94ca3c]
  • Updated dependencies [37e3816]
  • Updated dependencies [[b8be6d4](https://togithub.com/saas-js/saa

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@sharafdin sharafdin closed this May 4, 2024
@sharafdin sharafdin deleted the renovate/saas-ui-react-2.x branch May 4, 2024 16:06
@renovate
Copy link
Contributor Author

renovate bot commented May 4, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 2.x releases. But if you manually upgrade to 2.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant