What's New
Relationships v5.0.3-4 days ago
- Fix
useReferenceOneInput
does not propagatemeta
to the dataProvider.
- Fix
Editable Datagrid v5.1.1-10 days ago
- (fix) Allow
<EditableDatagrid rowClick>
to navigate to custom path.
- (fix) Allow
Datagrid AG v5.2.0-19 days ago
- Support using
<DatagridAG>
inside<InfiniteList>
- Support using
RBAC v5.0.2-19 days ago
- Fix
<Edit redirect>
console warning whenredirect
value is a function.
- Fix
Form Layout v5.3.0-25 days ago
- Introduce the
defaultValue
option to<StackedFilters>
filters. - Introduce the
defaultValue
option to<StackedFilters>
operators filters. - Fix
<StackedFilters>
does not reset the filter value when the filter source is changed.
- Introduce the
Relationships v5.0.2-27 days ago
- Add a check in
<ReferenceOneInput>
to warn against usingmutationMode="optimistic"
, as it can lead to data loss in case of server error.
- Add a check in
Tree v5.0.1-about 1 month ago
- Fix
moveAsNthSiblingOf
is sometimes called withposition: NaN
- Fix
Form Layout v5.2.1-about 1 month ago
- Fix:
<WizardForm>
's<NextButton>
should be enabled even when the form is pristine - Fix: Remove unusable props
<PreviousButton alwaysEnable>
and<NextButton alwaysEnable>
- Fix:
RBAC v5.0.1-about 1 month 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-about 1 month 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