Releases: saas-js/saas-ui
Releases · saas-js/saas-ui
1.4.2
@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
@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
@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
@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
@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
1.2.2
1.2.0
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
@saas-ui/react@1.1.2
Provider v1.0.2
- Use correct params type