Skip to content

Releases: saas-js/saas-ui

1.4.2

18 Sep 10:58
Compare
Choose a tag to compare

@saas-ui/react

1.4.2

Patch Changes

  • b88c087: Added missing onChange handler on FormDialog, thanks to @eliandersoh
  • 62f3d4c: AuthProvider / useAuth now accept a generic User type to support custom user types.
  • 62f3d4c: User.email now is optional
  • Updated dependencies [b88c087]
  • Updated dependencies [62f3d4c]
  • Updated dependencies [62f3d4c]
    • @saas-ui/modals@1.2.2
    • @saas-ui/auth@1.3.2

1.4.1

17 Sep 12:17
Compare
Choose a tag to compare

@saas-ui/react

1.4.1

Patch Changes

  • dfd61ed: Custom Field onChange and onBlur handlers will no longer override the internal HookForm handlers.
  • Updated dependencies [dfd61ed]
  • Updated dependencies [0d83ca5]
  • Updated dependencies [40a9465]
  • Updated dependencies [40a9465]
    • @saas-ui/forms@1.2.1
    • @saas-ui/theme@1.3.0
    • @saas-ui/collapse@1.1.1
    • @saas-ui/auth@1.3.1
    • @saas-ui/modals@1.2.1
    • @saas-ui/provider@1.1.1
    • @saas-ui/stepper@1.1.2
    • @saas-ui/layout@1.1.1
    • @saas-ui/menu@1.1.1
    • @saas-ui/data-table@1.1.1

1.4.0

08 Sep 10:20
Compare
Choose a tag to compare

@saas-ui/react@1.4.0

  • Form now accepts a render function with form state props.
  • Re-export all React Hook Form types and hooks
  • New onChange prop for Form that triggers when the form state is changed.

Auth v1.3.0

  • Form now accepts a render function with form state props.

Forms v1.2.0

  • Form now accepts a render function with form state props.
  • Re-export all React Hook Form types and hooks
  • New onChange prop for Form that triggers when the form state is changed.

Modals v1.2.0

  • Form now accepts a render function with form state props.

1.3.3

20 Aug 12:16
Compare
Choose a tag to compare

@saas-ui/react

1.3.3

Patch Changes

  • b7f169b: Removed fontSize from HotkeysListItem base styles.
  • 935a47c: useLocalStorage now returns the correct type.
  • bef671d: Field variant now passed down to the internal Input.
  • Updated dependencies [b7f169b]
  • Updated dependencies [935a47c]
  • Updated dependencies [bef671d]
    • @saas-ui/hotkeys@1.1.1
    • @saas-ui/hooks@1.1.1
    • @saas-ui/forms@1.1.2
    • @saas-ui/auth@1.2.2
    • @saas-ui/modals@1.1.2

1.3.2

12 Aug 11:38
Compare
Choose a tag to compare

@saas-ui/react

1.3.2

Patch Changes

  • Updated dependencies
    • @saas-ui/collapse@1.1.0
    • @saas-ui/stepper@1.1.1
    • @saas-ui/forms@1.1.1
    • @saas-ui/auth@1.2.1
    • @saas-ui/modals@1.1.1

1.3.1

08 Aug 09:40
Compare
Choose a tag to compare

@saas-ui/react

1.3.1

  • f6ec7dc: Fixed issue where Next.js would not resolve Chakra UI components correctly.

Patch Changes

  • Updated dependencies
    • @saas-ui/card@1.2.0

1.2.2

04 Aug 16:42
Compare
Choose a tag to compare

@saas-ui/react

1.2.2

Patch Changes

  • d88b04d: useLocalStorage now returns the defaultValue if no value is available and is updated across tabs.

  • Updated dependencies [d88b04d]

    • @saas-ui/hooks@1.0.2
    • @saas-ui/auth@1.1.2

1.2.0

23 Jul 08:39
Compare
Choose a tag to compare

07-23-2022

@saas-ui/react@1.2.0

  • Auth forms field labels can now be customized, thanks to @nadiles.
  • Make sure FormStep onSubmit does not throw an error when no promise is returned.
  • Fixed a typo in the AuthForm styles provider.
  • PasswordInput width now applied to the FormGroup element.

Auth v1.1.0

  • Auth forms field labels can now be customized, thanks to @nadiles.
  • Fixed a typo in the AuthForm styles provider.

Forms v1.0.3

  • Make sure FormStep onSubmit does not throw an error when no promise is returned.

Password Input v1.0.2

  • PasswordInput width now applied to the FormGroup element.

1.1.2

17 Jul 14:45
Compare
Choose a tag to compare

@saas-ui/react@1.1.2

Provider v1.0.2

  • Use correct params type

1.1.1

14 Jul 17:27
Compare
Choose a tag to compare

@saas-ui/react

1.1.1

Patch Changes

  • 7298059: Added new useSteps hook.
  • Updated dependencies [7298059]
    • @saas-ui/hooks@1.0.1
    • @saas-ui/auth@1.0.4