What's New

  • AI v5.5.03 days ago

    • Move the translation messages to @react-admin/ra-core-ee. They are still exported from @react-admin/ra-ai.
    • Require react-admin v5.14.1 or later, like @react-admin/ra-core-ee
  • Audit Log v6.5.03 days ago

    • Move the translation messages to @react-admin/ra-core-ee. They are still exported from @react-admin/ra-audit-log.
    • Add the ra-ai, ra-audit-log, ra-search and ra-tree translations, and support them in getEnglishTranslations and getFrenchTranslations
    • Remove the dependencies to all the Enterprise packages except @react-admin/ra-navigation and @react-admin/ra-core-ee, which now provides the translations. buildI18nProvider is unchanged.
    • Breaking change: if your application imports an Enterprise package (e.g. @react-admin/ra-tree) without declaring it in its package.json, add it explicitly.
    • Breaking change: require react-admin v5.14.1 or later, like @react-admin/ra-core-ee.
  • Search v6.3.03 days ago

    • Move the translation messages to @react-admin/ra-core-ee. They are still exported from @react-admin/ra-search.
  • Tree v7.3.03 days ago

    • Move the translation messages to @react-admin/ra-core-ee. They are still exported from @react-admin/ra-tree.
  • RBAC v6.4.05 days ago

    • <SimpleForm> and <TabbedForm> now accept a showDisabled prop that will enable rendering inputs for which users have read access with their disabled prop set to true, so that they are not included in the submitted data
    • useAuthorizedInputs now accepts a showDisabled option that will render inputs for which users have read access with their disabled prop set to true
    • Add support for AG Grid v36
  • AI v5.4.013 days ago

    • Add support for Material UI v9