github refinedev/refine @refinedev/ui-types@1.12.0

Minor Changes

  • #4232 c99bc0ad7f7 Thanks @alicanerdurmaz! - feat: initialSiderCollapsed added to RefineThemedLayoutV2Props to control initial state of <ThemedSiderV2>.
    From now on, you can control the initial collapsed state of <ThemedSiderV2> by passing the initialSiderCollapsed prop to <ThemedLayoutV2>.

    <ThemedLayoutV2
        initialSiderCollapsed={true} // This will make the sider collapsed by default
    >
        {/* .. */}
    </ThemedLayoutV2>
  • #4209 3f4b5fef76f Thanks @yildirayunlu! - feat: add isSticky to RefineThemedLayoutV2HeaderProps type

Don't miss a new refine release

NewReleases is sending notifications on new releases.