Skip to content

Releases: refinedev/refine

@pankod/refine-react-router-v6@3.36.0

22 Sep 17:14
8e87eed
Compare
Choose a tag to compare

Minor Changes

  • Added ability to manage the initial route of refine by binding initialRoute variable to RouterComponent component.

@pankod/refine-react-location@3.36.0

22 Sep 17:14
8e87eed
Compare
Choose a tag to compare

Minor Changes

  • Added ability to manage the initial route of refine by binding initialRoute variable to RouterComponent component.

  • Added support for fallback/404 with catchAll and ErrorComponent.

@pankod/refine-nextjs-router@3.38.0

22 Sep 17:14
8e87eed
Compare
Choose a tag to compare

Minor Changes

  • Added handleRefineParams helper function to handle catch-all refine params.

  • Added ability to parse catch-all refine route in Next.js router. This way, instead of creating multiple pages, users can only create one page at the root [[...refine]].tsx and handle all params for the app.

  • Added ability to manage the initial route of refine by binding initialRoute variable to NextRouteComponent component.

@pankod/refine-core@3.74.0

22 Sep 17:14
8e87eed
Compare
Choose a tag to compare

Minor Changes

  • Combine action related types into a single file and derive types from it to avoid future inconsistencies.

    Renamed RedirectionTypes type to RedirectAction.

    Updated every type definition of actions to use the new Action type or derivations of it.

Patch Changes

  • Fixed the issue in resource routes not taking options.route of parent resource into account.

  • Rename reset-password -> forgot-password on docs.

@pankod/refine-core@3.71.2

22 Sep 10:14
78b4e8f
Compare
Choose a tag to compare

Patch Changes

  • Fix useImport hook requests with properly invoking requests sequentially and manage progress state.

  • Removed children property from useCans params.resource since it can be in ITreeMenu type and React.ReactNode breaks the react-querys key stringify function.

  • Fixed undoable mutation is called many times - #2556

@pankod/refine-antd@3.48.5

22 Sep 17:14
8e87eed
Compare
Choose a tag to compare

Patch Changes

  • Rename reset-password -> forgot-password on docs.

@pankod/refine-ui-types@0.9.2

21 Sep 06:45
f17f9cf
Compare
Choose a tag to compare

Patch Changes

  • Removed unused updatePasswordLink and onSubmit props from auth pages.

    Renamed RefineResetPasswordFormTypes to RefineForgotPasswordFormTypes.

    Renamed resetPasswordLink to forgotPasswordLink.

  • Updated dependencies []:

    • @pankod/refine-core@3.71.0

@pankod/refine-ui-types@0.11.0

21 Sep 09:43
cf00e32
Compare
Choose a tag to compare

Minor Changes

  • Add providers support on AuthPage register page.

@pankod/refine-ui-tests@0.7.4

21 Sep 09:43
cf00e32
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @pankod/refine-ui-types@0.11.0

@pankod/refine-mui@3.45.4

21 Sep 09:43
cf00e32
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies []:
    • @pankod/refine-ui-types@0.11.0