Skip to content

@refinedev/[email protected]

Compare
Choose a tag to compare
@refine-bot refine-bot released this 03 Sep 11:48
· 111 commits to master since this release
273d962

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