Releases: silverlogic/baseapp-frontend
Releases · silverlogic/baseapp-frontend
@baseapp-frontend/[email protected]
Patch Changes
- Add
@types/react
and@types/react-dom
.
@baseapp-frontend/[email protected]
Patch Changes
-
Add
@types/react
and@types/react-dom
. -
Updated dependencies
- @baseapp-frontend/[email protected]
@baseapp-frontend/[email protected]
Patch Changes
-
Add
@types/react
and@types/react-dom
. -
Updated dependencies
- @baseapp-frontend/[email protected]
@baseapp-frontend/[email protected]
Minor Changes
- Replaces
yup
forzod
as schema validation utility. - Add tests to
defaultValues
andvalidationSchema
props to ensure that customization works.
Patch Changes
- Updated dependencies
- @baseapp-frontend/[email protected]
@baseapp-frontend/[email protected]
Minor Changes
- Update
withController
so it passes ahelperText
and anerror
prop to the component. So it fits better the MUI's error display dynamic.
@baseapp-frontend/[email protected]
Patch Changes
-
Update
useResetPassword
so it expects to receive a token as a hook parameter. -
Set
onBlur
mode for most of the hookes that usesuseForm
. -
Add a
{}
fallback for some hook'`s options. -
Updated dependencies
- @baseapp-frontend/[email protected]
@baseapp-frontend/[email protected]
Patch Changes
- update auth endpoint url path to match baseapp-django-v3. The default login path is
/auth/login
for both SimpleToken and JWT auth
@baseapp-frontend/[email protected]
Patch Changes
- update auth endpoint url path to match baseapp-django-v3. The default login path is
/auth/login
for both SimpleToken and JWT auth
@baseapp-frontend/[email protected]
Patch Changes
- Add an
ApiClass
option to all hooks that use some internal api class likeAuthApi
orUserApi
. The user would be able to use its own api class, as long it has the required methods that each hook needs.
@baseapp-frontend/[email protected]
Patch Changes
- Add types to the
refreshAccessToken
function. - Fix test types taht were using implict
any
. - Import missing types.