What's New

    • Fix useAutoPersistInStore compatibility with React 19
    • Introduce useListInputController
    • Add <DataTableInput> component to select choices from a data table.
    • useAutoPersistInStore and <AutoPersistInStoreBase> now accept a maxAge prop that will remove all auto-persisted values older than maxAge each time new values are persisted.
    • Refresh the deleted records list after a soft deletion of many records
    • Refresh the related list after restoring a record
    • Refresh the related lists after restoring many records
  • Form Layout v6.1.012 days ago

    • <AutoPersistInStore> now accepts a maxAge prop that will remove all auto-persisted values older than maxAge each time new values are persisted.
  • Soft Delete v1.2.212 days ago

    • Refresh the deleted records list after a soft deletion of many records
    • Refresh the related list after restoring a record
    • Refresh the related lists after restoring many records
    • Refresh the deleted records list after a soft deletion
  • Soft Delete v1.2.117 days ago

    • Refresh the deleted records list after a soft deletion
  • Datagrid AG v7.0.123 days ago

    • Fix sort reset follow-up sort not calling the dataProvider