What's New

    • Fix useReferenceOneInput does not propagate meta to the dataProvider.
    • (fix) Allow <EditableDatagrid rowClick> to navigate to custom path.
  • Datagrid AG v5.2.019 days ago

    • Support using <DatagridAG> inside <InfiniteList>
  • RBAC v5.0.219 days ago

    • Fix <Edit redirect> console warning when redirect value is a function.
  • Form Layout v5.3.025 days ago

    • Introduce the defaultValue option to <StackedFilters> filters.
    • Introduce the defaultValue option to <StackedFilters> operators filters.
    • Fix <StackedFilters> does not reset the filter value when the filter source is changed.
    • Add a check in <ReferenceOneInput> to warn against using mutationMode="optimistic", as it can lead to data loss in case of server error.
  • Tree v5.0.1about 1 month ago

    • Fix moveAsNthSiblingOf is sometimes called with position: NaN
  • Form Layout v5.2.1about 1 month ago

    • Fix: <WizardForm>'s <NextButton> should be enabled even when the form is pristine
    • Fix: Remove unusable props <PreviousButton alwaysEnable> and <NextButton alwaysEnable>
  • RBAC v5.0.1about 1 month ago

    • Backport from v4
      • Add support of hasCreate hasEdit hasShow props to the <Resource> component
      • Export matchTarget and matchWildcard utility functions
      • Export <DefaultUnauthorizedView>
  • Form Layout v5.2.0about 1 month ago

    • Introduce the type option to <StackedFilters> operators.
    • Fix <StackedFilters> may send wrong values to the filters when switching from an operator that accepts single values to one that accepts multiple values.