github refinedev/refine @refinedev/mui@5.13.15

Patch Changes

  • #5026 a605e4cd318 Thanks @alicanerdurmaz! - feat: deprecated <ThemedLayout /> and <Layout /> components removed from swizzle.
    From now on, users can swizzle <ThemedLayoutV2 /> component instead.

    feat: swizzled <ThemedLayoutV2 /> component destination changed to src/components/layout/ from src/components/themedLayout.

  • #4974 a7b32dbf137 Thanks @IkumaTadokoro! - fix: add missing DataGrid operator conversion cases

    MUI defines the operator for each column types in here. However, there were not enough conversion cases for the following operators, so this changes added them to the mapping.

    • isAnyof: used in Numeric, SingleSelect, String
    • contains: used in String,
    • startsWith: used in String
    • endsWith: used in String

Don't miss a new refine release

NewReleases is sending notifications on new releases.