What's New

    • Fix sorting the grid from an external component triggers an infinite sort loop.
  • RBAC v6.0.27 days ago

    • Fix: <List> doesn't forward the resource prop to react-admin's <List>
  • Search v5.3.410 days ago

    • Correctly support custom placeholder prop on <Search> or <SearchInput>
  • Tree 6.0.210 days ago

    • Fix <TreeWithDetails> does not allow deep paths such as when using a <TabbedForm>
    • Fix double encoding issues in useEditNodeController and <ShowNode>
  • Markdown v5.0.213 days ago

    • Fix <MarkdownInput helperText> prop type
  • Datagrid AG v6.0.014 days ago

    • Upgrade to ag-grid v33
    • Fix invalid props leaking to <AgGridReact> such as preferenceKey
    • Prevent <WizardForm> to move too many steps forward, bypassing validation, when using an async validator.
  • Audit Log v6.0.021 days ago

    • Fix <EventList>'s multiple filter selection
  • Tree 6.0.121 days ago

    • Fix <TreeWithDetails> create, edit and show types
    • Fix <Tree> tries to convert all identifiers to numbers
  • Markdown v5.0.123 days ago

    • Fix <MarkdownInput> does not show its error state like other inputs