What's New

  • Tree v7.0.04 days ago

    • Refactor <TreeInput> so that is displays the tree in a MUI Popover element.
    • Fix <ReferenceOneInput> does not properly reset its input when the referenced record is deleted
  • RBAC v6.2.025 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.225 days ago

    • Fix <TreeInput> does not properly expand parents of initial value
  • Form Layout v5.15.0about 1 month ago

    • 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.1about 1 month ago

    • Fix useLockOnMount unlocking record after mount when the record id is not a string
  • Audit Log v6.2.0about 1 month 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.0about 1 month ago

    • Upgrade to react-admin v5.9.0
  • Markdown v5.1.1about 1 month ago

    • Fix <MarkdownField> not updating when its value changes
  • Editable Datagrid v5.2.1about 1 month ago

    • Fix middleware implementation does not handle optimistic cases