Skip to content

@refinedev/[email protected]

Compare
Choose a tag to compare
@refine-bot refine-bot released this 13 Dec 09:47
· 89 commits to main since this release
7eea328

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

📢 Refine Community Release 📢

  • fix: UI buttons doesn't respect hidden prop.
    From now on, hidden prop will work as expected on all UI buttons.

    UI Buttons:

    • CreateButton
    • ShowButton
    • ListButton
    • EditButton
    • DeleteButton
    • CloneButton

    Resolves #6513

📢 Refine Community Release 📢

  • fix: UI buttons doesn't respect disabled prop.
    From now on, disabled prop will work as expected on all UI buttons.

    UI Buttons:

    • CreateButton
    • ShowButton
    • ListButton
    • EditButton
    • DeleteButton
    • CloneButton

    Resolves #6513

📢 Refine Community Release 📢

  • feat: React Router v7 support added.

    🚨 These packages are not dependent on react-router. However, they use the react-router package for testing purposes on Jest environment.

📢 Refine Community Release 📢

  • feat: added minItems prop to specify the minimum number of items required for rendering breadcrumbs. #6497

    Resolves #6497

📢 Refine Community Release 📢

  • Enhanced the ThemedSideV2 component with new functionality to support dynamic onSiderCollapsed handling. This allows better customization of sider collapse/expand events and improved responsiveness for mobile and desktop views. Added additional type definitions and ensured compatibility across all layout contexts. resolves #6508

  • Updated dependencies []: