Skip to content

Releases: saas-js/saas-ui

2.0.2

07 Jul 11:49
Compare
Choose a tag to compare

@saas-ui/react

2.0.2

Patch Changes

2.0.1

02 Jul 19:34
Compare
Choose a tag to compare

@saas-ui/react

2.0.1

Patch Changes

2.0.0

02 Jul 19:34
Compare
Choose a tag to compare

2.0.0

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

1.9.3

05 May 10:05
Compare
Choose a tag to compare

1.9.2

05 May 09:57
Compare
Choose a tag to compare

@saas-ui/react

1.9.2

Patch Changes

1.9.1

05 May 09:55
Compare
Choose a tag to compare

1.9.1

Patch Changes

1.9.0

03 Feb 18:03
Compare
Choose a tag to compare

@saas-ui/react

1.9.0

Minor Changes

  • aea16c7: Improved Sidebar behavior and theme. Remove deprecated label prop on NavItem.

Patch Changes

1.8.2

30 Jan 18:57
Compare
Choose a tag to compare

@saas-ui/react

1.8.2

Patch Changes

1.8.0

16 Jan 21:04
Compare
Choose a tag to compare

@saas-ui/react

1.8.0

Minor Changes

  • 1f074c9: Upgrade to Chakra 2.4.8. Using .mjs for esm bundles.

Patch Changes

1.7.4

08 Jan 13:44
Compare
Choose a tag to compare

@saas-ui/react

1.7.4

Patch Changes