github refinedev/refine @refinedev/antd@5.3.2

Patch Changes

  • #3931 d92c8e82868 Thanks @salihozdemir! - Added missing autoSubmitClose, autoResetForm, and defaultVisible props to useDrawerForm hook.

  • #3911 5f9c70ebf2f Thanks @salihozdemir! - Fixed autoSubmitClose and autoResetForm props of useModalForm hook to work properly.

  • #3931 d92c8e82868 Thanks @salihozdemir! - Added autoSubmitClose, autoResetForm, and defaultVisible props to useDrawerForm hook.

  • #3948 b4950503334 Thanks @salihozdemir! - Fixed the unsaved changes dialog is popping up unexpectedly when the user clicks the delete button or logs out, when the form is dirty.

    • The <DeleteButton> already has a confirmation dialog, so the alert was removed.
    • The <Sider>'s onClick handler was changed to use the window.confirm API to manage the confirmation dialog.

Don't miss a new refine release

NewReleases is sending notifications on new releases.