github refinedev/refine @pankod/refine-mui@3.30.0

Minor Changes

  • Added default sx property for Material UI buttons.

    const { sx, ...restProps } = rest;
    
    <Button sx={{ minWidth: 0, ...sx }} {...restProps} />;

Patch Changes

  • Fixed the useDataGrid filter bug that the selected filter was not displayed.

  • Applied refine's base theme to @pankod/refine-mui package with dark and light options.

  • Refactor default <Sider> component of @pankod/refine-mui

  • Updated dependencies []:

    • @pankod/refine-react-hook-form@3.27.0

Don't miss a new refine release

NewReleases is sending notifications on new releases.