What's New

    • Remove @react-admin/ra-tour as it does not work with React 19.
    • Fix <DatagridAG> does not call the dataProvider the first time filters are added
    • Fix <DatagridAGClient> does not show the list default sort
    • Upgrade to @react-admin/ra-navigation v6
  • Navigation 6.0.09 days ago

    • <BreacrumbItem> no longer clone its children
  • Tree 6.1.012 days ago

    • <TreeWithDetails> now infers its linkTo prop from available views (show or edit)
    • Introduce the <AutoPersistInStore> component.
  • Datagrid AG v6.0.414 days ago

    • Improve the rendering of grouped column with a react-admin's input as cellRenderer
    • Fix the rendering of pivoted column with a react-admin's input as cellRenderer
  • Datagrid AG v6.0.314 days ago

    • Fix pagination is reset on page load when filters were previously set
    • Fix <ReferenceManyToManyInput filterChoices> support.