What's New
RBAC v5.0.1-2 days ago
- Backport from v4
- Add support of
hasCreate
hasEdit
hasShow
props to the<Resource>
component - Export
matchTarget
andmatchWildcard
utility functions - Export
<DefaultUnauthorizedView>
- Add support of
- Backport from v4
Form Layout v5.2.0-3 days ago
- 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.
- Introduce the
Search v5.2.0-9 days ago
- (feat) Add ability to start a search with a keyboard shortcut (Ctrl/Cmd+K)
Form Layout v5.1.1-17 days ago
- Separate
<DateRangeInput>
exports to avoid strong dependency on@mui/x-date-pickers-pro
- Separate
Editable Datagrid v5.1.0-22 days ago
- (feat) Add
<EditableDatagrid disableAutofocus>
prop.
- (feat) Add
Datagrid AG v5.1.0-29 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
- Allow
Form Layout v5.1.0-about 1 month ago
- Introduce the
<DateRangeInput>
component, a wrapper of the MUI DateRangePicker
- Introduce the
Relationships v5.0.1-about 1 month ago
- Fix
<ReferenceManyToManyInput>
consistency regardingfilters
ingetManyReference
calls
- Fix
Search v5.1.2-about 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
- (fix) Bump
Search v5.1.1-2 months ago
- (fix) Fix dependency to highlight-search-term.