What's New

    • Fix <CreateDialog> refreshes list twice on success
    • Upgrade to react-admin v5.4
    • Upgrade to @react-admin/ra-rbac v6
    • Upgrade to @react-admin/ra-form-layout v5.4
    • Add support for access control to <AccordionForm>, <AccordionForm.Panel> and <AccordionSection>
    • Add support for access control to <LongForm> and <LongForm.Section>
    • Add support for access control to <WizardForm> and <WizardForm.Step>
  • RBAC v6.0.09 days ago

    • Bump dependency on react-admin to 5.3.0
    • Add <ExportButton> and <CloneButton> components with built-in access control
    • Remove components ported to react-admin:
      • <Resource>
      • <Edit>
      • <Show>
      • <IfCanAccess>
      • useAuthenticated
      • useCanAccess
    • Remove translations as they are now handled by react-admin
    • Fix <ReferenceManyInput> deletes and recreate all references when its parent <Edit> component has the redirect prop set to false and users make several updates.
  • Datagrid AG v5.3.015 days ago

    • Support using RA inputs (such as <TextInput>, <ReferenceInput>, <AutocompleteInput>, ...) as cellEditor
    • Fix: <DatagridAG> should not call update if row editing was canceled (e.g. by pressing Esc)
  • Tree v5.1.022 days ago

    • (feat) Add support for a filter param in getTree and getRootNodes
    • (feat) Add support for <TreeWithDetails filter>
    • Add support for <ReferenceManyToManyField queryOptions>
    • Add support for <ReferenceManyToManyInput queryOptions> and <ReferenceManyToManyInput mutationOptions>
  • Navigation v5.0.129 days ago

    • Fix <SolarLayout> RTL support
  • Relationships v5.0.3about 1 month ago

    • Fix useReferenceOneInput does not propagate meta to the dataProvider.