Skip to content

Releases: refinedev/refine

@refinedev/[email protected]

03 Sep 11:48
273d962
Compare
Choose a tag to compare

Patch Changes

@refinedev/[email protected]

03 Sep 11:48
273d962
Compare
Choose a tag to compare

Patch Changes

@refinedev/[email protected]

03 Sep 11:48
273d962
Compare
Choose a tag to compare

Patch Changes

  • #6245 7ba4ea1ffdd2e2ed2f0ed2b1ee386dab5015dd2d Thanks @youssefsiam38! - fix(antd): rtl support for mobile sider trigger and drawer placement

    <ThemedLayoutV2 /> has RTL support but it lacks the mobile sider trigger and drawer placement. This change places the drawer depending on the preferred direction. It also adds RTL support for the styling of the mobile sider trigger.

    Fixes #6263

@refinedev/[email protected]

06 Aug 12:17
9906899
Compare
Choose a tag to compare

@refinedev/[email protected]

05 Jul 19:08
Compare
Choose a tag to compare

Patch Changes

@refinedev/[email protected]

05 Jul 19:08
Compare
Choose a tag to compare

Patch Changes

@refinedev/[email protected]

05 Jul 19:08
Compare
Choose a tag to compare

Patch Changes

@refinedev/[email protected]

05 Jul 19:31
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #6021 55cd0662b1e3ff8f8410eba812e80130afe75d14 Thanks @JayBhensdadia! - fix: ensure Sider component handles various resource name formats correctly

    Updated Sider component to correctly handle lowercase and camelcased resource names, enhancing usability and functionality.

    Fixes #6004

  • #6064 b516c18b828ba8823561d0fefc4afe02b45ce332 Thanks @aliemir! - fix(auto-save-indicator): replace reserved key prop with translationKey in components

    <AutoSaveIndicator /> components from UI libraries have been using a <Message /> component internally that uses a key prop. Since key is a reserved prop in React, it was causing a warning in the console. This change replaces the key prop with translationKey to avoid the warning.

    Resolves #6067

@refinedev/[email protected]

05 Jul 19:08
Compare
Choose a tag to compare

Patch Changes

  • #6021 55cd0662b1e3ff8f8410eba812e80130afe75d14 Thanks @JayBhensdadia! - fix: ensure Sider component handles various resource name formats correctly

    Updated Sider component to correctly handle lowercase and camelcased resource names, enhancing usability and functionality.

    Fixes #6004

  • #6064 b516c18b828ba8823561d0fefc4afe02b45ce332 Thanks @aliemir! - fix(auto-save-indicator): replace reserved key prop with translationKey in components

    <AutoSaveIndicator /> components from UI libraries have been using a <Message /> component internally that uses a key prop. Since key is a reserved prop in React, it was causing a warning in the console. This change replaces the key prop with translationKey to avoid the warning.

    Resolves #6067

@refinedev/[email protected]

05 Jul 19:08
Compare
Choose a tag to compare

Patch Changes