Skip to content

Releases: silverlogic/baseapp-frontend

@baseapp-frontend/[email protected]

05 Oct 12:35
b8b6ec4
Compare
Choose a tag to compare

Patch Changes

  • Add @types/react and @types/react-dom.

@baseapp-frontend/[email protected]

05 Oct 12:35
b8b6ec4
Compare
Choose a tag to compare

Patch Changes

  • Add @types/react and @types/react-dom.

  • Updated dependencies

@baseapp-frontend/[email protected]

05 Oct 12:35
b8b6ec4
Compare
Choose a tag to compare

Patch Changes

  • Add @types/react and @types/react-dom.

  • Updated dependencies

@baseapp-frontend/[email protected]

05 Oct 12:35
b8b6ec4
Compare
Choose a tag to compare

Minor Changes

  • Replaces yup for zod as schema validation utility.
  • Add tests to defaultValues and validationSchema props to ensure that customization works.

Patch Changes

@baseapp-frontend/[email protected]

03 Oct 19:03
Compare
Choose a tag to compare

Minor Changes

  • Update withController so it passes a helperText and an error prop to the component. So it fits better the MUI's error display dynamic.

@baseapp-frontend/[email protected]

03 Oct 19:03
Compare
Choose a tag to compare

Patch Changes

  • Update useResetPassword so it expects to receive a token as a hook parameter.

  • Set onBlur mode for most of the hookes that uses useForm.

  • Add a {} fallback for some hook'`s options.

  • Updated dependencies

@baseapp-frontend/[email protected]

02 Oct 19:00
97fabc9
Compare
Choose a tag to compare

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]

02 Oct 19:00
97fabc9
Compare
Choose a tag to compare

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]

27 Sep 17:29
Compare
Choose a tag to compare

Patch Changes

  • Add an ApiClass option to all hooks that use some internal api class like AuthApi or UserApi. 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]

26 Sep 21:00
Compare
Choose a tag to compare

Patch Changes

  • Add types to the refreshAccessToken function.
  • Fix test types taht were using implict any.
  • Import missing types.