What's New

    • Fix <ReferenceManyInputBase> compatibility with react-hook-form version 7.65.0 and above
    • Fix <ReferenceOneInputBase> compatibility with react-hook-form version 7.65.0 and above
    • Bump minimum react-hook-form version to 7.65.0
    • Fix <AutoPersistInStore> compatibility with react-hook-form version 7.65.0 and above
    • Bump minimum react-hook-form version to 7.65.0
    • Fix <ReferenceManyInput> compatibility with react-hook-form version 7.65.0 and above by bumping minimum @react-admin/ra-core-ee version to 1.6.0
    • Fix <ReferenceOneInput> compatibility with react-hook-form version 7.65.0 and above by bumping minimum @react-admin/ra-core-ee version to 1.6.0
    • Bump minimum react-hook-form version to 7.65.0
    • Fix <ReferenceManyInputBase> in pessimistic mode should not keep the form dirty after submission
    • Fix <ReferenceManyInputBase> should not mark the form as dirty when applying defaultValues
    • Fix <SaveButton> does not go back to disabled state after saving when using <ReferenceManyInput> in pessimistic mode
    • Upgrade the minimum version of react-admin to 5.12.2
  • Markdown v5.1.223 days ago

    • Disable toast-ui telemetry for <MarkdownField> and <MarkdownInput>
    • Fix a bug that caused useReferenceManyToManyFieldController to filter records with id = 0 in referenced tables
  • Navigation v7.0.128 days ago

    • Fix <Breadcrumb.RecordItem>, <Breadcrumb.EditItem> and <Breadcrumb.ShowItem> does not allow to override the to and label props correctly.
  • Headless Core v1.5.0about 1 month ago

    • Import headless hooks and functions from ra-history
    • Introduce useGenerateChangeMessage hook
    • Fix useAddRevision and useDeleteRevisions do not properly update cache from hook-time params
  • History v5.2.0about 1 month ago

    • Use @react-admin/ra-core-ee for headless hooks