github refinedev/refine @refinedev/core@4.45.0

Minor Changes

  • #5259 eac3df87ffb Thanks @aliemir! - Added <AutoSaveIndicator /> component and updated the AutoSaveIndicatorProps type to allow elements to be passed in.

    elements prop is an object with success, error, loading and idle keys. Each key is a React element that will be rendered when the corresponding state is active.

    By default every state will render a span with the translated text of the autoSave.${state} key.

Patch Changes

Don't miss a new refine release

NewReleases is sending notifications on new releases.