What's New

    • Fix <ReferenceOneInput> does not properly reset its input when the referenced record is deleted
  • RBAC v6.2.011 days ago

    • <SimpleForm> and <TabbedForm> now accept a showReadOnly prop that will enable rendering inputs for which users have read access with their readOnly prop set to true
  • Tree v6.3.211 days ago

    • Fix <TreeInput> does not properly expand parents of initial value
    • Fix <BulkUpdateFormButton> middleware implementation does not support optimistic cases
    • Fix: remove middleware workaround from <InputSelectorForm>
    • Upgrade to react-admin v5.9.0
  • Realtime v5.1.117 days ago

    • Fix useLockOnMount unlocking record after mount when the record id is not a string
  • Audit Log v6.2.018 days ago

    • Rename <EventDatagrid> to <EventDataTable> and have it use <DataTable> instead of <Datagrid> (<EventDatagrid> is kept for backward compatibility)
    • Upgrade to react-admin v5.9.0
  • Enterprise v12.1.018 days ago

    • Upgrade to react-admin v5.9.0
  • Markdown v5.1.118 days ago

    • Fix <MarkdownField> not updating when its value changes
    • Fix middleware implementation does not handle optimistic cases
    • Fix <InputSelectorForm> does not properly sanitize the submitted values when used with <BulkUpdateFormButton>