What's New

  • RBAC v5.0.12 days ago

    • Backport from v4
      • Add support of hasCreate hasEdit hasShow props to the <Resource> component
      • Export matchTarget and matchWildcard utility functions
      • Export <DefaultUnauthorizedView>
    • Introduce the type option to <StackedFilters> operators.
    • Fix <StackedFilters> may send wrong values to the filters when switching from an operator that accepts single values to one that accepts multiple values.
  • Search v5.2.09 days ago

    • (feat) Add ability to start a search with a keyboard shortcut (Ctrl/Cmd+K)
  • Form Layout v5.1.117 days ago

    • Separate <DateRangeInput> exports to avoid strong dependency on @mui/x-date-pickers-pro
    • (feat) Add <EditableDatagrid disableAutofocus> prop.
  • Datagrid AG v5.1.029 days ago

    • Allow <DatagridAG> to work with partial datasets and load data upon request
    • Introduce <DatagridAGClient> to handle all data operations client-side
    • Remove the alpha status
  • Form Layout v5.1.0about 1 month ago

  • Relationships v5.0.1about 1 month ago

    • Fix <ReferenceManyToManyInput> consistency regarding filters in getManyReference calls
  • Search v5.1.2about 2 months ago

    • (fix) Bump highlight-search-term to 1.0.3 to fix the "Unexpected Token Export" error obtained when using the package as CJS
  • Search v5.1.12 months ago

    • (fix) Fix dependency to highlight-search-term.